インストール例 1
vyos loign:vyos
Password: vyos
$ install image
Would you like to continue? (Yes/No) [Yes]: (Enter)
Partition (Auto/Parted/Skip) [Auto]: (Enter)
Install the image on? [sda]: (Enter)
This will destroy all data on /dev/sda.
Continue? (Yes/No) [No]: Yes(Enter)
Would you like me to keep SSH keys on new install? (Yes/No) [Yes]:
(Enter)
21.
インストール例 2
How bigof a root partition should I create? (1000MB – 21474MB)
[21474]MB: (Enter)
※表示されるディスク容量は契約時期等により変わりますがそのまま
What would you like to name this image? [1.0.4]: (Enter)
※インストールするバージョンにより変わりますがそのまま
Which one should I copy to sda? [/config/config.boot]: (Enter)
Enter password for user 'vyos': (新しいパスワードを入力)
Which drive should GRUB modify the boot partition on? [sda]: (Enter)
$ reboot
Proceed with reboot? (Yes/No) [No] Yes(Enter)
VyOS NTP ,ホスト名設定
( configure で設定 , commit 反映 , save 保存 以降省略)
delete system ntp
set system ntp server ntp1.jst.mfeed.ad.jp
set system ntp server ntp2.jst.mfeed.ad.jp
set system ntp server ntp3.jst.mfeed.ad.jp
set system time-zone Asia/Tokyo
※国内のNTPサーバ,タイムゾーンを設定
set system host-name VR-1
※ホスト名設定例
27.
VyOS 確認コマンド
$ showinterface
インタフェース状態を表示
$ show configuration
設定を表示
$ show configuration commands
設定をコマンド形式で表示
$ history
コマンド履歴を確認