04-01-2009 05:27 AM
I have a pix 550 (6.3). I need to nat a server on my lan to the internet. The server ip 192.168.1.3 needs to be natted to 65.333.333.3 and be allowed www access only.
Need assistance with the configuration rules I need to allow on pix.
04-01-2009 06:28 AM
try
static (inside,outside) 65.333.333.3 192.168.1.3 netmask 255.255.255.255
access-list <
HTH>
04-01-2009 06:35 AM
Hi,
Your IP address is invaild as the second and thrird actet exceed 255, however I'm assuming this is just an example?
Anyway, your configuration will be.
static (inside,outside) 65.333.333.3 192.168.1.3 netmask 255.255.255.255
access-list in_on_outside permit tcp any host 65.333.333.3 eq 80
Assuming the IP 192.168.1.3 is behind the "inside" interface and also there is an ACL called "in_on_outside" attached to the outside interface (access-group command)
So please adjust these parameters to your config.
Regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide