Browse other questions tagged solaris ifconfig or ask your own question. The Overflow Blog Podcast 248: You can’t pay taxes if the website won’t load. Nobody has to lose in work/life balance. Featured on Meta New post lock available on meta sites: Policy Lock

man page ifconfig section 8 The ifconfig utility is used to assign an address to a network interface and/or configure network interface parameters. The following options are available: address For the DARPA-Internet family, the address is either a host name present in the host name data base, hosts(5) , or a DARPA Internet address expressed in the Internet standard ``dot Solarisのネットワーク設定 # ifconfig eri0:1 plumb # ifconfig eri0:1 192.168.1.1 netmask 255.255.255.0 # ifconfig eri0:1 up. 論理インタフェースを削除するには、まずインタフェースを停止してから、unplumbオプションを指定してifconfigコマンドを実行します。 Remove a virtual interface in Solaris - Tech-Recipes: A Oct 03, 2003

Solaris ethernet ports: e1000g1 and e1000g2 are not

Mar 28, 2007

I installed Solaris 10 beta 72 on a Sun Ultra 60 and have had a strange occurance. I had to give the machine a new IP address so I went through ifconfig, using the following commands: # ifconfig hme0 down # ifconfig hme0 unplumb # ifconfig hme0 192.168.10.10 netmask 0xffffff00 broadcast 192.168.10.255 up That worked fine.

# ifconfig e1000g0 plumb 192.168.1.2 netmask + broadcast + group IPMPgroup up # ifconfig e1000g1 plumb group IPMPgroup standby up For persistent configuration across reboots edit the files : /etc/hostname.e1000g0 192.168.1.2 netmask + broadcast + group IPMPgroup up /etc/hostname.e1000g1 group IPMPgroup standby up The ifconfig command has been deprecated and thus missing by default on Debian Linux, starting from Debian stretch. # ifconfig -bash: ifconfig: command not found The new and recommended alternative for examining a network configuration on Debian Linux is ip command. For example to use ip command to display a network configuration run the following: Sun Solaris Servers Network Configuration Guide (SPARC Platform Only) To bind an IP address to a Network Interface Card #ifconfig -a --- to check the configuration #ifconfig qfe0 plumb --- to enable the first Network Interface Card #ifconfig qfe0 netmask up --- to bind IP address, subnet, and enable the configuration