Pomiń nagłówekobraz
PodręcznikiSpis treściPoprzedniNastępnyPomoc

ifconfig

Polecenie "ifconfig" umożliwia wyświetlenie i konfigurację protokołu TCP/IP (adres IP, maska podsieci, adres nadawania, adres bramy domyślnej) drukarki.

Wyświetlenie ustawień

msh> ifconfig

Konfiguracja IPv4

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

  • Jeśli nazwa interfejsu nie zostanie określona, zastosowany zostanie domyślny interfejs Ethernet.

  • Wartość wlan można określić jedynie w przypadku zainstalowania interfejsu IEEE 802.11.

Nazwa interfejsu

Skonfigurowany interfejs

ether

Interfejs Ethernet

wlan

Interfejs IEEE 802.11

Poniżej zamieszczono opis metody konfiguracji adresu IPv4 192.168.15.16 dla interfejsu Ethernet.

msh> ifconfig ether 192.168.15.16

Konfiguracja IPv6

msh> ifconfig ether inet6 "interface_name" "printer_name"

Poniżej zamieszczono opis metody konfiguracji adresu IPv6 2001:DB8::100 z prefiksem o długości równej 64 dla interfejsu Ethernet.

msh> ifconfig ether inet6 2001:DB8::100 64

Konfiguracja maski sieci

msh> ifconfig "interface_name" netmask "address"

Poniżej zamieszczono opis konfiguracji maski podsieci 255.255.255.0 dla interfejsu Ethernet.

msh> ifconfig ether netmask 255.255.255.0

Konfiguracja adresu nadawania

msh> ifconfig "interface_name" broadcast "address"

Zmiana interfejsu

msh> ifconfig "interface" up

  • W przypadku korzystania z modułu interfejsu IEEE 802.11 można wybrać interfejs Ethernet lub IEEE 802.11.

Uwaga