Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
130 lines
3.3 KiB
YAML
130 lines
3.3 KiB
YAML
# NIC Port to VLAN Mapping Configuration
|
|
|
|
# Proxmox Server NIC Configuration
|
|
# Each Proxmox server (ML110 and R630) has two NICs:
|
|
# - NIC 1: Connected to 192.168.1.0/24 LAN
|
|
# - NIC 2: Connected directly to Spectrum cable modem for public internet
|
|
|
|
proxmox_servers:
|
|
- server: "ML110"
|
|
hostname: "ml110"
|
|
nics:
|
|
- id: "NIC1"
|
|
bridge: "vmbr0"
|
|
network: "192.168.1.0/24"
|
|
ip_mode: "dhcp"
|
|
purpose: "LAN connection - Management network"
|
|
speed: "1 Gbps"
|
|
- id: "NIC2"
|
|
bridge: "vmbr1"
|
|
network: "Public IP via DHCP"
|
|
ip_mode: "dhcp"
|
|
purpose: "WAN connection - Direct to Spectrum cable modem"
|
|
speed: "1 Gbps"
|
|
|
|
- server: "R630"
|
|
hostname: "r630"
|
|
nics:
|
|
- id: "NIC1"
|
|
bridge: "vmbr0"
|
|
network: "192.168.1.0/24"
|
|
ip_mode: "dhcp"
|
|
purpose: "LAN connection - Management network"
|
|
speed: "1 Gbps"
|
|
- id: "NIC2"
|
|
bridge: "vmbr1"
|
|
network: "Public IP via DHCP"
|
|
ip_mode: "dhcp"
|
|
purpose: "WAN connection - Direct to Spectrum cable modem"
|
|
speed: "1 Gbps"
|
|
|
|
nic_ports:
|
|
# WAN Ports (i350-T4)
|
|
wan:
|
|
- port: "WAN1"
|
|
interface: "eth1"
|
|
vlan: "untagged"
|
|
purpose: "Spectrum modem/ONT #1"
|
|
- port: "WAN2"
|
|
interface: "eth2"
|
|
vlan: "untagged"
|
|
purpose: "Spectrum modem/ONT #2"
|
|
- port: "WAN3"
|
|
interface: "eth3"
|
|
vlan: "untagged"
|
|
purpose: "Spectrum modem/ONT #3"
|
|
- port: "WAN4"
|
|
interface: "eth4"
|
|
vlan: "untagged"
|
|
purpose: "Spectrum modem/ONT #4"
|
|
|
|
# 10GbE Ports (X550-T2)
|
|
uplink:
|
|
- port: "10GbE-1"
|
|
interface: "eth5"
|
|
vlan: "reserved"
|
|
purpose: "Future 10GbE switch or direct server link"
|
|
- port: "10GbE-2"
|
|
interface: "eth6"
|
|
vlan: "reserved"
|
|
purpose: "Future 10GbE switch or direct server link"
|
|
|
|
# 2.5GbE LAN Ports (i225 Quad-Port)
|
|
lan_2_5g:
|
|
- port: "LAN2.5-1"
|
|
interface: "eth7"
|
|
vlan: "20"
|
|
purpose: "HPE ML110 Gen9 (compute)"
|
|
target_ip: "10.10.20.10"
|
|
- port: "LAN2.5-2"
|
|
interface: "eth8"
|
|
vlan: "20"
|
|
purpose: "Dell R630 (compute)"
|
|
target_ip: "10.10.20.20"
|
|
- port: "LAN2.5-3"
|
|
interface: "eth9"
|
|
vlan: "30"
|
|
purpose: "Key service #1 (app tier)"
|
|
target_ip: "10.10.30.10"
|
|
- port: "LAN2.5-4"
|
|
interface: "eth10"
|
|
vlan: "30"
|
|
purpose: "Key service #2 (app tier)"
|
|
target_ip: "10.10.30.20"
|
|
|
|
# 1GbE LAN Ports (i350-T8)
|
|
lan_1g:
|
|
- port: "LAN1G-1"
|
|
interface: "eth11"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #1"
|
|
- port: "LAN1G-2"
|
|
interface: "eth12"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #2"
|
|
- port: "LAN1G-3"
|
|
interface: "eth13"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #3"
|
|
- port: "LAN1G-4"
|
|
interface: "eth14"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #4"
|
|
- port: "LAN1G-5"
|
|
interface: "eth15"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #5"
|
|
- port: "LAN1G-6"
|
|
interface: "eth16"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #6"
|
|
- port: "LAN1G-7"
|
|
interface: "eth17"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #7"
|
|
- port: "LAN1G-8"
|
|
interface: "eth18"
|
|
vlan: "dynamic"
|
|
purpose: "Server/appliance #8"
|
|
|