mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
iface lo inet6 loopback
|
|
|
|
auto lan
|
|
iface lan inet static
|
|
address 10.0.0.1/24
|
|
gateway 10.0.0.2
|
|
hostname $(hostname)
|
|
|
|
auto admin
|
|
iface admin inet dhcp
|
|
hostname $(hostname)
|
|
|
|
|