Add more examples for DHCP section

pull/466/head
Igor Zalatov (from Citadel PC) 2022-09-17 17:16:03 +03:00
parent 429a58ade0
commit cf59930e78
1 changed files with 2 additions and 0 deletions

View File

@ -5,7 +5,9 @@ iface lo inet loopback
auto eth0 auto eth0
iface eth0 inet dhcp iface eth0 inet dhcp
hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF) hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF)
#udhcpc_opts -O search -O ntpsrv -O hostname
#pre-up echo -e "nameserver 77.88.8.8\nnameserver 8.8.4.4\n" >/tmp/resolv.conf #pre-up echo -e "nameserver 77.88.8.8\nnameserver 8.8.4.4\n" >/tmp/resolv.conf
#pre-up echo -e "server 0.time.openipc.org iburst\nserver 1.time.openipc.org iburst\nserver 2.time.openipc.org iburst\nserver 3.time.openipc.org iburst" >/tmp/ntp.conf
manual wlan0 manual wlan0
iface wlan0 inet dhcp iface wlan0 inet dhcp