mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5400fa174f
commit
8af5a74a60
@ -2,21 +2,15 @@ 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 ${LAN_IP}
|
||||||
gateway 10.0.0.2
|
gateway ${LAN_GATE}
|
||||||
hostname $(hostname)
|
hostname $(hostname)
|
||||||
|
|
||||||
auto admin
|
auto admin
|
||||||
iface admin inet dhcp
|
iface admin inet static
|
||||||
|
address ${ADMIN_IP}
|
||||||
hostname $(hostname)
|
hostname $(hostname)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user