RE: pix question [7:36500]

2002-02-26 Thread Daniel Cotts

Yes you can use globally routable ip addresses on the inside interface.
Either use 
nat (inside) 0 ip address netmask 
or do a 
static (inside,outside)ip address same ip address netmask.

 -Original Message-
 From: george gittins [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 26, 2002 9:41 AM
 To: [EMAIL PROTECTED]
 Subject: pix question [7:36500]
 
 
 I have a pool of ip address im assigning as they leave my 
 internal network.
 Is their a way i can assign specific global ip address to 
 inside networks.
 
 George Gittins
 Internet Systems Manager
 Weslaco, Tx 78599
 Phone (956)9696557




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36503t=36500
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: pix question [7:36500]

2002-02-26 Thread Roberts, Larry

Well, if I understand your question correctly, you want to have a specific
subnet always get the same external address ?

Nat (inside) # 10.20.30.0 255.255.255.0
Global (outside) # a.b.c.d 255.255.255.0

# = unique number that is not used already on your PIX. Most people use 1 as
the first group. Just pick a number that is unique and apply it to both the
NAT statement for the inside address's and the Global outside address that
they get. That is how the NAT is associated with the specific global
statement.

A.b.c.d is our outside address that they always get.

10.20.30.0 255.255.255.0 is the inside network(s) that get translated. If
you want to add multiple internal networks to that specific global address,
then you only net to add additional NAT statements using the same unique
identifier (#).

 

Thanks

Larry 

-Original Message-
From: george gittins [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 26, 2002 10:41 AM
To: [EMAIL PROTECTED]
Subject: pix question [7:36500]


I have a pool of ip address im assigning as they leave my internal network.
Is their a way i can assign specific global ip address to inside networks.

George Gittins
Internet Systems Manager
Weslaco, Tx 78599
Phone (956)9696557




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36507t=36500
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: pix question [7:36500]

2002-02-26 Thread Roberts, Larry

Oops, typo alert.

The Global statement should read:

Global (outside) # a.b.c.d netmask 255.255.255.0

Thanks

Larry 

-Original Message-
From: Roberts, Larry 
Sent: Tuesday, February 26, 2002 11:34 AM
To: 'george gittins'; [EMAIL PROTECTED]
Subject: RE: pix question [7:36500]


Well, if I understand your question correctly, you want to have a specific
subnet always get the same external address ?

Nat (inside) # 10.20.30.0 255.255.255.0
Global (outside) # a.b.c.d 255.255.255.0

# = unique number that is not used already on your PIX. Most people use 1 as
the first group. Just pick a number that is unique and apply it to both the
NAT statement for the inside address's and the Global outside address that
they get. That is how the NAT is associated with the specific global
statement.

A.b.c.d is our outside address that they always get.

10.20.30.0 255.255.255.0 is the inside network(s) that get translated. If
you want to add multiple internal networks to that specific global address,
then you only net to add additional NAT statements using the same unique
identifier (#).

 

Thanks

Larry 

-Original Message-
From: george gittins [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 26, 2002 10:41 AM
To: [EMAIL PROTECTED]
Subject: pix question [7:36500]


I have a pool of ip address im assigning as they leave my internal network.
Is their a way i can assign specific global ip address to inside networks.

George Gittins
Internet Systems Manager
Weslaco, Tx 78599
Phone (956)9696557




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=36508t=36500
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]