Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
49 lines
1.9 KiB
YAML
49 lines
1.9 KiB
YAML
# Server MAC Addresses
|
|
# This file documents the MAC addresses for the two Proxmox servers
|
|
# Run infrastructure/proxmox/get-server-mac-addresses.sh to retrieve these values
|
|
|
|
proxmox_servers:
|
|
- server: "ML110"
|
|
hostname: "ml110"
|
|
ip_address: "192.168.1.207"
|
|
mac_addresses:
|
|
# Primary LAN interface (NIC1) - Connected to vmbr0
|
|
nic1:
|
|
interface: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
mac_address: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
bridge: "vmbr0"
|
|
network: "192.168.1.0/24"
|
|
purpose: "LAN connection - Management network"
|
|
# WAN interface (NIC2) - Connected to vmbr1
|
|
nic2:
|
|
interface: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
mac_address: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
bridge: "vmbr1"
|
|
network: "Public IP via DHCP"
|
|
purpose: "WAN connection - Direct to Spectrum cable modem"
|
|
|
|
- server: "R630"
|
|
hostname: "r630"
|
|
ip_address: "192.168.1.55"
|
|
mac_addresses:
|
|
# Primary LAN interface (NIC1) - Connected to vmbr0
|
|
nic1:
|
|
interface: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
mac_address: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
bridge: "vmbr0"
|
|
network: "192.168.1.0/24"
|
|
purpose: "LAN connection - Management network"
|
|
# WAN interface (NIC2) - Connected to vmbr1
|
|
nic2:
|
|
interface: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
mac_address: "TBD" # Run get-server-mac-addresses.sh to fill this in
|
|
bridge: "vmbr1"
|
|
network: "Public IP via DHCP"
|
|
purpose: "WAN connection - Direct to Spectrum cable modem"
|
|
|
|
# Instructions:
|
|
# 1. Run: ./infrastructure/proxmox/get-server-mac-addresses.sh
|
|
# 2. Update this file with the MAC addresses from the output
|
|
# 3. Use these MAC addresses for DHCP reservations in your router
|
|
|