![]() |
2009-12-21
, 19:25
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#2
|
![]() |
2009-12-21
, 21:08
|
Posts: 56 |
Thanked: 7 times |
Joined on Dec 2009
@ Spokane, WA
|
#3
|
![]() |
2009-12-21
, 21:20
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#4
|
![]() |
2010-02-10
, 17:14
|
Posts: 12 |
Thanked: 15 times |
Joined on Jan 2010
|
#5
|
script-security 2 ipchange /etc/openvpn/add_default_route.sh
nameserver 192.168.0.254
if [ -f /var/run/resolv.conf.gprs ]; then echo "nameserver 192.168.0.254" >> /var/run/resolv.conf.gprs fi if [ -f /var/run/resolv.conf.wlan0 ]; then echo "nameserver 192.168.0.254" >> /var/run/resolv.conf.wlan0 fi
push "route 192.168.0.0 255.255.255.0" push "redirect-gateway def1" push "dhcp-option DNS 192.168.0.254"
The Following 4 Users Say Thank You to alphazo For This Useful Post: | ||
![]() |
2010-02-22
, 15:51
|
Posts: 119 |
Thanked: 412 times |
Joined on Aug 2008
|
#6
|
![]() |
2010-02-22
, 16:52
|
Posts: 12 |
Thanked: 15 times |
Joined on Jan 2010
|
#7
|
askpass
![]() |
2010-05-07
, 12:17
|
Posts: 3 |
Thanked: 6 times |
Joined on Apr 2010
@ Switzerland (Zürich)
|
#8
|
script-security 2The script maemo-update-resolvconf existed already.
up /etc/openvpn/maemo-update-resolvconf
down /etc/openvpn/maemo-update-resolvconf
![]() |
2010-05-18
, 11:53
|
|
Posts: 40 |
Thanked: 14 times |
Joined on Feb 2010
@ UK
|
#9
|
I added to the openvpn client config file the following 3 lines:
script-security 2The script maemo-update-resolvconf existed already.
up /etc/openvpn/maemo-update-resolvconf
down /etc/openvpn/maemo-update-resolvconf
This works for me very fine with wlan and gprs/umts.
Cheers
mr.zoom
![]() |
2010-05-27
, 14:14
|
Posts: 3 |
Thanked: 6 times |
Joined on Apr 2010
@ Switzerland (Zürich)
|
#10
|
I wanted to try and get the N900 to work with it as well. It installed OpenVPN and the applet fine. When I run the test, it all looks good. When I connect, it looks good too except the routing through the vpn doesn't work. I am not familiar enough with this stuff to understand why though.
Here is the config:
- Greg