I have a 2610 with the E1/0 port connected to the dsl modem.
Following is the acl that I need applied as a firewall, where x.x.x.x is my mail server, and y.y.y.y is my router's public ip. I need to block all incoming traffic other than that which is defined in the acl, and allow the internal networks 10.0.0.0 and 192.168.1.0 full access to the outside world. With the acl applied via ip access-group 105 in command in the e1/0 interface, I can ping to the outside of the router by IP, but not name. I have even tried adding permit statements to the acl specifying the IP's of my external dns servers as permitted to all internal hosts, but cannot seem to get any name resolution to work. What am I missing?!?!?
Extended IP access list 105
permit esp any any
permit udp any any eq isakmp (16 matches)
permit tcp any any established (34 matches)
permit ip any 10.0.0.0 0.255.255.255
permit ip any 192.168.1.0 0.0.0.255
permit tcp any host x.x.x.x eq smtp
permit icmp any any echo-reply
permit icmp any any packet-too-big
permit icmp any any traceroute
permit icmp any any time-exceeded
permit icmp any any net-unreachable
permit tcp any any eq 389
permit tcp any any eq 522
permit tcp any any eq 1503
permit tcp any any eq 1720
permit tcp any any eq 1731
permit tcp any host y.y.y.y eq telnet
Thanks,
Matt.
Following is the acl that I need applied as a firewall, where x.x.x.x is my mail server, and y.y.y.y is my router's public ip. I need to block all incoming traffic other than that which is defined in the acl, and allow the internal networks 10.0.0.0 and 192.168.1.0 full access to the outside world. With the acl applied via ip access-group 105 in command in the e1/0 interface, I can ping to the outside of the router by IP, but not name. I have even tried adding permit statements to the acl specifying the IP's of my external dns servers as permitted to all internal hosts, but cannot seem to get any name resolution to work. What am I missing?!?!?
Extended IP access list 105
permit esp any any
permit udp any any eq isakmp (16 matches)
permit tcp any any established (34 matches)
permit ip any 10.0.0.0 0.255.255.255
permit ip any 192.168.1.0 0.0.0.255
permit tcp any host x.x.x.x eq smtp
permit icmp any any echo-reply
permit icmp any any packet-too-big
permit icmp any any traceroute
permit icmp any any time-exceeded
permit icmp any any net-unreachable
permit tcp any any eq 389
permit tcp any any eq 522
permit tcp any any eq 1503
permit tcp any any eq 1720
permit tcp any any eq 1731
permit tcp any host y.y.y.y eq telnet
Thanks,
Matt.