Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Help with NAT

Reply
Thread Tools

Help with NAT

 
 
HomerSimpson
Guest
Posts: n/a
 
      10-22-2003
I am wanting to configure a one to one NAT configuration on a 2621 router
by using both FastE interfaces.

I have a /28 address block from my ISP. The gateway address is configured
on the ISPs 6509 that I will be connecting to inside their premises. I am
housing my router, switch(Extreme) and equipment inside their building.

Example..

999.230.24.0/28 - ISP block where 999.230.24.1 is their gateway.
Usable IPs on my 2621 will be 999.230.24.2 through 999.230.2.14
I will connect fastE 0/0 to their 6509.

fastE 0/1 will have private IP space (172.16.1.0/2.

What are the commands to setup one for one NAT so that one public IP will
match to one private IP? I will also be configured this as a firewall
router so that I can apply an access-list to the inbound direction of fa0/0
to only permit certain IPs.

Hopefully this makes sense and thanks in advance...

Homer





 
Reply With Quote
 
 
 
 
HomerSimpson
Guest
Posts: n/a
 
      10-24-2003
"HomerSimpson" <> wrote in message
news8olb.201830$%h1.201258@sccrnsc02...
> I am wanting to configure a one to one NAT configuration on a 2621 router
> by using both FastE interfaces.
>
> I have a /28 address block from my ISP. The gateway address is configured
> on the ISPs 6509 that I will be connecting to inside their premises. I am
> housing my router, switch(Extreme) and equipment inside their building.
>
> Example..
>
> 999.230.24.0/28 - ISP block where 999.230.24.1 is their gateway.
> Usable IPs on my 2621 will be 999.230.24.2 through 999.230.2.14
> I will connect fastE 0/0 to their 6509.
>
> fastE 0/1 will have private IP space (172.16.1.0/2.
>
> What are the commands to setup one for one NAT so that one public IP will
> match to one private IP? I will also be configured this as a firewall
> router so that I can apply an access-list to the inbound direction of

fa0/0
> to only permit certain IPs.
>
> Hopefully this makes sense and thanks in advance...
>
> Homer





No takers on this one?

Please... help...


Homer


 
Reply With Quote
 
 
 
 
Martin Gallagher
Guest
Posts: n/a
 
      10-25-2003
On Fri, 24 Oct 2003 23:45:25 +0000, HomerSimpson wrote:


>
> No takers on this one?
>


Here's one way.

!
interface Fastethernet 0/0
ip address 999.230.24.2 255.255.255.240
ip nat outside
!
interface Fastethernet 0/1
ip address 172.16.1.1 255.255.255.240
ip nat inside
!
ip nat inside source static network 172.16.1.0 999.230.24.0 255.255.255.240
!

You can have 172.16.1.[3-14] in your internal network.

--
Rgds,
Martin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN, from nat without VPN to nat with it Allan Wilson Cisco 1 07-05-2004 10:51 PM
Identity Nat v Exemption NAT Kenny D Cisco 1 05-08-2004 03:11 PM
NAT exemption versus Static NAT. Where is the difference? Anonymous Poster Cisco 0 04-26-2004 04:29 AM
Attn: NAT Experts - 2611XM and NAT pool JCVD Cisco 1 02-13-2004 12:30 PM
NAT or Not to NAT; how to do an Internet connection for a 100-PC company ? Al Dykes Cisco 8 10-29-2003 12:34 AM



Advertisments