07-06-2010 12:12 AM - edited 03-04-2019 08:58 AM
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
Solved! Go to Solution.
07-06-2010 05:49 AM
07-06-2010 02:42 AM
Hi,
Check the translation table whether your particular DNS ip gets translated.
Regards,
V Dinesh Kumar
07-06-2010 03:17 AM
yes the ip is translated
07-06-2010 04:21 AM
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
07-06-2010 04:46 AM
Thanks, there is no effect, i have the same result
07-06-2010 04:56 AM
Sorry, It's working. Please reply me and I'll rate you correctly
Thank you very much
07-06-2010 05:49 AM
Hi
Good to hear that's working.
Regards,
V Dinesh Kumar
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide