1. (a) ifconfig hme0:1 plumb (b) ifconfig hme0:2 plumb You can set the IP address of the interface to 192.168.1.10 and turn on the interface with the following command 2. (a) ifconfig hme0:1 192.168.1.10 up (b) ifconfig hme0:2 192.168.1.11 up

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 How to configure network in Solaris 10 - GoLinuxHub Jun 03, 2020 Differences between Solaris 11 and Solaris 10

This page contains images of Oracle Solaris 10 8/11 (the recent update to Solaris 10) in SPARC and x86 formats suitable for creating branded zones. The same page also has a VirtualBox image you can download for a complete Solaris 10 install in a guest virtual machine you can run on any host OS that supports VirtualBox.

The Solaris 10 3/05 OS and earlier releases use a Sun-developed bootloader that includes an interactive shell and a menu-driven device configuration assistant based on realmode drivers. Starting with the Solaris 10 1/06 release, the open source GRUB or GNU GRand Unified Bootloader (see reference 1) is used as the bootloader. How to configure Solaris 10 Probe based IPMP How to configure Solaris 10 Link Based IPMP Solaris IP multipathing provides the high availability and load balancing capability to the networking stack. It makes sure to avoid any single point of failure on network side. ifconfig vmxnet3s1:1 plumb up ifconfig vmxnet3s1:1 10.20.20.20 netmask 255.255.255.0 up Then try again pinging it from a machine in the same subnet, that is 10.20.20.0/24. If that works you can make the configuration persistent configuring:

IPMP CONFIGURATION IN SOLARIS 10 PDF

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