• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Cisco DMZ

geekender

Platinum Member
Anyone know how to set up ACL's so that I can allow inbound acces to a specific IP address on my network, and only that ip address?
 
Originally posted by: spidey07
access-list 101 permit ip host <source IP> host <dst IP>

in your case access-list 101 permit ip any host <dst ip> as you dont know what the source address will be if its a hosting server i.e webserver. although if you were hosting you would surely just allow traffic to those ports?

eg if you were hosting a web server

ip access-list 101 permit tcp any host <dst ip> eq 80
 
Back
Top