Jump to content
Not connected, Your IP: 18.216.190.167

Recommended Posts

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.
 

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...