elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
slattach.sh
File editor
# Helper script to setup SLIP connection between Linux and ELKS # # run "net start slip" on ELKS after running this script as root # if [ "$(id -un)" != "root" ]; then echo "Please run me as root." exit 1 fi baud=38400 device=/dev/ttyS0 protocol=slip elks=10.0.2.15 gateway=10.0.2.2 # stop any previously running slip pkill slattach # attach slip to serial line /sbin/slattach -p $protocol -s $baud -v -L $device & # configure sl0 interface /sbin/ifconfig sl0 up $gateway pointtopoint $elks netmask 255.255.255.0 mtu 1024 # display connection /sbin/ifconfig /sbin/route
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history