Date: 06 Aug 2003 18:37:27 +0000 From: Jon-Eirik Pettersen <list@jonepet.net> To: freebsd-questions@freebsd.org Subject: Re: ppp woes!! Message-ID: <1060195047.7093.16.camel@cirrus.jonepet.net> In-Reply-To: <BAY8-F37FjkloHQBkIl00001c7f@hotmail.com> References: <BAY8-F37FjkloHQBkIl00001c7f@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2003-08-06 at 16:08, Jiger Java wrote: > >From: Jon-Eirik Pettersen <list@jonepet.net> > >Are you running KDE as root? > > > >You can add DNS-servers manually to /etc/resolv.conf like: > >nameserver 62.101.193.44 > >nameserver 217.118.32.13 > > The problem is I don't know my ISP's nameservers. They come to me > dynamically. On WInXP it works fine. But on FreeBSD I don't know how to make > that happen. Also can I connect/configure kppp using non-root user just like > in Linux which asks for root password and takes care of the rest? > > > > >Try this if you dont get KPPP to work: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to > >"freebsd-questions-unsubscribe@freebsd.org" > You can try to get them yourself. Most ISP's have domain/host-names to their DNS-servers, like ns1.domain.com and ns2.domain.com or dns1.domain.com and dns2.domain.com. ns.domain.com and dns.domain.com may also work. Try to get them with nslookup in WinXP or use the servers I'm using to get them. host ns1.domain.com 62.101.193.44 for example in FreeBSD. winipconf or ipconf in WinXP should also work. I don't know if kppp reads /etc/ppp/ppp.conf, but if so, you can add "enable dns" under "default:".
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1060195047.7093.16.camel>