Solaris networking tutorials

Create LACP aggregates in Solaris 10

Contributed by drice39 on June 2, 2009 under Solaris networking

Link Aggregation Control Protocol (LACP) allows multiple network interfaces to work together to increase bandwidth and redundancy. LACP is simlar to IPMP (IP Multipathing) however IPMP is wasteful with IP addresses and can cause problems with ssh remote execution. Whereas LACP only requires one IP address, you need to ensure that your switches support LACP. In this example we are using the IP-hashing method, so ensure that your switch is setup for IP-hashing/Layer 3 hashing.

Comments
 

Simple Solaris IP Multipathing

Contributed by mcdsco on March 15, 2006 under Solaris networking

IP multipathing consists of grouping two identical network cards together and having a live IP address be able to automatically fail over from one card to the other with no loss or degredation of service.

Comments
 

Solaris 10: set subnet mask in zone

Contributed by qmchenry on May 25, 2005 under Solaris networking

There isn’t a netmask setting available when creating a zone and the /etc/netmasks file isn’t consulted when plumbing up zone interfaces. This recipe describes how to force a netmask when creating a zone.

Comments
 

Get MAC address without root

Contributed by rotten on December 2, 2004 under Solaris networking

Comments
 

Setting Solaris Network Tunable Parameters

Contributed by indianboy on May 17, 2004 under Solaris networking

Comments
 

Add a default route

Contributed by vaiism on October 5, 2003 under Solaris networking

Add a default route (gateway).

Create an /etc/defaultrouter file with the IP to have it set to this for each boot.

Comments
 

Get default route information

Contributed by vaiism on under Solaris networking

Get information about the default route (gateway)

Comments
 

Change the subnet mask of an interface

Contributed by qmchenry on October 3, 2003 under Solaris networking

If a network interface was configured with the wrong subnet mask as can happen when the default subnet is selected with a variable length subnet mask, a simple configuration change will fix it.

Comments