I've got a dns server locally which uses views.

from local machine
dig @192.168.1.2 loudas.com
returns 192.168.1.2

from the world dig @loudas.com loudas.com
returns 203.96.212.68

I've put a pfsense embedded box on 202.37.230.93 (trinity.loudas.com)
I've turned on dnsmasq so when I turn on dhcpd dns will be forwarded.

I've created a firewall NAT rule
IF              Proto           Ext. Port               NAT IP          Int. 
port
WAN     TCP/UDP         53 (DNS)        192.168.1.2     53 (DNS)

now try, from the outside world
dig @trinity.loudas.com loudas.com
returns 192.168.1.2
when it should return 203.96.212.68

something dodgy going on? or something mis-configured?

Thanks
Paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to