Skip to main content

Pix-506

More
16 years 4 months ago #26109 by jjmart
Pix-506 was created by jjmart
I am running Software 5.2
I am just having problems figuring out the right command.

Issue is this, I have my Public IP address for my mail server 12.12.12.148

I have my Spam Filter : 10.10.10.11 and Groupwise server 10.10.10.5

The only entry I put really is that:


access-list acl_out permit tcp any host 12.12.12.148 eq smtp
static (inside,outside) 12.12.12.148 10.10.10.11 netmask 255.255.255.255 0 0

The above works fine and dandy until you try and email a domain that does reverse dns.

What command can I do that would route all traffic from 10.10.10.5 to reference the 12.12.12.148 ip as the originating IP. As of now, the ip it shows is the Global external ip for my pix.

Thank you in advance.[/b]
More
16 years 4 months ago #26154 by Elohim
Replied by Elohim on topic Re: Pix-506
I think you are misunderstanding what the static command does or I misunderstand what you are trying to do.

You have a server at 12.12.12.148.
You have a server at 10.10.10.11 (spam filter)
you have a server at 10.10.10.5 (groupwise).

This statement:
static (inside,outside) 12.12.12.148 10.10.10.11 netmask 255.255.255.255 0 0

makes the spam filter server appear to the outside as 12.12.12.148.


If you do not have any server at 12.12.12.148, you can change the static statement above so that the groupwise server appears to to rest of the world as 12.12.12.148, but you cannot do what you are stating in your post.


I am running Software 5.2
I am just having problems figuring out the right command.

Issue is this, I have my Public IP address for my mail server 12.12.12.148

I have my Spam Filter : 10.10.10.11 and Groupwise server 10.10.10.5

The only entry I put really is that:


access-list acl_out permit tcp any host 12.12.12.148 eq smtp
static (inside,outside) 12.12.12.148 10.10.10.11 netmask 255.255.255.255 0 0

The above works fine and dandy until you try and email a domain that does reverse dns.

What command can I do that would route all traffic from 10.10.10.5 to reference the 12.12.12.148 ip as the originating IP. As of now, the ip it shows is the Global external ip for my pix.

Thank you in advance.[/b]

Time to create page: 0.124 seconds