Open GoogleCodeExporter opened 9 years ago
這倒是滿奇怪的,ifconfig ppp1 可以看到VPN的IP嗎?
ls -al /tmp/pptpd_client/ 下面有哪些內容?
Original comment by pahud...@gmail.com
on 12 Mar 2011 at 7:57
root@DD-WRT:~# ifconfig ppp1
ppp1 Link encap:Point-to-Point Protocol
inet addr:172.16.36.2 P-t-P:172.16.36.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1450 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:94 (94.0 B) TX bytes:112 (112.0 B)
==============
root@DD-WRT:~# ls -al /tmp/pptpd_client/
drwxr-xr-x 1 root root 0 Mar 12 12:08 .
drwxrwxrwx 1 root root 0 Jan 1 2000 ..
-rwxr-xr-x 1 root root 991 Mar 12 16:02 ip-down
-rwxr-xr-x 1 root root 1025 Mar 12 16:02 ip-up
-rwxr-xr-x 1 root root 287 Mar 12 16:02 options.vpn
-rwxr-xr-x 1 root root 2627 Mar 12 16:02 vpn
===============
thanks~
Original comment by syx8...@gmail.com
on 12 Mar 2011 at 8:03
你要不要再多試幾次看看?我現在沒辦法判斷原因,這情況��
�該不會發生才對。
基本上DDWRT開機之後會動態在 tmp/ppptpd_client/下產生 ip-up
ip-down files,
autoddvpn腳本會等待這兩個files產生之後進行修改,如果不存在
就再等待10秒再檢查。
請再試試看是否總是這個狀況?
Original comment by pahud...@gmail.com
on 12 Mar 2011 at 8:42
[INFO#274] 12/Mar/2011:12:06:21 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:06:31 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:06:41 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:06:51 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:07:01 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:07:11 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
[INFO#274] 12/Mar/2011:12:07:21 /tmp/pptpd_client/ip-up not exists, sleep 10sec.
這個看起來等了70sec沒有產生/tmp/pptpd_client/ip-up
另外你確定一下你的run.sh是否抓取最新的版本?
Original comment by pahud...@gmail.com
on 12 Mar 2011 at 8:44
已经重新刷过路由的固件了试了,我再试试看吧
Original comment by syx8...@gmail.com
on 12 Mar 2011 at 8:45
run.sh 用的是 http://autoddvpn.googlecode.com/svn/trunk/pptp/jffs/run.sh
应该没错
Original comment by syx8...@gmail.com
on 12 Mar 2011 at 9:00
我跟你的路由器一样,也是这个问题。不知道什么原因
Original comment by nikeja...@gmail.com
on 11 Dec 2011 at 6:34
Original issue reported on code.google.com by
syx8...@gmail.com
on 12 Mar 2011 at 4:28