Mac Filtering in REDHAT-el5


 
Thread Tools Search this Thread
Special Forums IP Networking Mac Filtering in REDHAT-el5
# 1  
Old 01-13-2009
Mac Filtering in REDHAT-el5

Need help to filter the MAC address for the specific ipaddress., HOW??

I had try the rule for:

iptables -A FORWARD -i eth1 -s 192.168.129.57 -m mac --mac-source 00:02:6F:48:8A:85 -j ACCEPT

But Not working now and if you have any alternate solution Help us.SmilieSmilie
# 2  
Old 01-14-2009
When you say it is "not working", does that mean that packets from this mac/ip are not being forwarded? Or do you mean that invalid packets (which do not match the ip and mac) are being forwarded?
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

2. Shell Programming and Scripting

Remove all kernel except 2.6.18-308.24.1.el5

Hello All, I would like to remove all kernel in the system except 2.6.18-308.24.1.el5. I was trying something like rpm -qa|grep kernel|grep -v 2.6.18-308.24.1.el5|yum remove it did not work. any help? Thanks (2 Replies)
Discussion started by: adam25ca
2 Replies

3. UNIX for Dummies Questions & Answers

Ipfw2 with mac filtering

Work with FreeBSD with firewall ipfw + dummynet and I need to allow to some IP by MAC address and to deny to the others, since I can do it? Thanks. (2 Replies)
Discussion started by: darknighter
2 Replies
Login or Register to Ask a Question