Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

mac address filtering

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Web directory filtering - Hi, I have a Web Alias directory that contains 7 files called A1.txt, A2.txt, B1.txt, B2.txt, C1.txt ,C2.txt and Is there anyway for a user to specify a URL that will allow them to filter files in this directory when they are

Filtering Log Problems - I am currently having problems with Custom Logs under Apache 2.0.49 on Windows XP. I am trying to achieve one of the following : 1) Ignore all requests where the status code is 401 or 2) Capture only requests that have a User Name with them I am..

CONNECT filtering - Hi. I have noticed a large amount of the following in my logs - - +0800] 200 3505 0 Any to what is happening here? How do I..

regexp output filtering - Hi, I would like to filter the output content on a regexp base to avoid data to be sent to the user. For instance, if the data contains is replace it by not It can be used too to prevent a hacker to obtain..

Nee Help!! Apache Proxying SSL with Filtering!! - Hi all, I really need help trying to figure out how to setup APACHE for proxying SSL The reason for this is because I need to filter the encrypted content of the SSL HTTPS session. Can anyone please point me in the right direction on..
Next:  Apache: Charset problem with mysql  
Author Message
Mukul

External


Since: Sep 12, 2007
Posts: 1



(Msg. 1) Posted: Wed Sep 12, 2007 8:12 am
Post subject: mac address filtering
Archived from groups: alt>apache>configuration (more info?)

Hello all,

I have an Apache server running on linux machine( Suse) at my
workplace. Its only for internal use, and the company firewall does
not allow any access from outside world.
- What would be the easiest way to filter http requests based on mac
addresses? I do not wish to filter them based on IP address, since IP
address keep on changing for the employees.
- I could probably use 'Iptables' for this, but that would block all
requests to the linux machine( e.g. ssh). That's why I would like to
do it in Apache, so that unauthorized employees may not read the web
pages, but they may ssh if they have user permissions on this machine.
iptables -A INPUT -m mac --mac-source <mac add to be filtered> -j
DROP

thanks in advance,

Cheers,
Mukul.

 >> Stay informed about: mac address filtering 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Wed Sep 12, 2007 12:58 pm
Post subject: Re: mac address filtering [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived

 >> Stay informed about: mac address filtering 
Back to top
Login to vote
phantom

External


Since: Aug 23, 2007
Posts: 20



(Msg. 3) Posted: Wed Sep 12, 2007 12:58 pm
Post subject: Re: mac address filtering [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mukul" <m.dhankhar RemoveThis @gmail.com> wrote in message
news:1189609956.130163.289080@y42g2000hsy.googlegroups.com...

> - I could probably use 'Iptables' for this, but that would block all
> requests to the linux machine( e.g. ssh).

you can specify rules to only apply to specific ports -

iptables -I INPUT -m mac --mac-source <mac address> -p tcp --dport 80 -j
REJECT
 >> Stay informed about: mac address filtering 
Back to top
Login to vote
Floor

External


Since: Apr 04, 2007
Posts: 18



(Msg. 4) Posted: Sat Nov 17, 2007 4:48 pm
Post subject: Re: mac address filtering [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mukul:

> - What would be the easiest way to filter http requests based on mac
> addresses? I do not wish to filter them based on IP address, since IP
> address keep on changing for the employees.

besides filterin on IP adress would be better, a MAC adress can be faked.
Floor
 >> Stay informed about: mac address filtering 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]