cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
230
Views
0
Helpful
1
Replies

NAT Question

pwh23
Level 1
Level 1

I need to setup static NAT in order for a host on our network to communicate with a host on another network. Below is my setup;

Our Host----------Our Router------------------Their Router-----------Their Host

10.5.1.5 FA0:10.5.1.2 S0: ?

E0: 159.238.x.x E0: 159.238.x.x

I entered the following commands:

interface Ethernet0

ip address 159.238.x.x 255.255.255.248

ip nat outside

half-duplex

!

interface FastEthernet0

ip address 10.5.1.2 255.255.255.0

ip nat inside

speed auto

half-duplex

ip nat inside source static 10.5.1.5 159.238.x.x

If I do a sh ip nat trans, it shows the proper inside local and global address, but a sh ip nat stat shows no hits when I try to ping from the inside host to their router.

I'm new to NAT on Cisco, so I'm guessing that I'm missing something simple.

Thanks for any help.

Phil

1 Reply 1

pwh23
Level 1
Level 1

Never mind, I got it working............................