mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7eb8a41e60
commit
9aa81503b0
@ -2,16 +2,16 @@ auto lo
|
|||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
iface lo inet6 loopback
|
iface lo inet6 loopback
|
||||||
|
|
||||||
auto lan
|
|
||||||
iface lan inet dhcp
|
|
||||||
#address 10.1.1.2
|
|
||||||
hostname $(hostname)
|
|
||||||
|
|
||||||
auto admin
|
auto admin
|
||||||
iface admin inet dhcp
|
iface admin inet dhcp
|
||||||
#address 10.0.0.2
|
#address 10.0.0.2
|
||||||
hostname $(hostname)
|
hostname $(hostname)
|
||||||
|
|
||||||
|
auto lan
|
||||||
|
iface lan inet dhcp
|
||||||
|
#address 10.1.1.2
|
||||||
|
hostname $(hostname)
|
||||||
|
|
||||||
auto wan
|
auto wan
|
||||||
iface wan inet static
|
iface wan inet static
|
||||||
address ${WAN_IP}
|
address ${WAN_IP}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user