[Dnsmasq-discuss] Can't get dnsmasq to work on OS X 10.6 as DNS forwarder only

Sung Pae self at sungpae.com
Sat Jul 31 09:15:55 BST 2010


On 31 Jul 2010, at 3:08 AM, Jan Psota wrote:

> I use Linux, but:
> 	netstat -lup
> # = --listening --udp --program (run as root)
> should show you which program blocks dnsmasq by binding port 53 (domain)
> like here:
> udp        0      0 *:domain    *:*     3116/dnsmasq        
> udp        0      0 *:bootps    *:*     3116/dnsmasq        
> udp        0      0 *:tftp      *:*     3116/dnsmasq        
> 
> (It won't be dnsmasq!) Kill that process and start dnsmasq then.

That's good advice and on OS X,

	sudo lsof -Pni

will give very similar output.



More information about the Dnsmasq-discuss mailing list