From Brandon's Tinkerings
Line 39: | Line 39: | ||
== Resources Used == | == Resources Used == | ||
* https://benyarwood.co.uk/vjunos-switch-proxmox/ | * https://benyarwood.co.uk/vjunos-switch-proxmox/ | ||
* https://www.juniper.net/documentation/us/en/software/vjunos-router/vjunos-router-kvm/topics/deploy-and-manage-vjunos-router-kvm.html | |||
== Fin == | == Fin == |
Revision as of 01:11, 27 November 2024
Intro
What does this page assume?
My Environment
The Basic Process
-- My Setup
Files
/etc/pve/qemu-server/250.conf
agent: 1
args: -smbios type=1,product=VM-VMX,family=lab -device isa-serial,chardev=serial0 -chardev socket,id=serial0,port=7890,host=0.0.0.0,server=on,wait=off,telnet=on
boot: order=virtio0
cores: 4
cpu: host
efidisk0: local-zfs:vm-250-disk-1,efitype=4m,size=1M
machine: q35,viommu=intel
memory: 8192
meta: creation-qemu=7.2.0,ctime=1682364130
name: vJunos-Router-01
net0: virtio=FA:BB:50:F5:DD:C1,bridge=vmbr0
net1: virtio=3E:4E:80:80:15:45,bridge=vmbr0
net2: virtio=66:E9:23:49:6F:C6,bridge=vmbr0
net3: virtio=FE:B6:81:8F:85:EE,bridge=vmbr0
net4: virtio=46:22:4C:F2:AB:50,bridge=vmbr0
numa: 0
ostype: l26
rng0: source=/dev/hwrng
scsihw: virtio-scsi-single
smbios1: uuid=b60b0b27-593c-42fd-a2ac-a8702cb0415e
sockets: 1
virtio0: local-zfs:vm-250-disk-2,iothread=1,size=32524M
vmgenid: 0b30be1d-92b6-443c-a416-725dbcfa14d5
Resources Used
- https://benyarwood.co.uk/vjunos-switch-proxmox/
- https://www.juniper.net/documentation/us/en/software/vjunos-router/vjunos-router-kvm/topics/deploy-and-manage-vjunos-router-kvm.html