mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 02:18:57 +00:00
Update default MAC address (#807)
This commit is contained in:
@@ -3,7 +3,7 @@ iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF)
|
||||
hwaddress ether $(fw_printenv -n ethaddr || echo 00:00:23:34:45:66)
|
||||
address 192.168.2.10
|
||||
netmask 255.255.255.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user