Page 1 of 1

New update to support multiple network interfaces

Posted: Sat Jul 11, 2015 4:31 am
by jsun
We are happy to announce that both PV version and HVM have a new update, v6.6r1-150704. This update supports multiple network interfaces are supported.

By default eth0 is mandatory and is connected to Internet. Vyatta boots up with DHCP for eth0 and creates a default Internet gateway via eth0.

Additional network interfaces are enabled by default, but are not configured. It is recommended to manually configure its IP address that match AWS assigned IP address (see the AWS console).

For example, to configure eth1 to 10.1.3.144 with mask 255.255.255.0, we would enter configure mode, and type

Code: Select all

set interfaces ethernet eth1 address 10.1.3.144/24
commit
save


The HVM version update we also fixed a bug which now take full 2GB as the root volume.

Please let us know what you think. We'd love to hear from you!