I'm somewhat new to Cisco, and I'm trying to help my boss figure out a few things about the network we recently inherited. I have a copy of the access lists set up on one of our routers, and I'm trying to figure out what some of these lists are actually meant to accomplish. For example, one of them is "access-list 100 permit ip host 172.16.10.5 host 172.16.30.10". (10.5 is a DNS server and 30.10 is a client.) Does this mean that 172.16.10.5 is permitted to access 172.16.30.10? There's also another one: "access-list 100 permit ip host [ip address] [ip address] 0.0.0.1". Is this saying that the first IP is a specific host that is able to access the second host plus the next host after it? (If you understand what I mean by that! ) And finally, if we wanted to give a certain client on a different network access to about six of our servers, what would be the best way to create an access list for this? Would we have to create a different list for each server? Thank you very much!!!