cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
0
Helpful
3
Replies

NATing

mr.bond
Level 1
Level 1

I have two networks with different ip range and i want use nat on my router .i have two servers in my network which i want to it to see the other one servers in other network.i mean my two servers should be able to telnet and ftp to one of the server in another network.

how i can configure this from both the network the servers can able to telnet .

3 Replies 3

raymong
Level 4
Level 4

Take a look through the NAT configuration examples:

http://www.cisco.com/pcgi-bin/Support/browse/psp_view.pl?p=Technologies:NAT&s=Implementation_and_Configuration

After you have gone through these links, if you have any specific questions, re-post to this forum.

that link is dead .. can you repost?

kyukim
Cisco Employee
Cisco Employee

Here are several links to good NAT documents.

NAT FAQ

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_q_and_a_item09186a00800e523b.shtml

12.4 NAT config guide

http://www.cisco.com/en/US/docs/ios/ipaddr/configuration/guide/iadnat_addr_consv_ps6350_TSD_Products_Configuration_Guide_Chapter.html

Static NAT and Dynamic NAT

http://www.cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093f31.shtml

Here is my simple config example

server, 10.1.1.1--------10.1.1.2 F0/0 router f0/1 11.1.1.1--------------outside world

router

int f0/1

ip add 11.1.1.1

ip nat outside

int f0/0

ip add 10.1.1.1

ip nat inside

ip nat inside source static 10.1.1.1 11.1.1.1  ---> map all tcp/udp ports

ip nat inside source static tcp 10.1.1.1 23 11.1.1.1 23   --> map only tcp port 23 for telnet

Hope this helps.

If you post more detail with how servers and routers are connected, then I can give u more specific example.

KK.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: