Initial commit of configuration for core.
This commit is contained in:
parent
8e36b0cb0f
commit
65362a2ccb
48 changed files with 3138 additions and 0 deletions
6
etc/network/.gitignore
vendored
Normal file
6
etc/network/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/if-down.d/
|
||||
/if-post-down.d/
|
||||
/if-post-up.d/
|
||||
/if-pre-down.d/
|
||||
/if-pre-up.d/
|
||||
/if-up.d/
|
||||
5
etc/network/interfaces
Normal file
5
etc/network/interfaces
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 5.101.171.215/28
|
||||
gateway 5.101.171.209
|
||||
mtu 9000
|
||||
Loading…
Add table
Add a link
Reference in a new issue