使用「ifconfig」命令來檢視和設定印表機的TCP/IP(IP位址、子網路遮罩、廣播位址、預設閘道位址)。
檢視設定
msh> ifconfig
IPv4設定
msh> ifconfig "interface_name" "address"
如果不輸入介面名稱,則該項會自動設定為乙太網路介面。
介面名稱 |
已設定的介面 |
---|---|
ether |
乙太網路介面 |
下列說明如何在乙太網路介面上,設定IPv4位址192.168.15.16。
msh> ifconfig ether 192.168.15.16
IPv6設定
msh> ifconfig "interface_name" inet6 "address" "prefixlen[1–128]"
下列說明如何在乙太網路介面上,將IPv6位址設定為首碼長度為64的2001:DB8::100。
msh> ifconfig ether inet6 2001:DB8::100 64
網路遮罩設定
msh> ifconfig "interface_name" netmask "address"
下列說明如何在乙太網路介面上,設定子網路遮罩255.255.255.0。
msh> ifconfig ether netmask 255.255.255.0
廣播位址設定
msh> ifconfig "interface_name" broadcast "address"
若要取得上述位址,請聯絡您的網路管理員。
如果無法取得設定位址,請使用預設的設定。
使用「0x」作為十六進位位址的前兩個字母。