Hi,
I have Dell power connect 6224 switch. Created two Vlans in it VLan 5 and 10.
Ip address given to vlan 5 is 172.16.0.35, 255.255.255.0
ip address given to vlan 10 is 192.168.20.1 255.255.255.0
routing enable on both vlan. pinging each other.
Vlan5 is directly connected with another dell power connect 6224 switch with the ip address 172.16.0.34 255.255.255.0 with this switch connected one FTP server with the ip address 172.16.0.1 255.255.255.0.
Vlan 10 connected with my 3 Servers with ip address 192.168.20.10/11/12.
all are pinging each other.
i am implementing the access list on my switch....
now i am tying to put the access list on my switch so that FTP server can access only my single host that is 192.168.20.10. it should not access all the network.
so I put this command but is not working. in don't know where i am wrong..
access-list permit permit ip 192.168.20.10 0.0.0.0 172.16.0.1 0.0.0.0
deny ip any any
and deploying this list on vlan 10.
after this FTP server can only ping 192.168.20.1 and 192.168.20.10.
But problem is my all three server not able ping each other and switch too.