PDA

View Full Version : IN Port 53 doesn't work?


digerata
10-12-2008, 03:42 PM
I'm setting up DNS servers for our domains on AppLogic. 2.4. I've hit a snag with the IN appliances. It appears that specifying port 53 on the IN appliance doesn't work. For my first try, I added both UDP 53 and TCP 53 to iface1 and iface2, respectively. Starting the app and connecting to those that port via dig or even telnet fails. To sanity test, I went back and added port 22 to IN iface3. I *can* telnet to that port. But 53 definitely does not work.

Is there something else restricting this port?

Thanks,

-Mike

digerata
10-12-2008, 04:26 PM
I should mention that bind is indeed running the server IN is pointing to. In fact, you can telnet to localhost 53 on that server.

digerata
10-12-2008, 06:52 PM
Scrap that. It was because bind was "binding" to localhost and not eth0. The default configuration binds to 127.0.0.1. DOH!

Sorry for the noise...