Skip to Content.

rare-dev - [rare-dev] Socket connection between RARE/freeRtr VMs

Subject: Rare project developers

List archive


[rare-dev] Socket connection between RARE/freeRtr VMs


Chronological Thread 
  • From: Edgard da Cunha Pontes <>
  • To:
  • Subject: [rare-dev] Socket connection between RARE/freeRtr VMs
  • Date: Mon, 8 Aug 2022 12:01:00 -0300

i everyone,

Testing a socket connection between RARE/freeRtr VMs (one line install), as in the image shown below.

socket-connection.jpg

I put the following settings:

VM1 /rtr/rtr-hw.txt
....
[other configs]
int eth2 eth [mac-vm1] [public-ip-vm1] 20004 [public-ip-vm2] 20004
....

VM2 /rtr/rtr-hw.txt
....
[other configs]
int eth2 eth [mac-vm2] [public-ip-vm2] 20004 [public-ip-vm1] 20004
....

After restarting the VM I lost SSH access permanently.
Is there any way to make this socket connection prevent this from happening?

PS: I'm trying to create this eth2 dynamically, ie a new internal interface was not created.



Archive powered by MHonArc 2.6.19.

Top of Page