Help With Configuring PIX 506

Hello,

Can anyone point me or tell how to configure a PIX 506 firewall? I have a question about setting static IP's. Basically, I want to assign an external IP address to one of our servers, so that it can be accessed remotely. Any help is appreciated.

Cheers,

Du

Reply to
dutlam
Loading thread data ...

static (inside,outside) y.y.y.y 192.168.0.X netmask 255.255.255.255

access-list outside_access_in permit tcp any host External_ip eq smtp

access-group outside_access_in in interface outside

Assuming that your server has an internal IP of 192.168.0.X the above statement will allow inbound SMTP from the internet to the server internally. Where y.y.y.y is your external IP. Version 7.2(1)

Reply to
Chad Mahoney

Reply to
Du Lam

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.