![]() |
2010-05-11
, 14:19
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#11
|
![]() |
2010-05-11
, 14:32
|
Posts: 74 |
Thanked: 34 times |
Joined on Jan 2008
|
#12
|
![]() |
2010-05-11
, 15:46
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#13
|
![]() |
2010-05-11
, 15:53
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#14
|
I'll have to disagree. Just to clarify - when there's an OpenVPN reconnect OpenVPN is able (as it should) to keep this hidden from the application layer (which just sees a connection through a TUN device). And if you look at the openvpn log messages (all this should be easier to monitor if you do it on a desktop computer) then you'll see that when this happens OpenVPN goes through the whole connection protocol again.
So, I believe that _technically_ it shouldn't be difficult for OpenVPN to disconnect the physical layer and re-connect through another physical layer (i.e. when you disconnect from one AP and reconnect via another): The re-connect phase should be the same. But that doesn't mean there's actual support for it.
![]() |
2010-05-16
, 08:02
|
Posts: 74 |
Thanked: 34 times |
Joined on Jan 2008
|
#15
|
I'll have to disagree. Just to clarify - when there's an OpenVPN reconnect OpenVPN is able (as it should) to keep this hidden from the application layer (which just sees a connection through a TUN device). And if you look at the openvpn log messages (all this should be easier to monitor if you do it on a desktop computer) then you'll see that when this happens OpenVPN goes through the whole connection protocol again.
So, I believe that _technically_ it shouldn't be difficult for OpenVPN to disconnect the physical layer and re-connect through another physical layer (i.e. when you disconnect from one AP and reconnect via another): The re-connect phase should be the same. But that doesn't mean there's actual support for it.
![]() |
2010-08-13
, 17:25
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2010
|
#16
|
#!/bin/sh
OPENVPN=/etc/init.d/openvpn
if [ ! -x $OPENVPN ]; then
exit 0
fi
$OPENVPN restart client