Raul102801
Technical User
Network A NetworkB
Server 192.168.1.2 Server 192.168.10.2
I want to be able to allow anything from Network B to Network A's server 192.168.1.2 and I want server 192.168.1.2 to be able to ping 192.168.10.2 and also connect to it on port XXX
Here is what I did but no luck:
Access-list 101 permit tcp any host 192.168.1.2
Access-list 101 permit icmp any host 192.168.1.2
Access-list 101 permit tcp host 192.168.1.2 host 192.168.10.2 eq 23
Access-list 101 permit icmp host 192.168.1.2 host 92.168.10.2
For interface F0/1
router (config-if) ip access-group 101 in
router (config-if) ip access-group 101 in
Is the problem that the intrface is being designated as in and out as opposed as just in or just out?