repo.or.cz
/
contiki-2.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Programs using CFS should #include "cfs.h" ;-)
[contiki-2.x.git]
/
tools
/
freebsd-6-setup-slip
blob
410137d82efa9e16b407a5915bf66df854d0586b
1
#!/bin/sh
2
3
# A small script for setting up SLIP under FreeBSD
4
killall slattach
5
#stty -f /dev/cuaa0 19200
6
slattach
-l -s
57600
/
dev
/
cuad0
7
sleep
1
8
ifconfig sl0
172.16.0.1 172.16.0.2
9
route delete
172.16.0.0
/
16
10
route add
-net
172.16.0.0
/
16 172.16.0.2