mirror of https://github.com/hak5/shark-files.git
network: Tweak network config
parent
41afccfce2
commit
9a6e5984a8
|
@ -1,12 +1,14 @@
|
||||||
|
|
||||||
config interface 'loopback'
|
config interface 'loopback'
|
||||||
option ifname 'lo'
|
option device 'lo'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
option ipaddr '127.0.0.1'
|
option ipaddr '127.0.0.1'
|
||||||
option netmask '255.0.0.0'
|
option netmask '255.0.0.0'
|
||||||
|
|
||||||
|
config globals 'globals'
|
||||||
|
option ula_prefix 'fdc9:cb43:d39f::/48'
|
||||||
|
|
||||||
config interface 'lan'
|
config interface 'lan'
|
||||||
option ifname 'eth0'
|
option device 'eth0'
|
||||||
option proto 'static'
|
option proto 'static'
|
||||||
option ipaddr '172.16.24.1'
|
option ipaddr '172.16.24.1'
|
||||||
option netmask '255.255.255.0'
|
option netmask '255.255.255.0'
|
||||||
|
|
Loading…
Reference in New Issue