Follow this quick-start guide to spin up a Brocade Vyatta vRouter (formerly known as Vyatta network appliance). Keep in mind that the username for logging into the appliance once the appliance is up and running is “vyatta” and NOT “root.” The minimum server size that you will be able to choose is one with a 1GB RAM.
The configuration basics for this appliance can be found in Chapter 4 of the quick start guide at
http://3e851594df14a9eacdef-5cc7866f7aae0a382278b5bce7412a4a.r58.cf1.rackcdn.com/Vyatta-QuickStart_6.5R1_v01.pdf
1. Click on the “Create Server” button. The Vyatta image should be listed in the list of images. Look for an image called “Vyatta Network OS 6.5R2” and select it.
2. Choose the server size (The minimum size for the server is 1GB).
3. If you have cloud networks enabled, you can create a new network or choose from an existing network to attach to a server (This is in addition to PublicNet and ServiceNet). Do not disable PublicNet or ServiceNet.
4. Click on “Create Server.” At this point you should see the root-password for the appliance. Make note of this password.Keep in mind that you will be able to ‘ssh’ into the appliance using a username “vyatta” and NOT “root.”
5. Configure the appliance. The appliance can only be configured via the command-line-interface. You must ‘ssh’ into the device on the Public interface with username “vyatta” and the password from the previous step (or anything you changed it to).
$ ssh [email protected] Welcome to Vyatta [email protected]'s password: Welcome to Vyatta Version: VSE6.5R2 Description: Vyatta Subscription Edition 6.5 R2 Copyright: 2006-2012 Vyatta, Inc. Last login: Fri Apr 5 20:07:03 2013 from x.x.x.x vyatta@vyatta-thefinal:~$
You are in operational mode. You can run basic commands such as the following:
vyatta@vyatta-thefinal:~$ show interfaces Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- eth0 xx.xx.x.xx/24 u/u public xxxx:xxxx:xxxx:514:xxxx:xxxx:xxxx:xxxx/64 eth1 10.x.x.x/17 u/u private eth2 192.168.3.4/24 u/u dot-three eth3 192.168.1.2/24 u/u dot-one eth4 192.168.2.16/24 u/u dot-two lo 127.0.0.1/8 u/u ::1/128
vyatta@vyatta-thefinal:~$ vyatta@vyatta-thefinal:~$ show configuration interfaces { ethernet eth0 { address x.x.x.x/24 address xxxx:xxxx:xxxx:514:xxxx:xxxx:xxxx:xxxx/64 description public duplex auto hw-id bc:76:4e:04:90:0a smp_affinity auto speed auto } <edited> }
You can go into configuration mode by typing the command ‘configure’
$ configure [edit] vyatta@vyatta-thefinal#
Refer to Chapter 4 of the quick start configuration guide for more details at
http://3e851594df14a9eacdef-5cc7866f7aae0a382278b5bce7412a4a.r58.cf1.rackcdn.com/Vyatta-QuickStart_6.5R1_v01.pdf
For Help with Vyatta configuration for specific use cases please refer to the following links:
Firewall: http://www.rackspace.com/knowledge_center/article/configuring-interface-based-firewall-on-the-vyatta-network-appliance
Outbound NAT: http://www.rackspace.com/knowledge_center/article/configure-internet-access-for-cloud-servers-using-snat-on-vyatta
Site-to-Site VPN: http://www.rackspace.com/knowledge_center/article/configure-a-vpn-between-regions-using-the-vyatta-appliance
L2TP/IPSec VPN: http://www.rackspace.com/knowledge_center/article/configure-vpn-access-using-a-vyatta-appliance-on-a-private-cloud-network
VPN troubleshooting: http://www.rackspace.com/knowledge_center/article/trouble-shooting-a-vyatta-site-to-site-vpn-connection
Accessing Rackspace Services via Isolated networks using SNAT: http://www.rackspace.com/knowledge_center/article/accessing-rackspace-services-via-isolated-networks-through-the-vyatta-network-appliance
Control Panel "Actions" and limitations for Vyatta: http://www.rackspace.com/knowledge_center/article/vyatta-network-appliance-supported-actions-through-control-panel
Carry on the conversation in the Rackspace Community.