Solaris networking tutorials

Remove a virtual interface in Solaris

contributed by qmchenry on October 3, 2003 under Solaris networking

Solaris allows multiple virtual or logical interfaces to exist with different IP addresses on the same physical interface. Virtual interfaces are created or plumbed up using the plumb directive in ifconfig. They are unplumbed using the unplumb directive.

 

Solaris: Check hme ethernet link speed, duplex, and status

contributed by qmchenry on October 2, 2003 under Solaris networking

When troubleshooting networking issues, it is often helpful to determine the state of an ethernet interface. Solaris offers access to many configurable networking parameters through ndd.

 

Configure interface automatically with DHCP

contributed by qmchenry on September 30, 2003 under Solaris networking

Solaris can request IP address and other networking information dynamically with DHCP.

 

Create a Virtual Interface in Solaris

contributed by qmchenry on September 4, 2003 under Solaris networking

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

 

View the routing table in Solaris

contributed by qmchenry on August 13, 2003 under Solaris networking

Simply, these are the examples of the commands used to view the routing table in Solaris.

 

Change the default route in Solaris

contributed by qmchenry on July 11, 2003 under Solaris networking