mirror of
https://github.com/myronblair/proxmox-config
synced 2026-06-30 15:59:57 -05:00
[pve2] Weekly backup 2026-06-08 — 11 files changed, 126 insertions(+)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pve2
|
||||
@@ -0,0 +1,11 @@
|
||||
127.0.0.1 localhost.localdomain localhost
|
||||
10.48.200.91 pve2.orbishosting.com pve2
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
|
||||
::1 ip6-localhost ip6-loopback
|
||||
fe00::0 ip6-localnet
|
||||
ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
ff02::3 ip6-allhosts
|
||||
@@ -0,0 +1,15 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
iface nic0 inet manual
|
||||
|
||||
auto vmbr0
|
||||
iface vmbr0 inet static
|
||||
address 10.48.200.91/24
|
||||
gateway 10.48.200.1
|
||||
bridge-ports nic0
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
@@ -0,0 +1,3 @@
|
||||
search orbishosting.com
|
||||
nameserver 8.8.8.8
|
||||
nameserver 8.8.4.4
|
||||
Reference in New Issue
Block a user