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
/
elkscmd
/
rootfs_template
/
etc
/
net.cfg
File editor
# ELKS Networking Configuration File # sourced by /bin/net for the uip daemon and network services # Default IP address, gate and network mask. # These can be IP addresses or names in /etc/hosts. if test "$LOCALIP" != ""; then localip=$LOCALIP; else localip=10.0.2.15; fi gateway=10.0.2.2 netmask=255.255.255.0 # Address mode [static|dhcp]. DHCP currently requires ethernet. ipmode=static # Optional DNS server for static networking. Leave empty to use resolv.cfg. dnsserver= # Seconds to wait for a DHCP lease before failing startup. dhcpwait=15 # reduce for 8bit NE2K w/4K buffer mtu= #mtu="-m 1000" # default link layer [ne0|wd0|3c0|slip|cslip] link=ne0 # default serial port and baud rate if slip/cslip device=/dev/ttyS0 baud=38400 # to use ftp/ftpd in qemu #export QEMU=1 # daemons to start are actually shell variable command lines see below netstart="telnetd ftpd" #netstart="ftpd" # specific daemon command lines, named in netstart= telnetd="telnetd" ftpd="ftpd -d" httpd="httpd" # custom code executed before network startup custom_prestart_network() { } # custom code executed after network startup custom_poststart_network() { #echo "Network started" } # custom code executed after network shutdown custom_stop_network() { }
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