Vai al contenuto

Rete

Configurazione da /etc/network/interfaces del nodo Proxmox.

LAN unica

Non ci sono VLAN o bridge aggiuntivi: tutte le guest usano vmbr0 sulla stessa subnet 192.168.1.0/24.

Interfacce host

Interfaccia Tipo Indirizzo Note
lo loopback auto lo
nic0 fisica manuale (nessun IP) Porta del bridge
vmbr0 Linux bridge 192.168.1.228/24 Gateway 192.168.1.1

Parametri bridge vmbr0:

Parametro Valore
bridge-ports nic0
bridge-stp off
bridge-fd 0

Il file include anche source /etc/network/interfaces.d/* (nessun snippet extra nello snapshot).

auto lo
iface lo inet loopback

iface nic0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 192.168.1.228/24
    gateway 192.168.1.1
    bridge-ports nic0
    bridge-stp off
    bridge-fd 0

Mappa indirizzi guest

ID Nome Tipo IP MAC
Nodo PVE host 192.168.1.228/24
100 n8n LXC 192.168.1.125/24 BC:24:11:88:F4:22
101 jellyfin LXC 192.168.1.210/24 BC:24:11:0D:42:6D
102 grafana LXC DHCP BC:24:11:07:DB:E9
103 influxdb LXC 192.168.1.155/24 BC:24:11:3A:7F:94
104 haos14.1 VM DHCP (virtio, nessun IP in conf) 02:C5:8F:31:9F:73
105 OMV VM DHCP (virtio, nessun IP in conf) BC:24:11:01:4F:2F
106 qbittorrent LXC 192.168.1.166/24 BC:24:11:A2:4D:09
107 heimdall-dashboard LXC 192.168.1.97/24 BC:24:11:84:16:47
108 sqlite-tools LXC 192.168.1.145/24 BC:24:11:E8:8A:5A
109 docmost LXC 192.168.1.169/24 BC:24:11:20:2A:96
110 cloudflared LXC 192.168.1.201/24 BC:24:11:27:3C:9A
111 nginxproxymanager LXC 192.168.1.227/24 BC:24:11:77:F4:46
113 ntfy LXC 192.168.1.224/24 BC:24:11:17:08:F7
114 postgresql LXC 192.168.1.110/24 BC:24:11:77:28:85
115 metabase LXC 192.168.1.196/24 BC:24:11:1C:B0:5B

Storage CIFS sulla LAN

Il datastore omv_nas punta a 192.168.1.121 (share disco_nas). È lo stesso NAS usato come mount point da Jellyfin e qBittorrent.

Gateway predefinito delle LXC con IP statico: 192.168.1.1. DNS più usato: 8.8.8.8 (Jellyfin usa 1.1.1.1).