mirror of https://github.com/hak5/shark-files.git
network: Tweak network config
parent
41afccfce2
commit
9a6e5984a8
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue