yes, you are correct.
however, the issue i was was discussing is that the dsl router is doing nat, and thus the need for a port forward.
if there is scary double-nat, then the openwrt router will not have a public ip address on the wan, instead will have a private ip address from the dsl router.
if true, the openwrt router will need a custom server and client config files, to have the public ip address of the dsl router, not the fake public ip address of the openwrt router.
each client config has a line such as
remote abcd1234.ddns.net 1194 udp
and i think in this case the default client config might look like
remote 192.168.1.2 1194 udp
so the need to tweak the client config file.
@Johnex will know…
1 Like