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

networking - Solaris 10 - changing default gateway and Check the file /etc/hostname.bge0, the configured IP address could be in there.By default the hostname is listed in that file and the name is looked up in /etc/inet/hosts.From the found entry, the IP address is used together with the corresponding netmask from /etc/inet/netmasks.If a network entry can not be found, the default for the the class type (A, B or C) is used. what is plumb and unplumb in ifconfig in Solaris 10 (a) ifconfig hme0:1 192.168.1.10 up (b) ifconfig hme0:2 192.168.1.11 up To make the virtual interface persist when you reboot, you can add the ip address or hostame from /etc/hosts in the file /etc/hostname.hme0:1

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.

The following ifconfig command does update the IP address together with both correct netmask & broadcast but don't believe that this change will stay after reboot: #ifconfig bge0 inet 203.20.160.91 netmask 255.255.255.0 broadcast 192.168.1.255 The value in /etc/netmasks (softlinked to /etc/inet/netmasks) is: 10.56.120.0 255.255.252.0 The value We have a Sunfire V240 server with Solaris 10, I need to change the subnetmask and gateway. ifconfig bge0 10.91.3.5 netmask 255.255.252.0 broadcast 10.91.3.255 up. Jun 26, 2013 · This article describes how to configure link based IPMP interfaces in Solaris 10. IPMP eliminates single network card failure and it ensures system will be always accessible via network.You can also configure the failure detection seconds in “/etc/default/mpathd” file and the default value is 10 seconds.In this file there is an option called “FAILBACK” to […] May 01, 2009 · solaris# touch /etc/hostname.skge0. 2. Create the /etc/dhcp. file. It can be an empty file, but you can also use it to specify how long ifconfig should be waiting for a DHCP-server reply before giving up and continuing with Solaris boot.

Solaris 10 sudo configuration Issue - Stack Overflow

How to install missing ifconfig command on Debian Linux Objective 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: how to set permanent IP address in solaris 10? ifconfig e1000g0 plumb ifconfig e100g0 192.168.1.1 netmask 255.255.255.0 up . sc. sriram chandrasekaran. December 30, 2009 01:07 AM. reply to this how to set permanent IP address in solaris 10? Posted by MuniKumarSolaris (solaris 10) on Dec 30 at 12:47 AM . how to set permanent IP address in solaris 10? Romeo Ninov. December 30, 2009 01:13