1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 16:43:09 +02:00
wernermisc/bin/ben

10 lines
204 B
Plaintext
Raw Normal View History

#!/bin/sh
ITF=usb0
if [ "$1" = -i ]; then
ITF=$2
shift 2
fi
# ben is 192.168.254.101
echo 1 >/proc/sys/net/ipv4/ip_forward
ifconfig ${ITF_BEN:-$ITF} 192.168.254.100 up && ssh 192.168.254.101 "$@"