Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello -I want to allow access to two systems behind a router and have achieved part of that, but for some reason, the additional ip scopes added don't have access using access-list 101. Can someone please look at my config and let me know what I may...
Hello -I have a location that is currently running two parallel networks. One for data and one for voice. The data netowrk is running a 3750 stack for L3 and 2960s for data. The second is running 3560 PoE to a 3825 router for CME. I would like to tr...
Hello -I have a private network behind a Cisco 2611XM router that I want to limit access to only 2 specific IP addreses. Currently I have ACLs setup to do this but I would now like to NAT to those two IPs.I would like to do this:outside IP: 10.1.1....
Hello -Has anyone connected a 1841 to AT&T Residential Gateway for Internet Access? I have a Cisco 1841 with the Cable HWIC card, but know that since I have TV along with Internet through the Gateway I can't get rid of that
Hello -I have a 2600 router that separates two networks and I need to setup an ACL to allow traffic from 192.168.1.0/24 to two IP Addresses, 10.13.3.10 and 10.3.10.2. The rest of the network should be accessible from the 192.168.1.x net.
Hello Jon -I went ahead and re-create the ACL: This worked. Thanks for your help.access-list 101 permit tcp any host 195.85.24.4 eq telnetaccess-list 101 permit tcp 195.85.24.0 0.0.0.255 host 10.13.2.3 eq 3389access-list 101 permit tcp 195.85.24.0 ...
Jon -Don't worry about it. No offense taken. I was just caught in trying to locate an answer to my question. I will be trying this today and will let you know if this worked. Thanks
sorry about that. I missed that it wasn't directed at me. No worries. I will check the url and see what I can find. Unless you have a solution that may help me out?
Jon -This is what I want to accomplish the ACL.Allow any IP to telnet to int F0/0 (195.85.24.4)Allow TS from the 195.85.x.x subnet specified in the ACL access to the two systems 10.13.3.2 and 10.13.10.5deny all other accessWith the ACL will this work...