BACK ..
Netzwerkkonfiguration in Solaris 5.9 ==================================== ### auflisten der System-Configuration prtconf -vD | less ### auflisten aller Netzwerkkarten ifconfig -a ### auflisten aller Module im "Geraete-Strom" der Netzwerkkarte "hme0" ifconfig hme0 modlist ### auflisten aller Module im "Geraete-Strom" aller Netzwerkkarten ifconfig -a modlist ### Konfiguration per DHCP # touch /etc/dhcp.hme0 # /sbin/dhcpinfo ### statische Konfiguration # Die Datei "/etc/dhcp.hme0" sollte geloescht werden, # da sonst die statische IP-Konfiguration ignoriert wird! # vi /etc/hostname.hme0 fritz vi /etc/netmasks # network-number netmask 192.168.0.0 255.255.255.0 vi /etc/hosts 192.168.0.2 fritz.domain.de fritz vi /etc/defaultrouter 192.168.0.254 ### neu initialisieren (oder plumb) der Netzwerkkarte "hme0" ifconfig hme0 plumb