From: Radioactive Frog (pbhatkoti@gmail.com)
Date: Sun Apr 09 2006 - 03:38:15 GMT-3
Hi group
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
ip access-group 100 in
access-list 100 permit ip any 192.168.2.0 0.0.0.254
The problem is When I am applying this ACL on Fast0/0, the routers LAN ip (
192.168.1.1 itself) stops pinging from local LAN.
But it pings outside to the LAN (other 2.x) subnet's even numbers. Is it
because of with wildcard mask 254 ? which is allowing only even IP address.
But then I changed odd ip (192.168.1.1 to 192.168.1.10) it didn't make any
difference. same problem.
Comments pls
This archive was generated by hypermail 2.1.4 : Mon May 01 2006 - 11:41:56 GMT-3