Mar 12, 2019

The Solaris DHCP client is a daemon (dhcpagent) that runs in the Solaris operating environment on a system that is configured to receive its network configuration from a DHCP server. DHCP clients from other vendors can also use the services of the Solaris DHCP server. However, this section describes only the Solaris DHCP client. ifconfig. Running ifconfig with no options displays the configuration of all active interfaces. ifconfig -a. Displays the configuration of all interfaces, both active and inactive. ifconfig eth0. View the network settings on the interface eth0, which (under Linux) is the first Ethernet adapter installed in the system. ifconfig eth1 up # 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

ifconfig command in Linux with Examples - GeeksforGeeks

ifconfig - Wikipedia ifconfig is a system administration utility in Unix-like operating systems for network interface configuration.. The utility is a command-line interface tool and is also used in the system startup scripts of many operating systems. It has features for configuring, controlling, and querying TCP/IP network interface parameters. Ifconfig originally appeared in 4.2BSD as part of the BSD TCP/IP suite. Changing a Host Name or IP Address on the Solaris OS

From: MuniKumarSolaris via solaris-l [mailto:solaris-l@Groups.ITtoolbox.com] Sent: Wednesday, December 30, 2009 7:44 AM To: Romeo Ninov Subject: [solaris-l] 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?

I have 2 interfaces on Solaris box # ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=10008 Overview This tech tip shows how to change the host name or IP address of a system running the Solaris OS. This information is sourced in part from Sun InfoDoc 21252, "How to Change the hostname and/or IP Address Without Running the sys-unconfig Command". Jul 03, 2012 · [root@global ~]# ifconfig aggr1312012:2 101.10.117.135 netmask 255.255.255.192 zone localzone [root@global ~]# ifconfig aggr1312012:2 up [root@global ~]# zlogin localzone [Connected to zone 'localzone' pts/19] Last login: Thu Jan 12 23:11:57 on pts/19 # ifconfig -a lo0:5: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 aggr1312012:2: flags=201000843 mtu 1500 index 10 inet 101 On Solaris, is there a command that I can run to get the MAC address of an ethernet card without running "/sbin/ifconfig -a" as root. Running /sbin/ifconfig -a as a non root user leaves out the MAC address - go figure! Thanks, Paul