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.
I have a LAN to LAN VPN tunnel established between a Cisco ASA 5505 and a Cisco 2811, but for some reason, I am unable to get SMTP communication between the two LAN's over the tunnel. Do I need to create a specific access rule for SMTP? The 2811's in...
I am attempting to establish a site-to-site tunnel between an ASA 5505 device and a Cisco 2811 Router. I can get the tunnel established successfully, but have no connectitivy between the two inside LAN's. If I attempt to ping from one LAN to another,...
I am trying to set up 2 outside interfaces on my router so that I can route a specific traffic thru one ISP, and all the other traffic thru another ISP. The first WAN interface is the normal FE0/1, but the second WAN interface is a 4 port EtherSitch ...
I am currently having trouble getting DNS to work thru my router. I can ping out thru the gateway\router, but cannot resolve hosts. I have enabled DNS on the router, added my ISP's DNS and my two internal DNS systems, but it still does not work. I ha...
Can anyone tell me why I can't get into my private network using RDP from an outside PC. I believe I have it configured to forward 3389 to a PC on the internal network, but it can't find the host. Any ideas?!This is the running config of the router: ...
You're the MAN!!!!! Thank you soooooo much. That resolved it. I had mistyped the SDM_RMAP_1 as you pointed out.Everything appears to be working now. Again, thank you for your efforts in helping me resolve this.
I'm entering the statements as follows, but keep getting an error when I try to re-enter the static NAT rule:CISCO2811#conf tEnter configuration commands, one per line. End with CNTL/Z.CISCO2811(config)#access-list 104 deny tcp host 10.4.167.102 eq ...
I am not able to access the SMTP server without removing the current static NAT rule that routes all inbound SMTP packets to our internal email server (ip nat inside source static tcp 10.4.167.102 25 <2811 Public IP> 25 extendable). If I remove that ...