[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Gateway address problem



Em Sáb, 2005-10-15 às 17:59 +0200, antongiulio05 escreveu:
> > > Have you any idea?
> > 
> > Do you have a functional DNS on your Gateway?
> > Try setting up other nameserver, there can be up to 3 in your
> > resolv.conf (even far away ones)
> 
> Thanks Michel I have just changed my DNS address and it works:)
> 
> # cat /etc/resolv.conf
> search
> #nameserver 192.168.1.1
> nameserver 62.211.69.150
> 
> Do you know how to make "automatized" all at boot (wlan up)?

Normally on the dhcp server in dhcpd.conf:

option domain-name-servers  62.211.69.150, 192.168.1.1;

I am using dhcp3 , so this file is /etc/dhcp3/dhcpd.conf

If you only connect wireless to this server, you can also do it on the
client in /etc/dhclient.conf:

prepend domain-name-servers 62.211.69.150;

but this way when you use another server it could be a very unhelpfull
DNS.

Michel.





Reply to: