harleylg / autoddvpn

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

VPN后,imap.gmail.com无法收邮件 #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
請描述一下您進行怎樣的操作之後碰到了問題
1.设置是成功的
2.但imap.gmail.com无法收邮件。

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

初步判断由于imap.gmail.com走了VPN,收不了邮件。
在vpnup.sh中 route add -net 74.125.0.0/16 gw $VPNGW  
而imap.gmail.com  是 74.125.127.109

是不是跟SSL加密有关?VPN设置那里好像是不加密的。
或者google网页搜索和图片搜索VPN,单独让这个IP不走VPN?

Original issue reported on code.google.com by yefe...@gmail.com on 2 Aug 2011 at 1:11

GoogleCodeExporter commented 9 years ago
route add -net 74.125.0.0/16 gw $VPNGW
如果我把上面整行注释的话,Google搜索经常撞墙

Original comment by yefe...@gmail.com on 2 Aug 2011 at 1:38

GoogleCodeExporter commented 9 years ago
hi hi 这个问题有办法解决么?

Original comment by yefe...@gmail.com on 9 Jan 2012 at 10:16

GoogleCodeExporter commented 9 years ago
同问,我也有这个问题

Original comment by guiyi...@gmail.com on 6 Feb 2012 at 11:32

GoogleCodeExporter commented 9 years ago
没有办法解决,只能把74.125.0.0/16这个段拆开:
route add -net 74.125.0.0/24 gw $VPNGW
至...
route add -net 74.125.255.0/24 gw $VPNGW

每天人手检测imap.gmail.com 在那个段,很痛苦!!

Original comment by yefe...@gmail.com on 9 Feb 2012 at 12:15

GoogleCodeExporter commented 9 years ago
這問題我搞不懂了,我自己沒這個問題,我問一下:

1. 你們是使用PPTP or OpenVPN ?
2. ping imap.gmail.com有回應嗎?

3. 
$ telnet imap.gmail.com 995
Trying 74.125.65.108...
Connected to gmail-imap.l.google.com.
Escape character is '^]'.

用telnet 測試,會出現socket連接提示嗎,也就是最後的Escape 
character is ...這行?

Original comment by pahud...@gmail.com on 10 Feb 2012 at 9:36

GoogleCodeExporter commented 9 years ago
1、PPTP  : http://tenacy.dynet.com/merchants
2、ping  有反应
3、telnet 停在Trying 74.125.127.109...  过不了

跟我的VPN有关吗?

Original comment by yefe...@gmail.com on 14 Feb 2012 at 5:44

GoogleCodeExporter commented 9 years ago
telnet 端口是995 还是993?Gmail好像是993吧?

Felixs-MacBook-Pro:Desktop felix$ telnet imap.gmail.com 993
Trying 74.125.127.109...
^C

Felixs-MacBook-Pro:Desktop felix$ telnet imap.gmail.com 995
Trying 74.125.127.109...
Connected to gmail-imap.l.google.com.
Escape character is '^]'.

Original comment by yefe...@gmail.com on 15 Feb 2012 at 3:00