Subject: Re: telnet -4 command switches on IPv4 mode for other apps
To: Alasdair <alasdair@iprimus.com.au>
From: Matthias Scheler <tron@zhadum.org.uk>
List: netbsd-users
Date: 02/11/2007 12:47:27
On Sat, Feb 10, 2007 at 11:41:21PM -0500, Steven M. Bellovin wrote:
> > I am unsure where it originates from, however I tried to look it up
> > on one of those reverse look-up site and the site was un-able to
> > resolve it . I guess this means that it is the IP address of the
> > router. Is this the case. Sorry to have to be spoon-fed here but my
> > knowledge of the workings of networking is very small.
> >
> That's a private, non-routable network, and is almost certainly the
> router itself.
Yes, indeed. And I bet that the router's internal DNS cache server
causes the problems.
Alasdair:
What does the output of "ifconfig -a" on your NetBSD system look like?
A work-arround would to be to run a local caching nameserver:
1.) Add "named=YES" and "named_chrootdir="/var/chroot/named" to
"/etc/rc.conf".
2.) Start the nameserver with "/etc/rc.d/named start".
3.) Change the nameserver in "/etc/resolv.conf" to 127.0.0.1.
4.) Try whether the various applications work better now (after
restarting them).
Kind regards
--
Matthias Scheler http://zhadum.org.uk/