Describe the bug
The host OS blocks IP forwarding by default.
To Reproduce
- Deploy lab-tool on a device
- Reboot the device
Expected behavior
Forwarding between wifi and ethernet works
Additional context
This can be worked around while the device is running by executing the following on the host OS:
iptables -P FORWARD ACCEPT
Describe the bug
The host OS blocks IP forwarding by default.
To Reproduce
Expected behavior
Forwarding between wifi and ethernet works
Additional context
This can be worked around while the device is running by executing the following on the host OS: