Popular Posts

Dec 13, 2016

Configure IP in Solaris 10

Configure IP in Solaris 10


1. Determine which interfaces are currently installed on the system.
dladm show-link

2. Configure and plumb each interface.
ifconfig qfe0 plumb up

3. Assign an IPv4 address and netmask to the interface.
ifconfig qfe0 192.168.1.10 netmask + 255.255.255.0
OR
ifconfig vnet2 plumb up
ifconfig vnet2 192.168.1.10/24

4. Verify that the newly configured interfaces are plumbed and configured
ifconfig -a

5. To make the interface configuration persist across reboots
vi /etc/hostname.qfe0
judi-dev-01 (alias name or the IP)

6. Edit the /etc/hosts file and update the entry
  judi-dev-01 192.168.1.10



ifconfig vnet2 192.168.1.10 netmask 255.255.255.0 broadcast + up
ifconfig vnet2 192.168.1.10/24 broadcast + plumb up

ifconfig vnet2 plumb up
ifconfig vnet2 192.168.1.10/24


~
config ip address in solaris 10
solaris 10 configure network
how to configure ip address in solaris 10
change ip address solaris 10 without reboot
IP Configuration in solaris 10
~


No comments:

Post a Comment

Popular Posts