Velocity Reviews - Computer Hardware Reviews

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

Reply
Thread Tools

Cisco NAT Help.

 
 
Ry
Guest
Posts: n/a
 
      07-04-2007
OK,

We have a router on the outside with a address of 172.31.*.*/24 and on
the inside we have 10.1.2.*/24, the inside needs access to anything on
the outside. We as the outside needs access to 1 server on 1 address
10.1.2.*/24.

The solution we have is: NAT the 10.1.2.*/24 to an address on the
outside of the router 172.31.*.* and NAT the whole of the inside to 1
address on the outside overloaded "BUT" we can't seem to figure out
how to NAT/Configure it to work correctly.

Cheers,

Ry.

 
Reply With Quote
 
 
 
 
@NOSPAMhod!SPAM.co(dot)uk
Guest
Posts: n/a
 
      07-04-2007
Ry wrote:
> OK,
>
> We have a router on the outside with a address of 172.31.*.*/24 and on
> the inside we have 10.1.2.*/24, the inside needs access to anything on
> the outside. We as the outside needs access to 1 server on 1 address
> 10.1.2.*/24.
>
> The solution we have is: NAT the 10.1.2.*/24 to an address on the
> outside of the router 172.31.*.* and NAT the whole of the inside to 1
> address on the outside overloaded "BUT" we can't seem to figure out
> how to NAT/Configure it to work correctly.
>
> Cheers,
>
> Ry.
>



If your server on the inside is 10.1.2.1 and you use 172.31.1.1 to
address it from outside then your nat config is thus -

ip nat inside source list 1 interface <inside int> overload
ip nat inside source static 10.1.2.1 172.31.1.1
access-list 1 permit 10.1.2.0 0.0.0.255

 
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
Cisco 1801 - ADSL/PPPoE - IPSec - Static NAT ---- 56K Dial Backup - NAT Overload skweetis Cisco 0 12-11-2006 04:33 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
Cisco 804 ISDN w/NAT (not familiar with Cisco IOS) Bob Willey Cisco 0 07-25-2003 03:01 PM
Re: Cisco 804 ISDN w/NAT (not familiar with Cisco IOS) RC Cisco 1 07-23-2003 07:45 PM
Re: Cisco 804 ISDN w/NAT (not familiar with Cisco IOS) JShepherd Cisco 0 07-22-2003 10:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57