Vyatta Router VM Setup Guide

Download ISO Image

Vyatta Router VM

Now Install the ISO in Virtual Machine.

Install Vyatta Router VM

install system

username: vyatta
password: vyatta

Setup Services

Setup IP address

set interfaces eth0 address 192.168.56.2/24


commit
save

Setup SNMP

set service snmp community public authorization ro

set service snmp community private authorization rw


commit
save

Setup System Login

set system login user admin authentication plaintext-password 1234


commit
save

Setup SSH

set service ssh allow-root


commit
save

Start SSHd

Show configuration

show configuration