Hi
I have a Cisco 881W setup with a cable modem.
I want external users to be able to query an internal DNS server for both name resolution and zone transfers, so have added the following lines to the config:-
ip nat inside source static tcp 192.168.200.20 53 interface FastEthernet4 53
ip nat inside source static udp 192.168.200.20 53 interface FastEthernet4 53
192.168.200.20 is the internal IP address of the DNS server, FasterEthernte 4 is the WAN interface and has the public IP address
There is an inbound accesslist on Fastethernet4 however this allows inbound TCP & UDP port 53 connections
I have simialr translatiosn for port 80, 443 etc and they work just fine. However DNS resolution just doesn't work. I wonder if anyone can offer some advice?
I have a Cisco 881W setup with a cable modem.
I want external users to be able to query an internal DNS server for both name resolution and zone transfers, so have added the following lines to the config:-
ip nat inside source static tcp 192.168.200.20 53 interface FastEthernet4 53
ip nat inside source static udp 192.168.200.20 53 interface FastEthernet4 53
192.168.200.20 is the internal IP address of the DNS server, FasterEthernte 4 is the WAN interface and has the public IP address
There is an inbound accesslist on Fastethernet4 however this allows inbound TCP & UDP port 53 connections
I have simialr translatiosn for port 80, 443 etc and they work just fine. However DNS resolution just doesn't work. I wonder if anyone can offer some advice?