OSX SE-VPN Client
-
- Posts: 9
- Joined: Sun Dec 22, 2013 8:43 pm
OSX SE-VPN Client
Has anyone had any luck getting the SE-VPN client working on OSX
I can get Ovpn or L2tp/IPSEC to work, but I thought I'd give the SE-VPN client a try
Seemingly the client compiles ok from the recently released sourcecode and I can run it but I can't seem to create the vpn interface
VPN Client>niccreate
NicCreate command - Create New Virtual Network Adapter
Virtual Network Adapter Name: vpn1
Error occurred. (Error code: 33)
Unsupported.
VPN Client>
I can get Ovpn or L2tp/IPSEC to work, but I thought I'd give the SE-VPN client a try
Seemingly the client compiles ok from the recently released sourcecode and I can run it but I can't seem to create the vpn interface
VPN Client>niccreate
NicCreate command - Create New Virtual Network Adapter
Virtual Network Adapter Name: vpn1
Error occurred. (Error code: 33)
Unsupported.
VPN Client>
-
- Posts: 230
- Joined: Tue Mar 05, 2013 10:04 am
Re: OSX SE-VPN Client
This patch might help you.
https://github.com/nattoheaven/SoftEthe ... 7be07c1fc3
https://github.com/nattoheaven/SoftEthe ... 7be07c1fc3
-
- Posts: 18
- Joined: Fri Mar 15, 2013 4:48 pm
Re: OSX SE-VPN Client
I tried the patch last night.
Everything compiles, but I cannot create a virtual network adapter. Same error as the OP.
Please advise as it seems the client only works through windows. I'd rather use softether compared to openvpn.
Thanks.
Everything compiles, but I cannot create a virtual network adapter. Same error as the OP.
Please advise as it seems the client only works through windows. I'd rather use softether compared to openvpn.
Thanks.
-
- Posts: 18
- Joined: Fri Mar 15, 2013 4:48 pm
Re: OSX SE-VPN Client
If anyone has gotten the OSX softether client working, please post a tutorial here. Hopefully the client does not only work in Windows.
Thanks.
Thanks.
-
- Posts: 5
- Joined: Fri Mar 21, 2014 1:03 am
Re: OSX SE-VPN Client
I tested today with the just released 4.06 package. After installing the tun driver I was able to create a nic but then after creating the vpn it hangs on "Connecting".
Then when inspecting the virtual nic using the nicgetsetting command it gives met the "error code: 33 unsupported" also.
Then when inspecting the virtual nic using the nicgetsetting command it gives met the "error code: 33 unsupported" also.
-
- Posts: 18
- Joined: Fri Mar 15, 2013 4:48 pm
Re: OSX SE-VPN Client
The last post gave me some guidance. The OSX tuntap driver needs to be installed. I installed this one:
http://tuntaposx.sourceforge.net
I am able to run the niccreate command successfully as long as everything is started with 'sudo.'
Everything connects so far, but still isn't routing through the client. I believe I need to use pfctl to change how everything is routed. Does anyone know how to do this?
Also, once connected, I noticed that vpnclient uses 100% cpu resources. Is there a reason for this? I'm using version 4.06.
http://tuntaposx.sourceforge.net
I am able to run the niccreate command successfully as long as everything is started with 'sudo.'
Everything connects so far, but still isn't routing through the client. I believe I need to use pfctl to change how everything is routed. Does anyone know how to do this?
Also, once connected, I noticed that vpnclient uses 100% cpu resources. Is there a reason for this? I'm using version 4.06.
-
- Posts: 12
- Joined: Fri Feb 20, 2015 12:11 am
Re: OSX SE-VPN Client
Did you ever figure it out? How to route?
-
- Posts: 11
- Joined: Tue Oct 27, 2015 11:57 am
Re: OSX SE-VPN Client
Has this been resolved? I used the built-in MacOS VPN client flawlessly.
-
- Posts: 12
- Joined: Fri Feb 20, 2015 12:11 am
Re: OSX SE-VPN Client
It's still experimental so I don't believe so, I just use OpenVPN with tunnelblick. I made my own proxy in the middle to tunnel it through pure TLS so it is functionally equivelent to softether (you can probably just use stunnel but it was fun). https://github.com/nhooyr/TunneLS