[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Few RH 6.1 Issues
> Guy Keren Wrote:
>
> > ar the quotation marks part of the file's contents? if so - remove them.
> > also, remove the 'locadomain' part, it's pointless.
> >
> > make sure your /etc/nsswitch.conf file has a line like this:
> >
> > hosts: files dns ....
> >
> > the relevant part is that 'files' should be first, and 'dns' only after
> > it.
> >
> Well.. ofcourse the quotations are not in the file... my point is i'm trying
> to set up my ISDN card.
> when i used a modem i set all the things up for the modem and then
> configured the resolv.conf. nothing else.
> here it gives me some major problems.
> does localhost nameserver 127.0.0.1 must be in resolv.conf? can you guide me
> through all the files i need to changed after a clean installation of RH for
> dialup connection? (i'll install my modem again only to check if it works)
>
1) I would try to follow the PPP-HOWTO. It will help RH users since this is
what the writer used to have
2) I believe that in regular desk top configuration, localhost nameserver
127.0.0.1 has not have to be in resolv.conf.
[21:24:29 /tmp]$ cat /etc/resolv.conf
domain israsrv.net.il
nameserver 192.115.0.100
nameserver 192.115.3.100
[21:24:40 /tmp]$
Ofcourse I am getting the "wrong" answer when I trying to nslookup localhost
but it does not seems to break anything:
[21:24:40 /tmp]$ nslookup 127.0.0.1
Server: ns1.israsrv.net.il
Address: 192.115.0.100
Name: localhost.israsrv.co.il
Address: 127.0.0.1
[21:28:41 /tmp]$ nslookup localhost
Server: ns1.israsrv.net.il
Address: 192.115.0.100
Name: localhost.israsrv.net.il
Address: 127.0.0.1
[21:29:40 /tmp]$ grep localhost /etc/hosts
127.0.0.1 localhost loopback
::1 ip6-localhost ip6-loopback
[21:30:07 /tmp]$
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il