#!/bin/sh chvt 1 echo "Starting SYN-3 support shell:" if pidof telnetd >/dev/null; then echo "(already running)" exit 0 fi telnetd -l /bin/ash cd /sys/class/net/ for ETH in eth*; do ifconfig $ETH up udhcpc -i $ETH -b & done wait echo splashinfo "Support mode started. Verify IP address and press enter to continue." read