Oct 22, 2009

unix - How to determine the IP address of a Solaris system On Solaris 11 the ifconfig command is considered legacy and is being replaced by ipadm ipadm show-addr will show the IP addresses on the system for Solaris 11 and later. ifconfig command in Linux with Examples - GeeksforGeeks -a : This option is used to display all the interfaces available, even if they are down. Syntax: ifconfig … Solaris "ifconfig -a" equivalent command in HP-UX Re: Solaris "ifconfig -a" equivalent command in HP-UX Hey To answer your specific question, hpux doesn't have the ifconfig -a; you can ifconfig each interface and get the same information, but you can't do them all in one swell foop w/o writing an inline script:

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. 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

Administering Logical Network Interfaces

Howto install ifconfig on CentOS 7 Linux - LinuxConfig.org Objective The the network command line tool ifconfig is not installed thus missing by default on CentOS 7 Linux. Users are instead encouraged to use ip command to do most of the network administration work. For example the following ip command can be used to show IP address on CentOS 7: # ip address show OR SIMPLY # ip a s 1: lo: mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00 How To Configure Static IP Address In Linux And Unix Sep 03, 2019 wireless - wlan0 not showing up in ifconfig/iwconfig - Ask