mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
added bootstrap network...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c97bca70b9
commit
cd7ac2224f
@ -2,6 +2,13 @@ auto lo
|
||||
iface lo inet loopback
|
||||
iface lo inet6 loopback
|
||||
|
||||
# bootstrap...
|
||||
auto wan
|
||||
iface wan inet static
|
||||
address ${WAN_IP}
|
||||
gateway ${WAN_GATE}
|
||||
hostname $(hostname)
|
||||
|
||||
auto lan
|
||||
iface lan inet static
|
||||
address 10.0.0.1/24
|
||||
Loading…
x
Reference in New Issue
Block a user