|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by tg on October 9, 2008, 5:59 pm
Please log in for more thread options
Cisco router 2651XM with wic-adsl card (Dialer0) IOS = c2600-adventerprisek9-mz.124-2.T.bin I'm given to understand it is possible to filter traffic based on mac address. I've been trawling google but I can't find the syntax I'm looking for. At the moment all my router traffic on port 25 is unfiltered. My router socket f0/1 ip is set at 192.168.1.100 and the router is currently configured to forward all port 25 (smtp) traffic through f0/1 to my computer set at 192.168.1.101 thus: ip nat inside source static tcp 192.168.1.101 25 interface Dialer0 25 (pretty straightforward) and the firewall is set to allow smtp traffic through with: access-list 105 permit tcp any any eq smtp But I'd like to filter the port 25 (smtp) traffic by permitting only mac addresses I specify. All other traffic is to be unaffected. The mac address permission is to only apply to port 25 (smtp) traffic. is this possible? any cli examples satisfying the above would be appreciated. | ||||||||||||||||
|
Posted by Doug McIntyre on October 9, 2008, 7:08 pm
Please log in for more thread options General routing does not allow you to filter based on MAC address. | ||||||||||||||||
|
Posted by Peter on October 9, 2008, 9:47 pm
Please log in for more thread options Greetings, There are at least 2 things you need to consider - As a MAC is a Layer 2 component - 1. MAC ACL's are written in the 7xx (IE Layer 2) series numbering format (IE 701, 702, etc). 2. A router interface normally operates at Layer 3 (IE as a Routed interface). You need to operate the interface in Layer 2 mode, and one way to do that is to BRIDGE it to something else. However this can bite you as Bridging can impact on performance. You can ensure maximum throughput but linking the Bridge to a BVI to provide a routed interface and therefore maximising the Bridge performance. Cheers................pk. -- Peter from Auckland. | ||||||||||||||||
|
Posted by tg on October 10, 2008, 1:49 pm
Please log in for more thread options <snip> so when you say bridge do you mean I have to connect my router to another hardware device? | ||||||||||||||||
|
Posted by Doug McIntyre on October 10, 2008, 2:46 pm
Please log in for more thread options Bridging turns off any smarts in your router, it will just pass traffic in and push traffic right back out. Its most likely not what you are looking to do. In general, MAC filtering isn't that useful, what are you trying to acomplish anyway? | ||||||||||||||||
|
Home Cabling Guide
Finally, an instantly downloadable book that saves you thousands in home improvement dollars! Enjoy living in 21st century technology-advanced home while increasing its selling value and competitive advantage on the real estate market. Whether your cabling is for home office or high-tech leisure, you can wire your home yourself or learn "wirish" to speak with your cabling contractors in their language! Click Here to learn more |

router acl on mac address
Yahoo!
Windows Live
del.icio.us
digg
Netscape 







>IOS = c2600-adventerprisek9-mz.124-2.T.bin
>I'm given to understand it is possible to filter traffic based on mac
>address. I've been trawling google but I can't find the syntax I'm
>looking for. At the moment all my router traffic on port 25 is
>unfiltered....