On 2012-05-16, Bogdan Andu <[email protected]> wrote:
> It is possible to build an interface aggregation on dual stack
> systems?

Of course, trunk works just the same as a standard interface in this
respect.

> /etc/hostname.trunk0 such that it will look like this:
> trunkproto failover
> trunkport bge0 trunkport bge1 192.168.18.133 netmask 255.255.255.0
> inet6
> 2e03:5a80:0:4::133 prefixlen 64

prefixlen 64 is default, no need to include it, and inet6 goes on the
same line as the address.  I'd use something like this

trunkproto failover
trunkport bge0 trunkport bge1
inet 192.168.18.133 255.255.255.0
inet6 2e03:5a80:0:4::133


> ! route add -inet6 default2e03:5a80:0:4::1

just add 2e03:5a80:0:4::1 to /etc/mygate

Reply via email to