You are not logged in.
Pages: 1
How to change DNS ip addresses in Slitaz 4 or Cooking?
Thank you
Offline
If /etc/network.conf is STATIC="yes" and DHCP="no" then
DNS_SERVER="8.8.8.8 8.8.4.4" # using google public dns
If /etc/network.conf is STATIC="no" and DHCP="yes" then
insert dns="8.8.8.8 8.8.4.4" in /usr/share/udhcpc/default.script
# udhcpc script edited by Tim Riker
dns="8.8.8.8 8.8.4.4"
Reference:
http://vanilla.slitaz.org/index.php?p=/discussion/676/solved-can-not-clone-the-wok#Item_13
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]