cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1214
Views
5
Helpful
6
Replies

NAT PAT routing problem

jmprats
Level 4
Level 4

I have two dns servers, DNS1 goes out through ADSL router R1 (this is the firewall’s default route). DNS2 goes out through R2 ADSL Router (R1 send all the traffic from DNS2 to R2). R2 has only one public IP address so I’m doing NAT overload for browsing and PAT for udp 53 (dns). The firewall and R1 are using public IP addresses of R1, so no need to nat in R1.

If I’m outside of my bussiness and query my dns servers (nslookup), I have no problem with DNS1, but queries to DNS2 do  not work

Any help?

Important R2 configuration

interface Vlan1

ip address xxxx

no ip redirects

ip nat inside

ip virtual-reassembly

ip tcp adjust-mss 1452

interface Dialer1

mtu 1492

ip address negotiated

ip nat outside

ip virtual-reassembly

encapsulation ppp

dialer pool 1

no cdp enable

ppp authentication chap pap callin

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 Dialer1

ip nat inside source list 1 interface Dialer1 overload

ip nat inside source static udp yyyy 53 interface Dialer1 53

1 Accepted Solution

Accepted Solutions

Hi

  Good to hear that's working.

Regards,

V Dinesh Kumar

View solution in original post

6 Replies 6

vdineshkumar83
Level 1
Level 1

Hi,

       Check the translation table whether your particular DNS ip gets translated.

Regards,

V Dinesh Kumar

yes the ip is translated

vdineshkumar83
Level 1
Level 1

Hi

  Whats defined in source-list 1? Is it matching all the traffic? If so can you deny the particular DNS ip and check

Regards,

V Dinesh Kumar

Thanks, there is no effect, i have the same result

Sorry, It's working. Please reply me and I'll rate you correctly

Thank you very much

Hi

  Good to hear that's working.

Regards,

V Dinesh Kumar

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