| The Following User Says Thank You to Big Phat Jan For This Useful Post: | ||
|
|
02-04-2011
, 04:30 PM
|
|
Posts: 5 |
Thanked: 0 times |
Joined on Jul 2010
|
#72
|
|
|
04-19-2011
, 10:18 AM
|
|
Posts: 5 |
Thanked: 3 times |
Joined on Feb 2011
|
#74
|
|
|
05-30-2011
, 12:03 PM
|
|
Posts: 1 |
Thanked: 2 times |
Joined on May 2011
@ London
|
#75
|
#!/bin/sh route add default gw $PPP_REMOTE dev $PPP_IFACE
#!/bin/sh route del default dev wlan0 route add default gw $PPP_REMOTE dev $PPP_IFACE
#!/bin/sh run-parts --arg="$1" --arg="$2" --arg="$3" --arg="$4" --arg="$5" --arg="$6" /etc/ppp/ip-up.d
#!/bin/sh echo [1:"$1"] [2:"$2"] [3:"$3"] [4:"$4"] [5:"$5"] [6:"$6"] >/etc/ppp/params-$1.log PPP_IFACE="$1" PPP_REMOTE="$5" route >>/etc/ppp/params-$1.log route del default echo route del default >>/etc/ppp/params-$1.log route add default gw $PPP_REMOTE dev $PPP_IFACE echo route add default gw $PPP_REMOTE dev $PPP_IFACE >>/etc/ppp/params-$1.log route >>/etc/ppp/params-$1.log
nameserver 4.2.2.1 nameserver 4.2.2.2
| The Following 2 Users Say Thank You to davidm For This Useful Post: | ||
|
|
03-19-2012
, 09:55 AM
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2012
|
#76
|
pppd call myvpn logfd 2 nodetach debug dump
|
|
06-28-2012
, 05:07 AM
|
|
|
Posts: 52 |
Thanked: 17 times |
Joined on Jan 2010
|
#77
|
my thread here: Setting up L2TP/PPTP on the N9/Harmattan
![]() |
| Tags |
| vpn pptp mppe n900 |
| Thread Tools | Search this Thread |
|
Cheers,
Jan