Is there any way to use all adapters at the same time?

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
iluvtrollhd
OpenVpn Newbie
Posts: 4
Joined: Sat Jul 09, 2016 2:49 pm

Is there any way to use all adapters at the same time?

Post by iluvtrollhd » Sat Jul 09, 2016 3:13 pm

Before switching to OpenVPN, I've been using both (certain) VPN and my home wifi at the same time. I managed and controlled all my network connections with Windows Firewall, and I really liked it. However, It seems that OpenVPN automatically disable all other local adapters available. I really want to control Inbound and outbound connections on my own. How can I do that?

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Is there any way to use all adapters at the same time?

Post by TinCanTech » Sat Jul 09, 2016 6:46 pm

iluvtrollhd wrote:It seems that OpenVPN automatically disable all other local adapters available
No it does not ..
iluvtrollhd wrote: I really want to control Inbound and outbound connections on my own. How can I do that?
With your personal firewall.

iluvtrollhd
OpenVpn Newbie
Posts: 4
Joined: Sat Jul 09, 2016 2:49 pm

Re: Is there any way to use all adapters at the same time?

Post by iluvtrollhd » Sun Jul 10, 2016 5:10 am

With your personal firewall.
As I said earlier, I already know how to control inbound or outbound connections with Windows Firewall. What I mean is that I'm no longer able to do that, because OpenVPN seems to automatically suck in all outbound connections by default.

Let me elaborate more in detail. I have two adapters installed on my Windows 10—my wifi adapter(private), and TAP adapter(public). With Windows Firewall, I made sure that Internet Explorer can't use public adapters so that only the private adapters will be allowed. However, once connected to OpenVPN, Internet Explorer does not show a thing, indicating that the wifi adapter, which is the only one that is allowed, is not working properly. Do you have any idea that comes up in your mind?

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Is there any way to use all adapters at the same time?

Post by TinCanTech » Sun Jul 10, 2016 11:34 am

Please post your current server and client config files.

iluvtrollhd
OpenVpn Newbie
Posts: 4
Joined: Sat Jul 09, 2016 2:49 pm

Re: Is there any way to use all adapters at the same time?

Post by iluvtrollhd » Sun Jul 10, 2016 11:52 am

Please post your current server and client config files.
I'm not sure what you meant by "current server", but the VPN I'm using right now is VikingVPN. For the client config file, I removed seemingly unncessary (possibly private) information:

Code: Select all

client
dev tun
proto udp
nobind
cipher AES-256-CBC
ns-cert-type server
comp-lzo
verb 2
key-direction 1
server-poll-timeout 300
sndbuf 500000
rcvbuf 500000
block-outside-dns
...

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Is there any way to use all adapters at the same time?

Post by TinCanTech » Sun Jul 10, 2016 12:28 pm

iluvtrollhd wrote:the VPN I'm using right now is VikingVPN
iluvtrollhd wrote:OpenVPN seems to automatically suck in all outbound connections by default
This is probably because VikingVPN is redirecting your client default gateway .. which you will see in you client log file.

iluvtrollhd
OpenVpn Newbie
Posts: 4
Joined: Sat Jul 09, 2016 2:49 pm

Re: Is there any way to use all adapters at the same time?

Post by iluvtrollhd » Sun Jul 10, 2016 1:11 pm

Can you tell me how I can fix this problem?
I'm no expert, so I really need your help!

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Is there any way to use all adapters at the same time?

Post by TinCanTech » Sun Jul 10, 2016 1:43 pm

This is how VikingVPN configure their VPN .. It means that when you browse the internet you do so via VikingVPN.

What exactly are you trying to do ?

Post Reply