Current configuration is set so all inbound connections are sent to single machine. We are spilting up the web and email so I need to redirect all inbound machine 10.1.1.25 and all inbound mail to 10.1.1.5 I also allow all outbound traffic to NAT: Can someone help me rewrite the following config.
----------------------------------------------------------
global (outside) 1 200.240.10.88
nat (inside) 1 10.1.1.0 255.255.255.0 0 0
static (inside,outside) 200.240.10.86 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit tcp host 200.240.10.86 eq smtp any
conduit permit tcp host 200.240.10.86 eq conduit permit tcp host 200.240.10.86 eq pop3 any
----------------------------------------------------------
I tried rewriting the static to the following
static (inside,outside) tcp 200.240.10.86 225.255.255.255 0 0
static (inside,outside) tcp 200.240.10.86 smtp 10.1.1.5 smtp netmask 225.255.255.255 0 0
The inbound traffic still went to the old server. ARP cache? I also notice cisco references a nat command
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
How is this different from my Nat command?
I Graciously thank anyone who can help me.
Steve Anderson
----------------------------------------------------------
global (outside) 1 200.240.10.88
nat (inside) 1 10.1.1.0 255.255.255.0 0 0
static (inside,outside) 200.240.10.86 10.1.1.5 netmask 255.255.255.255 0 0
conduit permit tcp host 200.240.10.86 eq smtp any
conduit permit tcp host 200.240.10.86 eq conduit permit tcp host 200.240.10.86 eq pop3 any
----------------------------------------------------------
I tried rewriting the static to the following
static (inside,outside) tcp 200.240.10.86 225.255.255.255 0 0
static (inside,outside) tcp 200.240.10.86 smtp 10.1.1.5 smtp netmask 225.255.255.255 0 0
The inbound traffic still went to the old server. ARP cache? I also notice cisco references a nat command
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
How is this different from my Nat command?
I Graciously thank anyone who can help me.
Steve Anderson