Need some advice on a Pix setup, I've looked through the forum and can't find anything that answers it- but if so, sorry and can you point me to the relevant thread...
The scenario is this- I have a Pix 515E running 6.3(4). There is a static NAT as follows (IPs changed, obviously...)
static (inside,outside) 1.1.1.1 2.2.2.2
and an access-list permitting inbound traffic:
access-list inbound permit tcp any host 1.1.1.1 eq www
access-list inbound permit tcp any host 1.1.1.1 eq https
access-list inbound permit tcp any host 1.1.1.1 eq smtp
access-list inbound permit tcp any host 1.1.1.1 eq ldap
The customer asked to change the ldap so it points to a different inside IP (2.2.2.3). So I removed the original static and replaced it with:
static (inside,outside) tcp 1.1.1.1 80 2.2.2.2 80
static (inside,outside) tcp 1.1.1.1 443 2.2.2.2 443
static (inside,outside) tcp 1.1.1.1 25 2.2.2.2 25
static (inside,outside) tcp 1.1.1.1 389 2.2.2.3 389
and cleared the xlate for 1.1.1.1
Everything inbound was fine, but they could no longer send emails. I have no access-list on the inside interface, the xlate table showed translations as expected so I can't see why the outgoing smtp stopped working.
Probably missed something very obvious, but can anyone help? I have restored the config now to the original setup.
The scenario is this- I have a Pix 515E running 6.3(4). There is a static NAT as follows (IPs changed, obviously...)
static (inside,outside) 1.1.1.1 2.2.2.2
and an access-list permitting inbound traffic:
access-list inbound permit tcp any host 1.1.1.1 eq www
access-list inbound permit tcp any host 1.1.1.1 eq https
access-list inbound permit tcp any host 1.1.1.1 eq smtp
access-list inbound permit tcp any host 1.1.1.1 eq ldap
The customer asked to change the ldap so it points to a different inside IP (2.2.2.3). So I removed the original static and replaced it with:
static (inside,outside) tcp 1.1.1.1 80 2.2.2.2 80
static (inside,outside) tcp 1.1.1.1 443 2.2.2.2 443
static (inside,outside) tcp 1.1.1.1 25 2.2.2.2 25
static (inside,outside) tcp 1.1.1.1 389 2.2.2.3 389
and cleared the xlate for 1.1.1.1
Everything inbound was fine, but they could no longer send emails. I have no access-list on the inside interface, the xlate table showed translations as expected so I can't see why the outgoing smtp stopped working.
Probably missed something very obvious, but can anyone help? I have restored the config now to the original setup.