resolv.conf?

resolv.conf?

Post by Faux_Pseu » Sun, 31 Dec 1899 09:00:00



you need it to conect to the internet

############################################
search worldnet.att.net
nameserver 204.127.160.1
nameserver 204.127.129.1
############################################
you see?


$does anyone know what is 'resolv.conf'?
$i am setting up a linux server, and use a windows98 as a client.
$when i use telnet to connect to the server, it takes about 30 seconds to
$prompt.
$after i delect 'resolv.conf' it promt immediately when i start telent,
$why?
$
$please also write to:

$
$thank you very much.
$bonn
$

--
  ._____.                                           ._____.
  |<> <>| If I remember to turn it on UIN=66618055  |<> <>|
  |     | while(sig_sucks != 0)                     |     |
   \ " /        printf("Clever sig coming soon.");   \ " /
    \_/                                               \_/

 
 
 

resolv.conf?

Post by lcs3.. » Sun, 31 Dec 1899 09:00:00




> does anyone know what is 'resolv.conf'?
> i am setting up a linux server, and use a windows98 as a client.
> when i use telnet to connect to the server, it takes about 30 seconds
to
> prompt.
> after i delect 'resolv.conf' it promt immediately when i start telent,
> why?

> please also write to:

> thank you very much.
> bonn

when you telnet to a host, telnet needs the ip address.  If resolv.conf
exists, the first dns server in resolv.conf will be asked for the
ip address and then the second, etc.  Delete resolv.conf and you'll
default back to the static /etc/hosts file.  If it ain't in there,
you'll have to telnet to the actual ip address.  Since you're getting
a 30 second delay, the first couple of server entries in resolv.conf
probably aren't responding.

A couple of things you can look into:

nslookup allows you to query nameservers interactively for trouble
shooting.

/etc/nsswitch.conf allows you change the search order (eg first check
/etc/hosts and then try the nameservers.

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

resolv.conf?

Post by Bill Unr » Sun, 31 Dec 1899 09:00:00



]does anyone know what is 'resolv.conf'?

It is the file which tells the system what the Doman Name servers are
that the system should ask if it needs to find and IP address associated
with a name or a name associated with an address.

]i am setting up a linux server, and use a windows98 as a client.
]when i use telnet to connect to the server, it takes about 30 seconds to
]prompt.

It is presumably trying to resolve some address or name, and not being
able to get at the addresses listed in that file, and thus having to

]after i delect 'resolv.conf' it promt immediately when i start telent,
]why?

]please also write to:

]thank you very much.
]bonn

 
 
 

resolv.conf?

Post by michae » Sun, 31 Dec 1899 09:00:00


this is your resolver for name translation - you probably have an incorrect
entry
which is causing the lag.  Check the name server address.

> does anyone know what is 'resolv.conf'?
> i am setting up a linux server, and use a windows98 as a client.
> when i use telnet to connect to the server, it takes about 30 seconds to
> prompt.
> after i delect 'resolv.conf' it promt immediately when i start telent,
> why?

> please also write to:

> thank you very much.
> bonn

 
 
 

resolv.conf?

Post by Bonn » Sun, 31 Dec 1899 09:00:00


does anyone know what is 'resolv.conf'?
i am setting up a linux server, and use a windows98 as a client.
when i use telnet to connect to the server, it takes about 30 seconds to
prompt.
after i delect 'resolv.conf' it promt immediately when i start telent,
why?

please also write to:

thank you very much.
bonn

 
 
 

resolv.conf?

Post by David Efflan » Sun, 31 Dec 1899 09:00:00



>does anyone know what is 'resolv.conf'?
>i am setting up a linux server, and use a windows98 as a client.
>when i use telnet to connect to the server, it takes about 30 seconds to
>prompt.
>after i delect 'resolv.conf' it promt immediately when i start telent,
>why?

Try putting a name for the Win98 IP in /etc/hosts.  Otherwise it hangs
attempting find a name for the IP from DNS servers listed in
/etc/resolv.conf, which are not connected.

--

http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://hammer.prohosting.com/~cgi-wiz/  http://cgi-help.virtualave.net/

 
 
 

1. dhclient.conf to add dns in resolv.conf

I have a fresh Redhat 8 install and configured DHCP (dhclient) for my eth0 NIC.
It works but my problem is to prepend an other dns server in resolv.conf

The resolv.conf is :
; generated by /sbin/dhclient-script
search fpms.ac.be
nameserver 10.104.1.10

So I added /etc/dhclient.conf like this :

interface eth0 {
append domain-name-servers 193.190.210.80;

I restarted the network, reboot but the resolv.conf file is always the same.
I tried a lot of variations in dhclient.conf but never get it working.

Thanks,

David

n.B. just in case:
::::::::::::::
/var/lib/dhcp/dhclient-eth0.leases
::::::::::::::
lease {
  interface "eth0";
  fixed-address 10.104.11.48;
  option subnet-mask 255.255.255.0;
  option dhcp-lease-time 259200;
  option routers 10.104.11.1;
  option dhcp-message-type 5;
  option dhcp-server-identifier 10.104.1.10;
  option domain-name-servers 10.104.1.10;
  option dhcp-renewal-time 129600;
  option dhcp-rebinding-time 226800;
  option domain-name "fpms.ac.be";
  renew 4 2002/11/7 20:23:09;
  rebind 6 2002/11/9 05:26:36;
  expire 6 2002/11/9 14:26:36;

2. errors on hd???

3. ppp.conf and resolv.conf for bellsouth.net needed

4. Serious ap_invoke_handler problem?(PHP4)

5. resolv.conf and rc.conf

6. Type1 Postscript Font problem with XFree86 3.3.3.1

7. dhcpd.conf, resolv.conf and the search directive

8. proxy arp support

9. named.conf "option forwarder" vs. resolv.conf "nameserver"?

10. Looking for sample /etc/named.conf and etc/resolv.conf and /etc/hosts

11. /etc/resolv.conf missing??

12. dhcp and /etc/resolv.conf

13. resolv.conf Problem