visionthing
Technical User
Previously, I had the cable modem connected to the PIX 506 and everything worked good.
Now, I have the cable modem connected to an ATA (Linksys phone adapter), which then connects to the PIX.
The PUBLIC address of the ATA is: 68.36.xxx.xxx, PRIVATE is: 192.168.0.1
The PIX address is E0 = 192.168.0.2 E1 = 10.10.1.1
In my ACL on the PIX, what would I change the address to be in order to recieve smtp traffic? Previously it was the Public address of E0.
access-list out_in permit tcp any host 68.36.xxx.xxx eq smtp
Now with this new setup, would I usethe private E0 address or the private inside of the ATA or the Public IP of the ATA????
All other Inet traffic is working fine, so no problems getting out.
Now, I have the cable modem connected to an ATA (Linksys phone adapter), which then connects to the PIX.
The PUBLIC address of the ATA is: 68.36.xxx.xxx, PRIVATE is: 192.168.0.1
The PIX address is E0 = 192.168.0.2 E1 = 10.10.1.1
In my ACL on the PIX, what would I change the address to be in order to recieve smtp traffic? Previously it was the Public address of E0.
access-list out_in permit tcp any host 68.36.xxx.xxx eq smtp
Now with this new setup, would I usethe private E0 address or the private inside of the ATA or the Public IP of the ATA????
All other Inet traffic is working fine, so no problems getting out.