Hi All
I was trying to set up a VPN (which worked) but in the process knocked out my email via a PIX 506e.
I have lines for email as follows:
access-list acl permit tcp any host 1.2.3.4 eq smtp
access group acl in interface outside
static (inside,outside) 1.2.3.4 10.0.0.1 netmask 255.255.255.255 0 0
If I add similar lines for a VPN (including a static statement) then email stops getting delivered. I figure it is the static command getting overwritten by the vpn external ip address.
Do I really need the static command in there. If so how can I share with another static command?
Thanks
Lewej
I was trying to set up a VPN (which worked) but in the process knocked out my email via a PIX 506e.
I have lines for email as follows:
access-list acl permit tcp any host 1.2.3.4 eq smtp
access group acl in interface outside
static (inside,outside) 1.2.3.4 10.0.0.1 netmask 255.255.255.255 0 0
If I add similar lines for a VPN (including a static statement) then email stops getting delivered. I figure it is the static command getting overwritten by the vpn external ip address.
Do I really need the static command in there. If so how can I share with another static command?
Thanks
Lewej