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. ui
The configuration basics for this appliance can be found in Chapter 4 of the quick start guide atthis
1. Click on the 「Create Server」 button. The Vyatta p_w_picpath should be listed in the list of p_w_picpaths. Look for an p_w_picpath called 「Vyatta Network OS 6.5R2」 and select it.orm
2. Choose the server size (The minimum size for the server is 1GB).cdn
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.server
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.」three
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 vyatta@X.X.X.X Welcome to Vyatta vyatta@x.x.x.x'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
For Help with Vyatta configuration for specific use cases please refer to the following links:
Outbound NAT: http://www.rackspace.com/knowledge_center/article/configure-internet-access-for-cloud-servers-using-snat-on-vyatta
Site-to-Site ×××: http://www.rackspace.com/knowledge_center/article/configure-a-***-between-regions-using-the-vyatta-appliance
L2TP/IPSec ×××: http://www.rackspace.com/knowledge_center/article/configure-***-access-using-a-vyatta-appliance-on-a-private-cloud-network
××× troubleshooting: http://www.rackspace.com/knowledge_center/article/trouble-shooting-a-vyatta-site-to-site-***-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.