[Dnsmasq-discuss] dns forwarding on port 53 and 110 (resolv.dnsmasq nameserver)
Simon Kelley
simon at thekelleys.org.uk
Wed Sep 30 11:54:32 BST 2009
Tom wrote:
> Hi,
>
> I would like to use different nameservers. Some of them are listening on
> port 53, others on port 110.
>
> I tried the following in resolv.dnsmasq but it does not work:
>
> nameserver 87.118.100.175#53
> nameserver 85.25.149.144#110
>
> How can I configuere it?
>
You can't use the "#<port>" syntax in /etc/resolv.conf. You need to
remove the nameserver lines from /etc/resolv.conf and add
server=87.118.100.175#53
server=85.25.149.144#110
to /etc/dnsmasq.conf, instead.
HTH
Simon.
More information about the Dnsmasq-discuss
mailing list