NAT & PIX [7:38633]

2002-03-18 Thread Arni V. Skarphedinsson
Hi I have a PIX firewall, and am using nat to let my clients access the internet, but now I need to connect about a 100 clients, bases in an wan of more than 50 places, all to the internet through the same ip address, so the question is, can I have some sort of a NAT list letting all the 100 ip

Re: NAT & PIX [7:38633]

2002-03-18 Thread Engelhard M. Labiro
Assuming that the 100 IP addresses you mention below are addresses on the inside network, the answer is yes, you can allow all of them and use only one public IP to get to the internet. Just enable PAT (Port Address Translation) using "global (inside) " command. HTH > Hi > > I have a PIX firewa

RE: NAT & PIX [7:38633]

2002-03-18 Thread Roberts, Larry
EMAIL PROTECTED]] Sent: Monday, March 18, 2002 9:27 AM To: [EMAIL PROTECTED] Subject: RE: NAT & PIX [7:38633] Yes, With the two commands NAT and GLOBAL, you can specify exactly what you need: global (outside) 1 192.168.1.200 netmask 255.255.255.255 This will translate the inside a

Re: NAT & PIX [7:38633]

2002-03-18 Thread Gaz
rews Jensen [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 9:27 AM > To: [EMAIL PROTECTED] > Subject: RE: NAT & PIX [7:38633] > > > Yes, > > With the two commands NAT and GLOBAL, you can specify exactly what you need: > > global (outside) 1 192.168.1.200 n