一個節點存在不同的網路設備, 可以對它們進行如下分類:
包括 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