View difference between Paste ID: JxN8nrY7 and xaXmaAfk
SHOW: | | - or go back to the newest paste.
1
# This file r
2
# system and how to activate them. For more information, see
3
# interfaces(5).
4
5
# The loopback network interface
6
auto lo
7
iface lo inet loopback
8
9
# The primary network interface
10
auto eth0
11
12
iface eth0 inet static
13
        address 82.196.8.66
14
        netmask 255.255.255.0
15-
        up ip addr add 10.14.0.5/16 dev eth0
15+
16
        post-up ip addr add 10.14.0.5/16 dev eth0
17
        pre-down ip addr del 10.14.0.5/16 dev eth0
18
19
iface eth0 inet6 static
20
        address 2a03:b0c0:0:1010::109:d001
21
        netmask 64
22
        gateway 2a03:b0c0:0:1010::1
23
        dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3
24
		post-up ip addr add 2a03:b0c0:0:1010::109:d002/64 dev eth0
25
		pre-down ip addr del 2a03:b0c0:0:1010::109:d002/64 dev eth0