1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
source /etc/network/interfaces.d/*
auto lo iface lo inet loopback
allow-hotplug eth0 iface eth0 inet static address 11.111.147.111 netmask 255.255.254.0 network 11.111.146.0 broadcast 11.111.147.255 gateway 11.111.146.1 dns-nameservers 119.29.29.29 180.76.76.76 101.6.6.6 77.88.8.8 1.1.1.1 8.8.8.8 1.2.4.8 222.222.222.222 222.222.202.202 dns-search kvm.u52710 iface eth0 inet6 static address 2a22:b100:2::6:ef netmask 64 gateway 2a22:b100:2::1 dns-nameservers 2001:da8::666 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3 2a00:b700::220 2a00:b700:1::220 240C::6666 240C::6644
|