![]() |
2011-02-08
, 20:15
|
|
Posts: 115 |
Thanked: 136 times |
Joined on Mar 2008
@ Central Ohio
|
#2
|
![]() |
2011-02-08
, 20:28
|
Posts: 151 |
Thanked: 93 times |
Joined on Sep 2009
@ sofia, bulgaria
|
#3
|
![]() |
2011-02-08
, 20:30
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#4
|
How can I start openvpn automatically, when a connection was established? Best would be a connection-specific script to run. I want to start openvpn on any connection, but not when connected
to my home lan. At the moment I am using the openvpn-gui, but
I always have to do that manually.
/usr/bin/gconftool -g \ "/system/osso/connectivity/IAP/$ICD_CONNECTION_ID/name"
![]() |
2011-02-08
, 21:01
|
|
Posts: 355 |
Thanked: 205 times |
Joined on Jun 2010
@ Germany
|
#5
|
![]() |
2011-02-08
, 21:15
|
Posts: 5,335 |
Thanked: 8,187 times |
Joined on Mar 2007
@ Pennsylvania, USA
|
#6
|
I know /etc/ppp/ip-up.d from my Debian system. This doesn't
exist in Maemo. Does /etc/network/if-up.d include the dialup
network?
if [ "$ICD_CONNECTION_TYPE" != GPRS ]; then exit 0 fi
![]() |
2011-02-09
, 18:10
|
|
Posts: 355 |
Thanked: 205 times |
Joined on Jun 2010
@ Germany
|
#7
|
![]() |
2011-02-09
, 19:11
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#8
|
![]() |
2011-02-10
, 04:03
|
|
Posts: 355 |
Thanked: 205 times |
Joined on Jun 2010
@ Germany
|
#9
|
How can I start openvpn automatically, when a connection was
established? Best would be a connection-specific script to run.
I want to start openvpn on any connection, but not when connected
to my home lan. At the moment I am using the openvpn-gui, but
I always have to do that manually.
May the force be with us!