network: Tweak network config

master
Mike Kershaw / Dragorn 2023-08-01 16:40:10 -04:00
parent 41afccfce2
commit 9a6e5984a8
1 changed files with 13 additions and 11 deletions

View File

@ -1,14 +1,16 @@
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdc9:cb43:d39f::/48'
config interface 'lan'
option ifname 'eth0'
option proto 'static'
option ipaddr '172.16.24.1'
option netmask '255.255.255.0'
option ip6assign '60'
option device 'eth0'
option proto 'static'
option ipaddr '172.16.24.1'
option netmask '255.255.255.0'
option ip6assign '60'