How to build up Virtual Router?

Hello,

I am a new user who testing opennebula and using Sunstone to setup Virtual Router.

I have download the template from app and created virtual router VM template.

TEMPLATE 40 INFORMATION
ID : 40
NAME : VR-2
USER : oneadmin
GROUP : oneadmin
REGISTER TIME : 02/02 17:31:23

PERMISSIONS
OWNER : um-
GROUP : —
OTHER : —

TEMPLATE CONTENTS
CONTEXT=[
NETWORK=“YES”,
SSH_PUBLIC_KEY=“ssh-rsa xxxxxx” ]
CPU="1"
CPU_COST="0.05"
DISK=[
IMAGE=“Vrouter Load Balancer Alpine - KVM”,
IMAGE_UNAME=“oneadmin” ]
GRAPHICS=[
LISTEN=“0.0.0.0”,
TYPE=“VNC” ]
MEMORY=“524288"
MEMORY_UNIT_COST=“MB"
NIC=[
DNS=“8.8.8.8”,
GATEWAY=“1.2.1.1”,
NETWORK=“wan1”,
NETWORK_MASK=“255.255.255.0”,
NETWORK_UNAME=“oneadmin”,
SECURITY_GROUPS=“0” ]
NIC=[
NETWORK=“VxLAN -1”,
NETWORK_UNAME=“oneadmin” ]
OS=[
BOOT=”” ]

I have setup testing Virtual Router like below:

$ onevrouter show 2
VIRTUAL ROUTER 2 INFORMATION
ID : 2
NAME : VR-1
USER : oneadmin
GROUP : oneadmin

PERMISSIONS
OWNER : um-
GROUP : um-
OTHER : um-

VIRTUAL ROUTER NICS
ID NETWORK MANAGEMENT IP
0 wan1 NO -
1 VxLAN -1 NO -

TEMPLATE CONTENTS
TEMPLATE_ID=“19”

VIRTUAL MACHINES
54

However, I am no idea how to setup Blue-Net or Red-Net according manual say

https://docs.opennebula.org/5.4/operation/network_management/vrouter.html

Does anyone can guide me how to do?

Thanks!

Hi, in your case “blue-net” is interface 0 “wan1” on your router instance and private net is interface 1 " “VxLAN”"

I see, that you use my vrouter appliance. Full manual is here