cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
643
Views
0
Helpful
1
Replies

PIX NAT and port forwarding

tlienskt
Level 1
Level 1

I have installed and new spam filter between the firewall and mail server. I am now using port forwarding. The outgoing traffic for mail is being stamped with my Pix address instead of the mail address. Some of the mail is being rejected becasue the pix outside address has no rDNS. Is there a way to make the out going mail use the mail server external address instead if the PIX external address.

static (inside,outside) tcp x.x.x.10 www x.x.x.37 www netmask 255.255.255.255

static (inside,outside) tcp x.x.x.10 https x.x.x.37 https netmask 255.255.255.255

static (inside,outside) tcp x.x.x.10 pop3 x.x.x.37 pop3 netmask 255.255.255.255

static (inside,outside) tcp x.x.x.10 smtp x.x.x.43 smtp netmask 255.255.255.255

1 Accepted Solution

Accepted Solutions

hsajwan
Level 1
Level 1

Use this command and this should resolve your issue:

nat (inside) 10 x.x.x.43

global (outside) 10 x.x.x.10

View solution in original post

1 Reply 1

hsajwan
Level 1
Level 1

Use this command and this should resolve your issue:

nat (inside) 10 x.x.x.43

global (outside) 10 x.x.x.10

Review Cisco Networking for a $25 gift card