mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +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 inet loopback
|
||||||
iface lo inet6 loopback
|
iface lo inet6 loopback
|
||||||
|
|
||||||
|
# bootstrap...
|
||||||
|
auto wan
|
||||||
|
iface wan inet static
|
||||||
|
address ${WAN_IP}
|
||||||
|
gateway ${WAN_GATE}
|
||||||
|
hostname $(hostname)
|
||||||
|
|
||||||
auto lan
|
auto lan
|
||||||
iface lan inet static
|
iface lan inet static
|
||||||
address 10.0.0.1/24
|
address 10.0.0.1/24
|
||||||
Loading…
x
Reference in New Issue
Block a user