Accessing a remote network interface on an exporter #1513
Unanswered
colin-foster-in-advantage
asked this question in
Q&A
Replies: 1 comment 2 replies
-
In case it helps anyone, I'm planning to run a WireGuard VPN on the RPi Exporter and connect to it locally. This exposes most of what I need (except UDP broadcast messages). I'm planning to prove it out a bit and hopefully can add functionality into Labgrid in the future. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm reading the documentation and it isn't clear to me whether what I'm trying to do is possible. I'd like to access a remote Ethernet port on my Labgrid Exporter (Raspberry Pi) from my local PC.
Setup 1 - Local Ethernet
This configuration currently works for me
From this setup, I'm able to run
pytest
on my PC (without--lg-env
) and Labgrid is a way to access the remote serial port and power switch.What I'm really looking for is this:
Setup 2 - Remote Ethernet
I have configured the RPi to export
eth0
And the resource shows up
I don't understand what I can do with the remote network interface. Do I need to create an SSH proxy? Is this a resource that is only available via
pytest --lg-env
?Beta Was this translation helpful? Give feedback.
All reactions