New setup at home. Issue: pfSense cannot ping WAN gateway (which is my main home router)
Main network: 10.100.10.0/24; router: 10.100.10.1
Hyper-V host:
- 10.100.10.10; has internet connectivity
- Windows Server 2019
- running pfSense VM and Windows vanilla guest VM with DHCP from pfSense.
- WAN adapter is shared by mgmt OS; same NIC used by host and lab WAN for connecting to main router
Lab network:
- 192.168.0.0/24 (I am double-NATting for now so as not to mess up home's internet service during this exploratory period.)
- No VLAN tagging for now.
pfSense:
- WAN 10.100.10.30 (static, non-DHCP range) with gateway 10.100.10.1; LAN 192.168.0.1
- WAN interface shows up in main router 10.100.10.1's connected devices list. I confirmed by changing the WAN's IP back and forth in pfSense webGUI and seeing it get auto-updated in router's list, so they...