Adding scripts to set up SLIP on both ends

master
Dan 2018-05-10 19:51:00 -06:00
parent c15680ae76
commit 91d285ff73
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/sh
slattach -v -s 9600 /dev/ttyUSB0 &
ifconfig sl0 10.0.0.2 dstaddr 10.0.0.1 netmask 255.255.255.0

View File

@ -0,0 +1,5 @@
#!/usr/bin/sh
slattach -v -s 9600 /dev/ttyUSB0 &
ifconfig sl0 10.0.0.1 dstaddr 10.0.0.2 netmask 255.255.255.0