1
Evio Config on Machines with Multiple Network Interfaces
Vahid Daneshmand edited this page 2022-01-05 14:02:57 -05:00
Alternative network interfaces not being used to connect to the internet (in this case: "eno1", "enp2s0", "wlp1s0", "tnc0") must be added to the ignore list in the configuration file:
"LinkManager": {
"StateTracingEnabled": true,
"Dependencies": [
"Logger",
"TincanInterface",
"Signal",
"OverlayVisualizer"
],
"Stun": [ "stun.l.google.com:19302", "stun1.l.google.com:19302" ],
"Turn": [{
"Address": "trial.edgevpn.io:3478",
"User": "CIBR4_node3",
"Password": "anwwduukxqipctuk"
}],
"Overlays": {
"CIBR4": {
"Type": "TUNNEL",
"TapNamePrefix": "tnl",
"IgnoredNetInterfaces": [ "eno1", "enp2s0", "wlp1s0", "tnc0" ]
}
}
},