mirror of https://github.com/OpenIPC/composer.git
Update Vixand interface
parent
1840b9cdad
commit
427bbffa01
|
@ -7,6 +7,7 @@ auto eth0
|
||||||
iface eth0 inet static
|
iface eth0 inet static
|
||||||
address $(fw_printenv -n ipaddr || echo 192.168.1.10)
|
address $(fw_printenv -n ipaddr || echo 192.168.1.10)
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
|
hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF)
|
||||||
|
|
||||||
auto ppp0
|
auto ppp0
|
||||||
iface ppp0 inet manual
|
iface ppp0 inet manual
|
||||||
|
|
Loading…
Reference in New Issue