Hey guys I am using Sybex CCNA Virtual Lab Platinum edition and I am on the Chapter 10 regarding access list. I am doing the one on standard access lists and I had a question. The lab wants me to put a standard acl to prevent a host (172.16.50.3)on another net from pinging a pc (172.16.40.3). I put in the acl as instructed and I did verify that the acl works for the intended 50.3pc from not pinging the the other but my problem is that when I ping from 40.3 to 50.3 it does not work. I go to the router that 40.3 is and try to ping 50.3 and cannot. Thinking that it is the acl I remove it from the router that is connected to 40.3 and do it on the router 50.3 is connected to and after applying it I get the same result I cannot ping 50.3 from workstation 40.3 (which is desired) but from the router that 40.3 is connected to I still cannot ping 50.3. If the acl is applied inbound and for a specific host how come my router cannot ping the workstation. Is the problem the software? The acl I am trying to us is access-list 10 deny 172.16.40.3, access-list permit any, ip access-group 10 in on the s0/0 interface of 2600B. I am also enclosing the config from 2600B.
2600B#sh run
Building configuration...
Current configuration : 625 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2600B
!
enable secret 5 $1$u76B$IOFVJ7VxfVXYVpGDrFTcI0
!
ip subnet-zero
!
!
!
!
!
interface FastEthernet0/0
description CONNECTION TO LAN 30
ip address 172.16.50.1 255.255.255.0
no ip directed-broadcast
!
interface Serial0/0
description CONNECTION TO 2600C
ip address 172.16.30.2 255.255.255.0
no ip directed-broadcast
ip access-group 10 in
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial0/1
no ip address
no ip directed-broadcast
shutdown
!
router rip
version 2
network 172.16.0.0
!
router ospf 12
log-adjacency-changes
network 172.16.0.0 0.0.255.255 area 0
!
!
ip classless
no ip http server
!
!
access-list 10 deny 172.16.40.3
access-list 10 permit any
!
banner login ^C
THIS IS THE 2600B ROUTER
^C
!
line con 0
password 2600B
login
line aux 0
password 2600B
login
line vty 0 4
password 2600B
login
!
end
2600B#
Thanks
Comptek
A+, Network+
2600B#sh run
Building configuration...
Current configuration : 625 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2600B
!
enable secret 5 $1$u76B$IOFVJ7VxfVXYVpGDrFTcI0
!
ip subnet-zero
!
!
!
!
!
interface FastEthernet0/0
description CONNECTION TO LAN 30
ip address 172.16.50.1 255.255.255.0
no ip directed-broadcast
!
interface Serial0/0
description CONNECTION TO 2600C
ip address 172.16.30.2 255.255.255.0
no ip directed-broadcast
ip access-group 10 in
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial0/1
no ip address
no ip directed-broadcast
shutdown
!
router rip
version 2
network 172.16.0.0
!
router ospf 12
log-adjacency-changes
network 172.16.0.0 0.0.255.255 area 0
!
!
ip classless
no ip http server
!
!
access-list 10 deny 172.16.40.3
access-list 10 permit any
!
banner login ^C
THIS IS THE 2600B ROUTER
^C
!
line con 0
password 2600B
login
line aux 0
password 2600B
login
line vty 0 4
password 2600B
login
!
end
2600B#
Thanks
Comptek
A+, Network+