一个节点存在不同的网路设备, 可以对它们进行如下分类:
包括 Ethernet 或者 Token-Ring 它们不需要特别的处理.
需要特别的支持.
这个interfaces(界面)也称作sitx, sit 是"Simple Internet Transition" 的缩写. 它可以将IPv6的数据包塞进IPv4, 通过IPv4到达另一个地点.
sit0 不能使用在专用的tunnels 上.
PPP interfaces 从IPv6 enabled PPP daemon 那里获得 IPv6 的能力.
具有IP封装的HDLC IPv6 能力以经包含在核心当中.
目前不支持 ISDN PPP interfaces (ippp) aren't IPv6 enabled by kernel. Also there are also no plans to do that because in kernel 2.5.+ they will be replaced by a more generic ppp interface layer.
目前不支持Like mentioned earlier, this interfaces don't support IPv6 transport (sending is OK, but dispatching on receiving don't work).
Ether-tap devices使用自动的设定.在使用之前先将 "ethertap" 模块挂进来.
就连我都还没试过呢! Currently not tested by me.
01/2002: vanilla的核心目前不支持, USAGI 的扩展支持ATM-IPv6
我漏掉了什么?
使用方法:
# ip link set dev <interface> up
# ip link set dev <interface> down
例子:
# ip link set dev eth0 up
# ip link set dev eth0 down
使用方法:
# /sbin/ifconfig <interface> up
# /sbin/ifconfig <interface> down
例子:
# /sbin/ifconfig eth0 up
# /sbin/ifconfig eth0 down