I set up /etc/resolv.conf
domain example.local
nameserver 127.0.0.1
nameserver 192.168.1.108
but,a days later..!?
It's changed!!
nameserver 192.168.1.1
192.168.1.1 is DHCPD
How to stop change it?
|
I set up /etc/resolv.conf
but,a days later..!? It's changed!!
192.168.1.1 is DHCPD How to stop change it?
| |||
|
feedback
|
|
Is the machine sourcing it's IP address from DHCP? If so, Take a look at the manpage for the DHCP client you are using. For instance | |||
|
feedback
|
|
Most likely you have a dhcp-client service setup on your machine, it is rewriting | |||
|
feedback
|
|
to prevent dhcp client rewriting your settings you can put as well in dhclient.conf [ /etc/dhcp3 in debian, if you use isc's dhcp3-client ]
this might look differently for other dhcp clients. | ||||
|
feedback
|