Boilerplate4U
New Around Here
We plan to use DNS redirects for our home office domain "homeoffice.com" to our internal DNS servers but it does not work probably due to a misconfiguration in the router which I'm unable to locate.
Problem is no DNS requests for "homeoffice.com" are forwarded from the router to the servers. Another very odd thing is that "# nslookup xxx 192.168.100.1" doesn't work from within the router itself. I've also checked with a packet sniffer and don't see any packets at all which made me suspect there is a missconfiguration somewhere that is causing all this. However, the biggest mystery is why not even the basic tool "nslookup" isn't working!
Any ideas?
Equipment:
ASUS RT-AC66U with v380.70.
DHCP: disabled
Filters: disabled
No VPN servers activated:
Nslookup reports
# cat /jffs/configs/dnsmasq.conf.add
# cat /tmp/etc/dnsmasq.conf
Problem is no DNS requests for "homeoffice.com" are forwarded from the router to the servers. Another very odd thing is that "# nslookup xxx 192.168.100.1" doesn't work from within the router itself. I've also checked with a packet sniffer and don't see any packets at all which made me suspect there is a missconfiguration somewhere that is causing all this. However, the biggest mystery is why not even the basic tool "nslookup" isn't working!
Any ideas?
Equipment:
ASUS RT-AC66U with v380.70.
DHCP: disabled
Filters: disabled
No VPN servers activated:
Nslookup reports
can't resolve 'WS1'
even though no requests were sent to the server (confirmed with wireshark)# nslookup WS1 192.168.100.1
Server: 192.168.100.1
Address 1: 192.168.100.1
nslookup: can't resolve 'WS1'
# cat /jffs/configs/dnsmasq.conf.add
server=/homeoffice.com/192.168.100.1
server=/homeoffice.com/192.168.100.2
# cat /tmp/etc/dnsmasq.conf
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=ppp1*
no-dhcp-interface=ppp1*
resolv-file=/tmp/resolv.conf
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
domain=homeoffice.com
expand-hosts
bogus-priv
local=/homeoffice.com/
no-dhcp-interface=br0
read-ethers
addn-hosts=/etc/hosts.dnsmasq
interface=tun22
server=/homeoffice.com/192.168.100.1
server=/homeoffice.com/192.168.100.2
Last edited: