Fellow OpenWrt users,
After years of hassle free OpenWrt usage i've run into something which I cant seem to fix. I recently switched ISP, this ISP unfortunately supplied a modem/router/swich combo with no bridge mode.
As per instructions found here (https://openwrt.org/docs/guide-user/network/wan/dmz-based-bridge-mode) I configured a "double NAT" as follows:
ISP Modem (192.168.2.1) -> OpenWRT WAN interface with static address protocol (192.168.2.2) -> OpenWRT LAN interface with (192.168.1.1) with gateway 192.168.2.1. This resulted in connectivity between subnets, and internet access for device in the 192.168.1.x range.
Per instruction set up DMZ on the ISP modem, confirmed its not blocking traffic. Set-up port forward rules on the OpenWrt device to devices in the 192.168.1.x range which i want to connect to from the internet.
However, i am unable to connect to these devices. Things i tried and dit not work:
- port forwards on the OpenWRT device to several devices in 192.168.1.x ;
- accepting all traffic on the WAN firewall zone;
Any advise for further troubleshooting? Much appreciated!