ubuntu不能上ipv6

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
leetom
帖子: 296
注册时间: 2009-01-23 19:28

ubuntu不能上ipv6

#1

帖子 leetom » 2013-03-10 16:09

可以获得ipv6地址,但是不能正常上网,也ping不通ipv6站点。重启进windows可以正常上ipv6.
windows下可以看到有隧道适配器,但不是我配置的,难道win8可以自动配置这个?

代码: 全选

隧道适配器 Teredo Tunneling Pseudo-Interface:

   连接特定的 DNS 后缀 . . . . . . . :
   IPv6 地址 . . . . . . . . . . . . : 2001:0:9d38:6ab8:8e8:28b1:2420:3727
   本地链接 IPv6 地址. . . . . . . . : fe80::8e8:28b1:2420:3727%15
   默认网关. . . . . . . . . . . . . :

隧道适配器 6TO4 Adapter:

   媒体状态  . . . . . . . . . . . . : 媒体已断开
   连接特定的 DNS 后缀 . . . . . . . :
头像
leetom
帖子: 296
注册时间: 2009-01-23 19:28

Re: ubuntu不能上ipv6

#2

帖子 leetom » 2013-03-10 19:22

这个是ubuntu下的网络配置信息。

代码: 全选

wlan0     Link encap:Ethernet  HWaddr 00:1f:3c:0f:9a:0b  
          inet addr:10.7.107.24  Bcast:10.7.255.255  Mask:255.255.0.0
          inet6 addr: 2001:250:3c02:3001:21f:3cff:fe0f:9a0b/64 Scope:Global
          inet6 addr: fe80::21f:3cff:fe0f:9a0b/64 Scope:Link
          inet6 addr: 2001:250:3c02:3001:3980:956c:4877:db77/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:892 errors:0 dropped:0 overruns:0 frame:0
          TX packets:858 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:104202 (104.2 KB)  TX bytes:119013 (119.0 KB)

laper
帖子: 181
注册时间: 2012-11-08 22:30

Re: ubuntu不能上ipv6

#3

帖子 laper » 2013-03-10 22:10

首先说我很菜,不赞我请乱喷
再说其实没么看懂楼主说的,用的是教育网吗?楼主是怎么ping的?有么结果呢……描述得更详细,更容易解决?
头像
leetom
帖子: 296
注册时间: 2009-01-23 19:28

Re: ubuntu不能上ipv6

#4

帖子 leetom » 2013-03-12 14:56

laper 写了:首先说我很菜,不赞我请乱喷
再说其实没么看懂楼主说的,用的是教育网吗?楼主是怎么ping的?有么结果呢……描述得更详细,更容易解决?
就是ping不通啊,如下没反应。。我们这边是有ipv6的,但是ubuntu只是偶尔能上。

代码: 全选

 ping6 ipv6.google.com
PING ipv6.google.com(2404:6800:4005:c00::6a) 56 data bytes
难道是路由器的ipv6配置只支持windows?但是没有道理会这样啊。
zyp1226
帖子: 4
注册时间: 2013-04-11 13:39
系统: ubuntu12.10

Re: ubuntu不能上ipv6

#5

帖子 zyp1226 » 2013-04-13 13:12

我的也是这样!
thanatoid
帖子: 36
注册时间: 2011-07-22 14:23

Re: ubuntu不能上ipv6

#6

帖子 thanatoid » 2013-04-24 19:11

我使的是arch也是同样的问题
haoaina521
帖子: 37
注册时间: 2012-08-20 16:17

Re: ubuntu不能上ipv6

#7

帖子 haoaina521 » 2013-05-04 13:32

leetom 写了:
laper 写了:首先说我很菜,不赞我请乱喷
再说其实没么看懂楼主说的,用的是教育网吗?楼主是怎么ping的?有么结果呢……描述得更详细,更容易解决?
就是ping不通啊,如下没反应。。我们这边是有ipv6的,但是ubuntu只是偶尔能上。

代码: 全选

 ping6 ipv6.google.com
PING ipv6.google.com(2404:6800:4005:c00::6a) 56 data bytes
难道是路由器的ipv6配置只支持windows?但是没有道理会这样啊。
之前我也有这个问题,刚刚解决了。在网络连接属性里有ipv6这一栏,设为ignore即可。
mashike0906
帖子: 29
注册时间: 2011-03-07 14:01

Re: ubuntu不能上ipv6

#8

帖子 mashike0906 » 2013-05-19 11:28

我的也是如此,可以获得地址,但是不能ping通。
之前发贴问过一次,当时是没有做任何配置,先连接eth0,再DSL,就可以连接了。
但是只能维持30分钟,就放弃了。
viewtopic.php?f=116&t=374344&start=15

最近我又心血来潮,又想配置一下,发现以前这样做,现在居然直接ping不通,
只好去Google,然后参考这两个网址后
http://askubuntu.com/questions/56890/ipv6-over-pppoe
http://gruffi.be/mediawiki/index.php/Ip ... buntu#Ipv6

又可以ping通了,但是依然只能连接30分钟。快崩溃了。。。
haoaina521
帖子: 37
注册时间: 2012-08-20 16:17

Re: ubuntu不能上ipv6

#9

帖子 haoaina521 » 2013-07-26 23:56

haoaina521 写了:
leetom 写了:
laper 写了:首先说我很菜,不赞我请乱喷
再说其实没么看懂楼主说的,用的是教育网吗?楼主是怎么ping的?有么结果呢……描述得更详细,更容易解决?
就是ping不通啊,如下没反应。。我们这边是有ipv6的,但是ubuntu只是偶尔能上。

代码: 全选

 ping6 ipv6.google.com
PING ipv6.google.com(2404:6800:4005:c00::6a) 56 data bytes
难道是路由器的ipv6配置只支持windows?但是没有道理会这样啊。
之前我也有这个问题,刚刚解决了。在网络连接属性里有ipv6这一栏,设为ignore即可。
额,最后还是不行,不奢望了,有时间再研究研究。
回复