Skip to content

Instantly share code, notes, and snippets.

@koma5
Created January 22, 2017 12:55
Show Gist options
  • Select an option

  • Save koma5/e85ba11e1bd6c9c614b84cbc99da7d20 to your computer and use it in GitHub Desktop.

Select an option

Save koma5/e85ba11e1bd6c9c614b84cbc99da7d20 to your computer and use it in GitHub Desktop.

Revisions

  1. koma5 created this gist Jan 22, 2017.
    14 changes: 14 additions & 0 deletions pppOverSerialRadio
    Original 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