...
Code Block |
---|
pppd -detach crtscts lock proxyarp <local IP>:<remote IP> /dev/ttyUSB0ttyUSB1 115200921600 |
launch client with:
Code Block |
---|
sudo pppd -detach crtscts lock defaultroute noauth <local IP>:<remote IP> /dev/ttyUSB0ttyO1 115200921600 |
make sure IP forwarding is enabled on the host:
...