Farm โ€” Brownsville 93-acre property infrastructure and automation

The Farm is on its own network (192.168.0.x), connected back to home (192.168.8.x) via NetBird mesh. Farm Proxmox (fpve) is a NetBird peer and acts as the subnet router for 192.168.0.0/24.

โš ๏ธ Status (late May 2026): fpve has been disconnected from NetBird since 2026-05-24 and the farm LAN is currently unreachable from home โ€” even pve (home Proxmox) can’t ping fpve.netbird.cloud. Either the farm network itself or fpve is down; needs physical / farm-LAN access to diagnose. The ha-mcp MCP is wired correctly but blocked on this outage. The Uptime Kuma monitor for ha-mcp at the farm is parked pending fpve coming back.

Network

Router/Switch: TP-Link Omada ER8411 (router) + Omada Controller at 192.168.0.2. ISP: Starlink in Bypass Mode; native IPv6 delegated via DHCPv6-PD (/56) to Omada.

Device IP URL Notes
Omada Gateway 192.168.0.1 โ€” Router (unchangeable)
Omada Controller 192.168.0.2 omada.edmd.me Site: “Bee Different”
Farm Pi-hole (CT102) 192.168.0.5 pihole-farm.edmd.me LAN + NetBird DNS
Farm Docker-Host (CT100) 192.168.0.6 fportainer.edmd.me Portainer, Uptime-Kuma, Gotify
Tempest Weather 192.168.0.8 โ€” WeatherFlow Tempest
Home Assistant 192.168.0.10 ha.edmd.me Smart home automation
Farm Caddy (CT103) 192.168.0.54 โ€” Reverse proxy for *.edmd.me
Farm Proxmox (fpve) 192.168.0.191 fpve.edmd.me Hypervisor; NetBird peer

All of these have DHCP reservations in Omada (Settings โ†’ Wired Networks โ†’ LAN โ†’ Address Reservation).

Farm Proxmox (fpve)

Host: 192.168.0.191 (also reachable via NetBird mesh as fpve.netbird.cloud / 100.123.49.175).

LXCs:

VMID Name IP Services
100 docker-host 192.168.0.6 Portainer, Uptime-Kuma, Gotify
102 pihole 192.168.0.5 Pi-hole DNS
103 caddy 192.168.0.54 Caddy reverse proxy (*.edmd.me)

SSH: ssh root@192.168.0.191 (on LAN) or ssh root@100.123.49.175 (via NetBird).

NetBird Mesh

Replaced Pangolin on April 19, 2026. Current peers (8 total): hpve, fpve, vps, studio, macbook, iphone, ipad, roon (CT105). See Remote Access for the full peer table with NetBird IPs.

Subnet routes (NetBird dashboard โ†’ Networks):

  • 192.168.0.0/24 โ†’ via fpve (farm LAN)
  • 192.168.8.0/24 โ†’ via hpve (home LAN)

Distribution group: BeeDifferent (contains all peers allowed cross-site access).

Check fpve status:

ssh root@192.168.0.191 "netbird status"

Restart if needed:

ssh root@192.168.0.191 "systemctl restart netbird"
Docker Services (CT 100 โ€” 192.168.0.6)
Service Port URL
Portainer 9443 https://192.168.0.6:9443 โ€” fportainer.edmd.me
Uptime Kuma 3001 http://192.168.0.6:3001 โ€” fkuma.edmd.me
Gotify 8070 http://192.168.0.6:8070 โ€” fgotify.edmd.me
Home Assistant

HA is the automation hub for the Farm โ€” smart plugs, sensors, the Tempest weather station, Zigbee/Z-Wave devices, and Reolink cameras.

Local URL http://192.168.0.10:8123
Pretty URL ha.edmd.me
mDNS homeassistant.local:8123

Zigbee/Z-Wave coordinators (SLZB over Ethernet):

Device Role Notes
SLZB-MRW10U (house) Zigbee + Z-Wave Multiradio; Z-Wave firmware is prototype/non-certified
SLZB-06P7 (outbuilding) Zigbee TCP :6638
SLZB-06P7-2 (outbuilding) Zigbee TCP :6638
Sunkown1 (sic) Zigbee TCP :6638
IPv6

IPv6 is fully enabled end-to-end at the farm.

  • Starlink delegates a /56 to Omada (currently 2605:59ca:2b5f:d300::/56)
  • Omada LAN advertises SLAAC+RDNSS for 2605:59ca:2b5f:d300::/64 on vmbr0-equivalent
  • fpve picks up a global v6 address via RA

โš ๏ธ Proxmox sysctls are NOT persistent across reboots. After any fpve reboot, manually run:

sysctl -w net.ipv6.conf.vmbr0.accept_ra=2
sysctl -w net.ipv6.conf.vmbr0.autoconf=1
sysctl -w net.ipv6.conf.vmbr0.accept_ra_defrtr=1
sysctl -w net.ipv6.conf.vmbr0.accept_ra_pinfo=1

Or add to /etc/sysctl.d/99-ipv6.conf to make persistent.

Property Notes
Size 93 acres
Location Brownsville, Ohio โ€” Licking County, Zone 6b
Coordinates 39.947ยฐN 82.256ยฐW (ZIP 43721)
Primary goal Pollinator paradise โ€” ecological, agricultural, and conservation development
Beekeeping Active hives on property
Weather station Tempest (at 192.168.0.8) + Davis Vantage Pro 2 (“Orchard Weather”)

Infrastructure projects: solar-powered PoE for remote sensors, Meshtastic nodes for off-grid communication coverage across the property.