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
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?
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?