Hello, I have openvpn running on a ddwrt router; no issues there. Internet is provided by a "gateway" provided by my ISP with a fiber connection. I would like to access my synology NAS from the internet. I am having trouble doing this and need some help! I have forwarded ports at airvpn client area, forwarded those ports on my ISP gateway to my ddwrt router and put the forwarding commands iptables -| FORWARD -i tun1 -p udp -d 192.168.*.151 --dport **** -j ACCEPT iptables -| FORWARD -i tun1 -p tcp -d 192.168.*.151 --dport **** -j ACCEPT iptables -t nat -I PREROUTING -i tun1 -p tcp --dport **** -j DNAT --to-destination 192.168.*.151 iptables -t nat -I PREROUTING -i tun1 -p udp --dport **** -j DNAT --to-destination 192.168.*.151 into my dd wrt router pointing to my NAS ip and open port. I can not reach my NAS at my exit_ip:port from the internet. NAS is available through synology's "quick connect" service but I want to eventually use my domain name to give others access. My ISP router doesn't have "bridge mode" that I can find. I also don't see anything labeled vpn pass through. Any help would be greatly appreciated.