I have three network devices set up on proxmox. (https://www.sorehands.com/prox-setup.png)
In Opnsense, I set those up. (https://www.sorehands.com/opn-sense-settings.png)
I cannot access the wan gui from the wan (192.168.5.66/29, its temporary until I move it to a colo). I turned off block private networks and block bogon networks)
When on the OPN VM, I can ping out to the wan, a vm on the lan, and the OPT1 (192.168.0.90/24) networks.
I create a rules for the extern access. (https://www.sorehands.com/opn-sense-rules.png)
From the outside (on the WAN and OPT1 networks), I cannot access or even ping 192.168.5.66/29 or 192.168.0.90.
I know it must be something simple that I am missing. Yes, I did try turning off the firewall.
Any suggestions on what I am doing wrong?
I am facing the same issue for last few hours, finally I have the solution. you need to do 3 things
- Go to Interfaces > [WAN] deselect "Block private networks"
- Go to Firewall > Rules > WAN and create a new rule using below parameter save then apply.
- Action : Pass
- Interface : WAN
- Direction : In
- TCP/IP Version: IPv4
- Protocol: any
- Source: WAN net
- Destination: any
- Destination port range: any
- Gateway: default
- repeate this for IPv6
3. Go to Firewall > Settings > Advanced and tick "Disable reply-to (Disable reply-to on WAN rules)"
4. Reboot (Very Important)