跳过标题
 

ifconfig

使用“ifconfig”命令查看和配置打印机的 TCP/IP(IP地址、子网掩码、广播地址、默认网关地址)。

查看设置

msh> ifconfig

IPv4 配置

msh> ifconfig "interface_name" "parameter" "address"

  • 如果没有输入接口名称,会自动设置为以太网接口。

  • wlan 仅在安装 IEEE 802.11b 接口单元时才可指定。

    接口名称

    配置的接口

    ether

    以太网接口

    wlan

    IEEE 802.11b 接口

下面说明如何在 以太网接口上配置 IPv4 地址 192.168.15.16。

msh> ifconfig ether 192.168.15.16

IPv6 配置

msh> ifconfig ether inet6 "interface_name" "prefixlen" 

下面说明了在以太网接口上如何将 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"

更改接口

msh> ifconfig "interface" up

当使用可选的 IEEE 802.11b 接口单元被安装时,可以指定以太网接口或 IEEE 802.11b 接口。

注

  • 要获取上述地址,请与您的管理员联系。

  • 如果无法获取设置地址,请使用默认配置。

  • IP 地址、子网掩码和广播地址与以太网接口和 IEEE 802.11b 接口相同。

  • 以太网和 IEEE 802.11 接口的 TCP/IP 配置相同。如果更改接口,新接口会继承配置。

  • 使用“0x”作为十六进制地址的开头两个字母。