mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
iface lo inet6 loopback
|
|
|
|
auto lan
|
|
iface lan inet static
|
|
address ${LAN_IP}
|
|
gateway ${LAN_GATE}
|
|
hostname $(hostname)
|
|
|
|
auto admin
|
|
iface admin inet static
|
|
address ${ADMIN_IP}
|
|
hostname $(hostname)
|
|
|
|
|