13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth1
|
|
iface eth1 inet static
|
|
|
|
auto eth1.50
|
|
iface eth1.50 inet static
|
|
address 10.10.120.10
|
|
netmask 255.255.255.0
|
|
gateway 10.10.120.1
|
|
vlan-raw-device eth1
|
|
vlan_id 50 |