Hello,
i am using a server as an OpenWRT Router with an external modem. I establish the connection via ds-lite. I am able to access Openwrt.org and google. However I am getting the error, that the address could not be found for several pages (i.e web.de or stackexchange). When I ping web.de from a lan device I get the following response from the openwrt-router: Destination Port unreachable. However if I directly ping from the openwrt-router it works flawlessly. Furthermore if I turn off the firewall I am able to access the websites. Any ideas what the problem is?
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
I'm not sure if this is the issue, but under your WAN and LAN firewall zones, you may want to remove
list network 'wan'
list network 'wan6'
and replace it with
option network 'wan wan6'
Also, what IP address do you see on the WAN -- if it is 192.168.1.x, the issue is an overlapping subnet on the wan/lan -- changing your LAN IP to some other subnet will fix that issue.
When you look at the main web interface "Status" page, you will see "IPv4 upstream" (you can also look at the Network > Interfaces screen and see the WAN IPv4 address; or use the command ip address when ssh'd into the device and look at the interface the maps to your WAN).
If you have a public IP address, you do not need to worry about subnet overlap. However, if you are behind another router (often home routers, but even that of small ISPs/WISPs) and the upstream router provides an address in the 192.168.1.0/24 network to your WAN, you will have a conflict.