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.
How do I setup a Dynamic ACL, yet still allow ssh/telnet access to the router ?Tried L&K on line vty 0 via ssh, and it works fine... I provide my username and password, then it drops the connection and starts the dynamic acl. The problem is I want to...
I get my public ip address from my isp via dhcp and its assigned to FastEthernet0.Because my address can change, I have the following NAT line for remote xp desktop:ip nat inside source static tcp 192.168.1.20 3389 interface FastEthernet0 3389This do...
I have ddns setup via http and was trying to switch to https, but I get the following....001503: *Feb 19 00:38:41.325 PCTime: HTTPDNSUPD: Sending request001504: *Feb 19 00:38:41.325 PCTime: Domain: query for members.dyndns.org type 1 to 167.206.251.5...
I'm trying to setup DDNS with the no-ip.com service. I have the following entry for that in my config:ip ddns update method update.noip HTTP add http://dynupdate.no-ip.com/dns?username=myusername&password=mypassword&hostname=-.mydomain.com&ip=<a> in...
I asked cisco directly about the deny statement..."The reason for blocking 192.168.1.20 port 3389 in ACL 111 is because of a best practice. It has been spotted that in some IOS versions the router "confuses" dynamic and static nat. It's not very comm...
I'm also trying to setup my 1811 to allow 3389 (xp remote assistance/desktop), although without VPN.I contacted cisco, and received the the following recommended changes;==========================conf tinterface FastEthernet0no ip nat outsideendclear...
Is there anything similar to CBAC that works with the router as the source and/or destination ?I need to setup ddns and it requires the router to use dns and www services.Thanks !Matthew
Rick,I want to be able to access my router and a Linux Box from anywhere via SSH, so I added that line to both my ACL-in for the CableModem interface and the VTY ACLs.access-list 102 permit tcp any any eq 22I don't understand where/why you think the ...