Books

Feed

Categories

Ads

Recent Posts

Ads

Security Advisories

RSS FreeBSD Advisories

RSS NetBSD Advisories

Archive for 'Networking'

Q: How do I configure Link Aggregation in NetBSD?

A: Link Aggregation (some vendors refer to this as connection bonding) is simple to configure. NetBSD includes the agr driver which supports the IEEE 802.3ad Link Aggregation Control Protocol. To start, you will need to compile a kernel with the agr driver. Your kernel config should include. pseudo-device agr   With the driver compiled into [...]