https://www.juniper.net/documentation/en_US/vrr/topics/task/installation/vrr-kvm-installing.html
...
#using hp8300 set-up instead >>> and change the vrr.xml accordingly ( br0 + virbr0 )
#brctl addbr vrr-mgmt
#brctl addbr vrr-ext
#ip link set dev vrr-mgmt up
...
Code Block | ||||
---|---|---|---|---|
| ||||
set system host-name vRR1 set system root-authentication plain-text-password delete interfaces em0.0 family inet dhcp set interfaces em0.0 family inet address 192.168.0.3/24 set ssh root-login allow |
Code Block | ||||
---|---|---|---|---|
| ||||
[root@hp8300 qemu]# virsh --help | grep vnc
vncdisplay vnc display
[root@hp8300 qemu]# virsh vncdisplay vrr
127.0.0.1:3
[root@hp8300 qemu]# virsh list
Id Name State
----------------------------------------------------
1 server1 running
6 vsrx1 running
9 vrr running
[root@hp8300 qemu]# virsh console vrr
Connected to domain vrr
Escape character is ^]
FreeBSD/amd64 (vRR1) (ttyu0)
login:
|