由 huangjt 在 04-29-2003 12:28 发表:
如何获得IPV6的地址?
我的RHLinux内核已支持IPV6,并且有固定的IPV4地址,如何获得并设置合法的IPV6地址呢?(才可以上V6主机架设的服务器?)。谢谢!
由 Snoopy 在 04-29-2003 12:47 发表:
美国开放了吗 ???
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 huangjt 在 04-29-2003 22:28 发表:
我也不知道,但是国内好象有很多实验的地方,不知道怎么弄?
如果只是在两台机子上弄(用测试的V6地址)那要怎么配置呢?
由 mound 在 06-19-2003 17:03 发表:
第一步:
[root@Home root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:00:E8:10:0C:32
inet addr:192.168.1.25 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:e8ff:fe10:c32/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:261 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:4 dropped:0 overruns:0 carrier:8
collisions:0 txqueuelen:100
RX bytes:15698 (15.3 Kb) TX bytes:428 (428.0 b)
Interrupt:11 Base address:0x7000
[root@Home root]#
其中,inet6 addr: fe80::200:e8ff:fe10:c32/10 Scope:Link
你的机子的ipv6本地链路地址。
第二步:
因为你只需要两台机子通信,使用如下命令就可以接受到对方的ICMP包了。
[root@Home root]# ping6 -I eth0 -c 2 ipv6-addr
其中,ipv6-addr是另外一台机子的ipv6本地链路地址
由 dancingpig 在 06-19-2003 17:06 发表:
晕ipv6好象还没正式使用吧
由 mound 在 06-19-2003 17:33 发表:
第一步:
[root@Home root]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:00:E8:10:0C:32
inet addr:192.168.1.25 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:e