Re: Disclude skype from using vpn
Posted: Mon Oct 17, 2016 3:36 pm
Which VPN Client are you using?
If you are using OpenVPN you can indeed redirect a certain hostname to go through the normal internet instead of of the VPN tunnel, like this:
route http://www.google.ca 255.255.255.255 net_gateway
http://serverfault.com/a/631048/114877
I don't know the hostname(s) used by skype, but you can simply find those out using wireshark and enable dns resolve so that it will show you the hostnames of the IPs used
Good luck
If you are using OpenVPN you can indeed redirect a certain hostname to go through the normal internet instead of of the VPN tunnel, like this:
route http://www.google.ca 255.255.255.255 net_gateway
http://serverfault.com/a/631048/114877
I don't know the hostname(s) used by skype, but you can simply find those out using wireshark and enable dns resolve so that it will show you the hostnames of the IPs used
Good luck