d6jg wrote:
> Quick question. If running on Ethernet and DHCP resolve.conf gets
> written with DHCP servers DNS entries. Is that correct? What happens if
> you change from DHCP to Static? Does resolv.conf stay as it was ?
Hi d6jg,
No. When you enable static IP it generates a script eth0.sh. This script
writes to resolve.conf.
Code:
--------------------
echo nameserver '$GATEWAY' > /etc/resolv.conf
--------------------
regards
Greg
------------------------------------------------------------------------
Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix