network/interfaces config.
This commit is contained in:
parent
0904a68ff6
commit
6460bfd7bc
1 changed files with 3 additions and 3 deletions
|
|
@ -2,13 +2,13 @@ auto eth0
|
||||||
iface eth0 inet static
|
iface eth0 inet static
|
||||||
address 5.101.171.215/28
|
address 5.101.171.215/28
|
||||||
gateway 5.101.171.209
|
gateway 5.101.171.209
|
||||||
mtu 9000
|
mtu 1500
|
||||||
iface eth0 inet6 static
|
iface eth0 inet6 static
|
||||||
address 2a01:a500:2981:1::d7/64
|
address 2a01:a500:2981:1::d7/64
|
||||||
gateway 2a01:a500:2981:1:ff:ff:ff:ff
|
gateway 2a01:a500:2981:1:ff:ff:ff:ff
|
||||||
mtu 9000
|
mtu 1500
|
||||||
|
|
||||||
auto eth1
|
auto eth1
|
||||||
iface eth1 inet static
|
iface eth1 inet static
|
||||||
address 10.254.0.215/24
|
address 10.254.0.215/24
|
||||||
mtu 9000
|
mtu 1500
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue