Closed idank closed 4 years ago
This is not a valid configuration, the test execution interface and all test target interfaces must be configured with static IP addresses. The project does not currently support the use of DHCP for configuring addresses for the various interfaces.
This configuration is also risky; connecting the test execution interface to the modem and the WiFi interface to your local network creates a potential path to bypass the firewall on your Google router. The test execution interface should be connected to one of the LAN ports on your Google router.
Hello, firstly thanks for a wonderful project. Code is easy to navigate, and works great.
I'm trying to deploy the net perf mon with the following setup:
I'd like net perf mon to use the ethernet port as its test_exec_namespace. And I'd like to be able to ssh to the rpi from the internal network. The end goal here is to know whether my internal network is the cause of some flakiness in the network performance I'm experiencing.
I tried many configurations, without much success. Here's my latest version:
This fails with:
I tried other variants too, but all seem to fail one way or another. Would love some help.