[pve2] Weekly backup 2026-06-08 — 11 files changed, 126 insertions(+)

This commit is contained in:
Proxmox Backup
2026-06-08 22:45:51 -05:00
parent 04fc9941ff
commit 3daf25fdeb
11 changed files with 126 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
pve2
+11
View File
@@ -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
+15
View File
@@ -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/*
+3
View File
@@ -0,0 +1,3 @@
search orbishosting.com
nameserver 8.8.8.8
nameserver 8.8.4.4