cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
362
Views
0
Helpful
6
Replies

NAT issue

dpatkins
Level 1
Level 1

I have an issue where we have a private network, 10.199.0.0/24. This traffic NATs to a single DHCP assigned address on the outside interface of Cisco 1841. The 1841 can be connected to our netowrk or it can be connected to an external ISP. When in station, the IP address the 1841 receives is a routable IP address and thus we only have to NAT once. 10.199.0.0/24 to routable address.

However, when connected to the external ISPs, a NAT has to be performed at the 1841 and then again at the cable/DSL modem. How do I configure my outside interface to be able to handle this extra occurance of natting? Currently, we are able to ping from a laptop on the inside network to the 192.168.1.254 address on the backside of a CABLE/DSL Modem. If we put the DNS address of 192.168.1.254, we can actually resolve names using the external ISP. But we cannot surf the web or ping open sites like yahoo.com.

Any help would be appreciated.

Dwane

6 Replies 6

paolo bevilacqua
Hall of Fame
Hall of Fame

Configure:

no ip route 0.0.0.0 0.0.0.0 FastEthernet0/1

dhcp will assign a default gw, the command above only makes trouble.

Configure the cable/dsl modem for bridging and you will have a single NAT only.

Even better, get an appropriate interface for the router itself.

If you take out the default gateway, how does it know to go out the fa0/1 for unknown traffic?

I took out the statement ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 and it would not work. From the router, I can do an nslookup to yahoo.com have it resolve. From the desktop, it will not find the Cable modem as the DNS server.

How do I ensure that the DHCP service uses the server from the external interface source?

Thank you

dhcp is one thing, dns is another.

First, you check that dhcp installed the default route, and do you tests using IP addresses only.

Then, you decide which DNS server you want to use, and configure appropriately. You will be then able to use names and browse the internet normally.

If you are not familiar about these networking things, hire a reputable professional for the job.

Thank you for your time. SInce there was no way to get the DNS request from the DHCP client to go from the inside interface to the outside, we managed to get this working using a free DNS server.

Davy Ad
Level 1
Level 1

Hello DWANE,

I would like to help you solve this issue but i could not really understand what you want. I think it would be nice if you can send Diagram of what ou want to do.

HTH

Dak

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:

Review Cisco Networking products for a $25 gift card