m*t 发帖数: 7490 | 1 Ubuntu 9.04
倒腾了半天装好了VPN client,连到学校成功
用ifconfig -a也能看到有个虚拟网卡分配了学校的IP
但是连到外面网站上看到的还是自己的ISP分配的IP
所以一些学校订的文献也无法查看
不知道有什么办法解决 |
z**r 发帖数: 17771 | 2 看一下routing table,貌似default gateway没有从学校拿到
【在 m*t 的大作中提到】 : Ubuntu 9.04 : 倒腾了半天装好了VPN client,连到学校成功 : 用ifconfig -a也能看到有个虚拟网卡分配了学校的IP : 但是连到外面网站上看到的还是自己的ISP分配的IP : 所以一些学校订的文献也无法查看 : 不知道有什么办法解决
|
m*t 发帖数: 7490 | 3 查了rt,果然是没拿到gateway
请问如何去拿?改vpn配置?
【在 z**r 的大作中提到】 : 看一下routing table,貌似default gateway没有从学校拿到
|
z**r 发帖数: 17771 | 4 usually your school should assign it to you over dhcp, but not sure why you
don't get it from the vpn server. you can try to change the default gatway
by your self using "ip" command
【在 m*t 的大作中提到】 : 查了rt,果然是没拿到gateway : 请问如何去拿?改vpn配置?
|
m*t 发帖数: 7490 | 5 学校那边没什么问题,因为Windows下连接成功
ubuntu是装在virtualbox里的,好像就不行
我在两个机器上装了两个virtualbox,都不工作。
我猜可能要改一下vpn的配置文件。
ip command不工作。
命令 ip route change default via x.x.x.x
返回信息是no such process
you
【在 z**r 的大作中提到】 : usually your school should assign it to you over dhcp, but not sure why you : don't get it from the vpn server. you can try to change the default gatway : by your self using "ip" command
|
m*t 发帖数: 7490 | 6 搞定了。
network-manager-applet自己的一个bug
参见http://ubuntuforums.org/showthread.php?t=1169753
文中说到从command line上手动启动就成了,试了一下果然如此
方法如下
https://help.ubuntu.com/community/VPNClient
ubuntu还需努力啊,小问题太多
【在 m*t 的大作中提到】 : 学校那边没什么问题,因为Windows下连接成功 : ubuntu是装在virtualbox里的,好像就不行 : 我在两个机器上装了两个virtualbox,都不工作。 : 我猜可能要改一下vpn的配置文件。 : ip command不工作。 : 命令 ip route change default via x.x.x.x : 返回信息是no such process : : you
|
E*V 发帖数: 17544 | 7 不要相信gui程序
【在 m*t 的大作中提到】 : 搞定了。 : network-manager-applet自己的一个bug : 参见http://ubuntuforums.org/showthread.php?t=1169753 : 文中说到从command line上手动启动就成了,试了一下果然如此 : 方法如下 : https://help.ubuntu.com/community/VPNClient : ubuntu还需努力啊,小问题太多
|