Created
January 22, 2017 12:55
-
-
Save koma5/e85ba11e1bd6c9c614b84cbc99da7d20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.tldp.org/HOWTO/PPP-HOWTO/direct.html | |
sudo pppd -detach crtscts lock defaultroute 10.42.42.41:10.42.42.42 /dev/cu.usbserial-A9014CRC 57600 | |
sudo pppd -detach crtscts lock proxyarp 10.42.42.41:10.42.42.42 /dev/cu.usbserial-AM026521 57600 debug | |
## | |
http://elinux.org/RPi_Serial_Connection | |
sudo pppd -detach noauth defaultroute /dev/cu.usbserial-A9014CRC 57600 10.42.42.41:10.42.42.42 passive local maxfail 0 nocrtscts xonxoff | |
sudo pppd -detach noauth proxyarp /dev/cu.usbserial-AM026521 57600 10.42.42.41:10.42.42.42 passive local maxfail 0 nocrtscts xonxoff | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment