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'm trying to setup a smtp relay server in a DMZ and am having trouble figuring out what I need to do to allow it to relay mail to the inside. The mail relay will be 10.0.0.2 and the Exchange server on the inside is 192.168.100.3. I've got traffic g...
I'm trying to setup a remote access vpn to an asa 5505 behind an 827 dsl router. The connections look like:(local) 192.168.100.0 | |192.168.100.4(inside)(ASA) 10.10.10.3 (outside) | |10.10.10.1 (inside)(827) | |(internet)My config looks like t...
I'm trying to configure external access to several different machines and no matter what I've tried the packet is blocked by the implicit deny rule on the outside interface. I've attached both the nat and access rule screens as well as my running co...
Yeah, I was cutting and pasting the NAT's around and the ports are all screwed up. It looks like this:ip nat inside source static udp 10.10.10.3 50 162.39.22.xx 50 extendableip nat inside source static udp 10.10.10.3 51 162.39.22.xx 51 extendableip ...
I think originally I was natting 10.10.10.3 to 192.168.100.93. What I need to do is if a packet hits 10.10.10.3:3403 it needs to be natted and passed to 192168.100.93:3403. I think the config would be:static (inside,outside)10.10.10.3 3403 192.168....
I really appreciate all of the help, I can't believe I'm fighting this so much, I've done it on other boxes, always worked. Anyhow here's the latest running config, at some point I've had all of the suggestions implemented, none have yet got me thro...