Create a virtual interface in Solaris

Home -> UNIX -> Solaris -> Network administration

29035 views

From the computer of: qmchenry (339 recipes)
Created: Sep 04, 2003     Updated: Sep 22, 2003


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Virtual interfaces allow a single ethernet interface to listen on additional IP addresses.

Given an ethernet interface hme0 (use ifconfig -a to identify the names of your interfaces), you can create a subinterface called hme0:1 with the following command:

ifconfig hme0:1 plumb


You can set the IP address of the interface to 192.168.1.15 and turn on the interface with the following command:

ifconfig hme0:1 192.168.1.15 up


Unless you do some additional nonstandard things in your network, all of the subinterfaces on a physical interface need to be in the same subnet.

To make the virtual interface persist following a reboot, you can add the ip address or hostame from /etc/hosts in the file /etc/hostname.hme0:1

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Remove a virtual interface in Solaris
  Configure interface automatically with DHCP
  Check hme ethernet link speed, duplex, and status in Solaris
  Solaris 10: set subnet mask in zone
  Get MAC address without root
  Change the subnet mask of an interface
  Setting Solaris Network Tunable Parameters
  View the routing table in Solaris
  Change the default route in Solaris
  Simple Solaris IP Multipathing

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.