Created
January 22, 2017 12:55
-
-
Save koma5/e85ba11e1bd6c9c614b84cbc99da7d20 to your computer and use it in GitHub Desktop.
Revisions
-
koma5 created this gist
Jan 22, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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