Friday, June 13, 2014

Setup gateway, static IP and SSH for Brocade Vyatta vRouter

Login as vyatta

$ configure

# set system gateway-address 192.168.1.1

# set interfaces ethernet eth0 address 192.168.1.186/24

# commit

# save

# exit

$ reboot



Now setup SSH
Login as vyatta

$ configure

# set service ssh

# commit

# save

# exit


Now we can run ssh from other server and connect into the Brocade Vyatta vRouter :

[openstack@novo ~]$ ssh vyatta@192.168.1.186
The authenticity of host '192.168.1.186 (192.168.1.186)' can't be established.
RSA key fingerprint is 60:37:ea:15:b3:3e:58:f5:7b:16:80:5f:ad:d9:4e:bd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.186' (RSA) to the list of known hosts.
Welcome to Vyatta
vyatta@192.168.1.186's password:
Welcome to Vyatta
Version:      VSE6.6R5S1
Description:  Brocade Vyatta 5410 vRouter 6.6 R5S1
Copyright:    2006-2014 Vyatta, Inc.
Last login: Fri Jun 13 20:05:55 2014

vyatta@vyatta:~$


No comments:

Post a Comment