Update default MAC address (#807)

pull/809/head
Paul Philippov 2023-05-19 12:24:20 -04:00 committed by GitHub
parent 06dba3364c
commit 8a8edbf305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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