RE: NAT [7:54838]

2002-10-03 Thread Brett spunt

Hosts files, or local dns server pointing to private ip address,
or
 use a pix firewall with the following command "alias (inside) 
 255.255.255.255 which will  doctor the dns reply for you.

check out the following link...
http://www.cisco.com/warp/public/110/alias.html

Brett spunt

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Joe Middleton
Sent: Thursday, October 03, 2002 5:23 PM
To: [EMAIL PROTECTED]
Subject: NAT [7:54838]


Hi All,

I am trying to set up NAT on a cisco 2600 router.  Everything seems to be
working except that I can not access resources on the inside using there
public IP address from the inside.  From the internet the router translates
the public addresses to private addresses, but from the inside I have to use
the private address to access any resource.  How can I get the router to
translate requests that originate from the inside?  Any help would be
greatly appreciated.

Thanks.




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



RE: NAT [7:54838]

2002-10-03 Thread Paul Msava

Hi,
ip nat inside source static private public ip


./Msava



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Joe Middleton
Sent: Friday, October 04, 2002 3:23 AM
To: [EMAIL PROTECTED]
Subject: NAT [7:54838]


Hi All,

I am trying to set up NAT on a cisco 2600 router.  Everything seems to be
working except that I can not access resources on the inside using there
public IP address from the inside.  From the internet the router translates
the public addresses to private addresses, but from the inside I have to use
the private address to access any resource.  How can I get the router to
translate requests that originate from the inside?  Any help would be
greatly appreciated.

Thanks.




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



RE: NAT [7:54838]

2002-10-03 Thread Lidiya White

it's on the router... Check 'nat on the stick' config examples. Traffic HAS
to go through a 'ip nat inside' and 'ip nat outside' interfaces to be
Natted. If it goes only through "ip nat inside" interface, Nat will not
happen...

-- Lidiya White


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Brett spunt
Sent: Thursday, October 03, 2002 8:44 PM
To: [EMAIL PROTECTED]
Subject: RE: NAT [7:54838]


Hosts files, or local dns server pointing to private ip address,
or
 use a pix firewall with the following command "alias (inside)
 255.255.255.255 which will  doctor the dns reply for you.

check out the following link...
http://www.cisco.com/warp/public/110/alias.html

Brett spunt

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Joe Middleton
Sent: Thursday, October 03, 2002 5:23 PM
To: [EMAIL PROTECTED]
Subject: NAT [7:54838]


Hi All,

I am trying to set up NAT on a cisco 2600 router.  Everything seems to be
working except that I can not access resources on the inside using there
public IP address from the inside.  From the internet the router translates
the public addresses to private addresses, but from the inside I have to use
the private address to access any resource.  How can I get the router to
translate requests that originate from the inside?  Any help would be
greatly appreciated.

Thanks.




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



Re: NAT [7:54838]

2002-10-04 Thread MADMAN

Well if you must you can try NAT on a stick:

http://www.cisco.com/warp/public/556/nat-on-stick.html

  Had a customer that wanted to do this last week.  Tried it in the lab
but couldn't get it to work though I was sure the config was correct. 
After talking with a few Cisco engineers we found out you had to disable
multicast globally and then it worked.  Of coarse I couldn't find that
documented anywhere:(

  If I were you though when on the inside set your IP address
appropriately!!!

  dave

Joe Middleton wrote:
> 
> Hi All,
> 
> I am trying to set up NAT on a cisco 2600 router.  Everything seems to be
> working except that I can not access resources on the inside using there
> public IP address from the inside.  From the internet the router translates
> the public addresses to private addresses, but from the inside I have to
use
> the private address to access any resource.  How can I get the router to
> translate requests that originate from the inside?  Any help would be
> greatly appreciated.
> 
> Thanks.
-- 
David Madland
CCIE# 2016
Sr. Network Engineer
Qwest Communications
612-664-3367

"You don't make the poor richer by making the rich poorer." --Winston
Churchill




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



RE: NAT [7:54838]

2002-10-04 Thread Daren Presbitero

Hi Paul,

With this command, will you be able to let's say ftp to the
outside IP and get forwarded to the ftp ports of the internal ip?

Daren   

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Paul Msava
Sent: Thursday, October 03, 2002 7:28 PM
To: [EMAIL PROTECTED]
Subject: RE: NAT [7:54838]


Hi,
ip nat inside source static private public ip


./Msava



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Joe Middleton
Sent: Friday, October 04, 2002 3:23 AM
To: [EMAIL PROTECTED]
Subject: NAT [7:54838]


Hi All,

I am trying to set up NAT on a cisco 2600 router.  Everything seems to
be working except that I can not access resources on the inside using
there public IP address from the inside.  From the internet the router
translates the public addresses to private addresses, but from the
inside I have to use the private address to access any resource.  How
can I get the router to translate requests that originate from the
inside?  Any help would be greatly appreciated.

Thanks.




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