ログインします。(Username: vyatta, Password: vyatta)
ハードディスクに Vyatta をインストールします。
$ install image
インストーラの質問に答えます。
Would you like to continue?: (既定値) Partition: (既定値) Install the image on?: (既定値) Continue?: Yes How big of a root partition should I create?: (既定値) Which one should I copy to sda?: (既定値) Enter vyatta password: (vyatta アカウントのパスワードを設定) Which drive should GRUB modify the boot partition on?: (既定値)
仮想マシンを停止します。
$ sudo shutdown -h now
Welcom to Vyatta - vyatta tty1 vyatta login: vyata Password:
# set interfaces ethernet eth0 address 10.10.100.1/24 # set interfaces ethernet eth1 address 192.168.100.246/24
# set system gateway-address 10.10.100.5 # set system name-server 8.8.8.8 # set system host-name vyatta02.hoge.hoge # set system time-zone America/Los_Angeles # set system ntp-server ntp.jst.mfeed.ad.jp
# set service ssh
commitで設定を反映する。
# commit
saveで、/config/config.boot に保存される。
# save