iface
This commit is contained in:
parent
83ec7c872a
commit
fc94cdf0a3
1 changed files with 4 additions and 4 deletions
|
@ -133,10 +133,10 @@ Prepare a grub.cfg
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
iface lo inet6 loopback
|
iface lo inet6 loopback
|
||||||
|
|
||||||
auto eth0
|
auto enp1s0
|
||||||
iface eth0 inet static
|
iface enp1s0 inet static
|
||||||
address 192.99.14.98/24
|
address 192.99.14.98/24
|
||||||
gateway 192.99.14.254
|
gateway 192.99.14.254
|
||||||
iface eth0 inet6 static
|
iface enp1s0 inet6 static
|
||||||
address 2607:5300:60:3f62::1/64
|
address 2607:5300:60:3f62::1/64
|
||||||
gateway 2607:5300:60:3fff:ff:ff:ff:ff
|
gateway 2607:5300:60:3fff:ff:ff:ff:ff
|
||||||
|
|
Loading…
Reference in a new issue