Hello,
I am trying to set up BIND/named to host my own DNS. I appear to have a blocked port but ipfw is pleading innocent. I have set up a port forward ('virtual server') on my router; public port 53 to private port 53, TCP and UDP. I'm have turned the firewall off completely in the prefs panel.
Can anyone suggest what the next step to look at might be?
Thank you,
Darren
I am trying to set up BIND/named to host my own DNS. I appear to have a blocked port but ipfw is pleading innocent. I have set up a port forward ('virtual server') on my router; public port 53 to private port 53, TCP and UDP. I'm have turned the firewall off completely in the prefs panel.
Code:
/etc$ sudo ipfw list
65535 allow ip from any to any
/etc$ nc -vz x.x.x.x 53 (my external IP)
^C (hangs)
/etc$ nc -vz 127.0.0.1 53
Connection to 127.0.0.1 53 port [tcp/domain] succeeded!
Thank you,
Darren