What's new

Services behind VPN - port forwarding?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

far2wired

New Around Here
I have successfully got IPVanish service to work with openVPN, client setup on port 443, interface on tun11 - Merlin firmware v3.0.0.4.266.23b. The VPN is established and my IP changes as expected. However, I have a NAS that collects email using XDove. It requires a number of ports opened to do this as follows

Code:
SMTP		25	192.168.1.64	50025	TCP	
IMAP		143	192.168.1.64	143	TCP	
POP3		110	192.168.1.64	50110	TCP	
FINGER		79	192.168.1.64	50079	TCP	
Mail CTRL	6017	192.168.1.64	6017	TCP	
Transmission	9091	192.168.1.64	9091	TCP	
Transmission	51413	192.168.1.64	51413	TCP

Ideally I'd still like this traffic to go through the VPN. I've read up a bit on iptables, but cant see what I need to add?
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top