davideuler / autoddvpn

Automatically exported from code.google.com/p/autoddvpn
0 stars 0 forks source link

openvpn+gracemode能翻墙但是打不开所有国内网站 #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
請描述一下您進行怎樣的操作之後碰到了問題
1.按教程操作
2.openvpn.conf 中我删除了 cert /jffs/openvpn/client.crt 和  key 
/jffs/openvpn/client.key  两行,因为我没有这两个文件。
3.

你期待是怎樣的結果,然而卻出現了什麼情形?

facebook 
youtube等可以正常打开,twitter只看到文字,没有任何图片,甚
至没有排版。 所有不需要翻墙的网站都无法打开,ping不通 
, nslookup都没响应,比如baidu,qq等
看起来好像 dnsmasq 
规则之外的网站都无法查询到dns,但是我已经设置了电信的dn
s。

請提供以下資訊:

1. 您的路由器型號:H618B
2. DD-WRT版本:Firmware: DD-WRT v24-sp2 (03/10/11) mega 
3. 您的作業系統:win7
4. 您的瀏覽器版本:ie chrome
5. autoddvpn的連線模式(pptp+wget, pptp+jffs, openvpn+jffs等):openvpn 
jffs
6. autoddvpn的運行模式,傳統模式(classicMode)還是優雅模式(g
raceMode):gracemode
7. DD-WRT WAN口連線模式是 pptp or dhcp or static :pppoe
8. 運行autoddvpn之後DD-WRT 的命令輸出 # route -n  | tail -n 20 :
(以上1-8點必填,否則可能沒辦法即時協助你解決問題)
root@DD-WRT:~# route -n  | tail -n 20
64.237.33.0     192.168.8.5     255.255.255.0   UG    0      0        0 tun0
205.178.152.0   192.168.8.5     255.255.255.0   UG    0      0        0 tun0
64.237.47.0     192.168.8.5     255.255.255.0   UG    0      0        0 tun0
75.101.159.0    192.168.8.5     255.255.255.0   UG    0      0        0 tun0
209.133.27.0    192.168.8.5     255.255.255.0   UG    0      0        0 tun0
66.102.0.0      192.168.8.5     255.255.240.0   UG    0      0        0 tun0
64.233.160.0    192.168.8.5     255.255.224.0   UG    0      0        0 tun0
208.117.224.0   192.168.8.5     255.255.224.0   UG    0      0        0 tun0
72.14.192.0     192.168.8.5     255.255.192.0   UG    0      0        0 tun0
184.72.0.0      192.168.8.5     255.255.0.0     UG    0      0        0 tun0
173.194.0.0     192.168.8.5     255.255.0.0     UG    0      0        0 tun0
69.63.0.0       192.168.8.5     255.255.0.0     UG    0      0        0 tun0
66.220.0.0      192.168.8.5     255.255.0.0     UG    0      0        0 tun0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 br0
74.125.0.0      192.168.8.5     255.255.0.0     UG    0      0        0 tun0
116.214.0.0     192.168.8.5     255.255.0.0     UG    0      0        0 tun0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.8.5     128.0.0.0       UG    0      0        0 tun0
128.0.0.0       192.168.8.5     128.0.0.0       UG    0      0        0 tun0
0.0.0.0         183.10.44.1     0.0.0.0         UG    0      0        0 ppp0

如果方便的話,請參考這裡的說明,貼上autoddvpn.log內容
(說明:http://code.google.com/p/autoddvpn/wiki/DEBUG)
root@DD-WRT:~# tail -f /tmp/autoddvpn.log
[INFO#1049] 19/Mar/2011:11:39:41 vpnup.sh started
[INFO#1049] 19/Mar/2011:11:39:41 adding the static routes, this may take a while
.
[INFO#1049] 19/Mar/2011:11:40:02 loading vpnup_custom if available
[INFO#1049] 19/Mar/2011:11:40:02 preparing the exceptional routes
[INFO#1049] 19/Mar/2011:11:40:02 exceptional routes disabled.
[INFO#1049] 19/Mar/2011:11:40:02 exceptional routes features detail:  http://goo
.gl/fYfJ
[INFO#1049] 19/Mar/2011:11:40:03 vpnup.sh ended
最後如果可能的話,請附上截屏或任何可能有幫助的夾檔

Original issue reported on code.google.com by tianchao...@gmail.com on 19 Mar 2011 at 4:16

Attachments:

GoogleCodeExporter commented 9 years ago
强制全部走8.8.8.8后终于正常了

Original comment by tianchao...@gmail.com on 19 Mar 2011 at 7:48

GoogleCodeExporter commented 9 years ago
graceMode設計的精神不能全部DNS都走8.8.8.8哦!

我覺得可能是你DDWRT的DNS設置,或dnsmasq_options設置有問題,你
現在這樣運行graceMode就不完美了。

Original comment by pahud...@gmail.com on 21 Mar 2011 at 6:19