4 ifconfig $ifname 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
11 echo "0 1 2 3 4 5u*" > /proc/switch/eth0/vlan/0/ports
14 [ -x "/usr/sbin/nvram" ] && {
15 [ "$(nvram get boot_wait)" != "on" ] && {
16 nvram set boot_wait=on
21 netmsg 192.168.1.255 "Entering Failsafe!"
22 telnetd -l /bin/login <> /dev/null 2>&1
27 mount none /proc -t proc
31 echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug
35 # hardware specific overrides
36 case "$(cat /proc/diag/model)" in
37 "Linksys WAP54G V1") ifname=eth1;;
38 "ASUS WL-HDD") ifname=eth1;;
39 "ASUS WL-300g") ifname=eth1;;
40 "ASUS (unknown, BCM4702)") ifname=eth1;;
46 insmod switch-robo || insmod switch-adm || rmmod switch-core
48 [ -d /proc/switch/eth0 ] && {
49 echo 1 > /proc/switch/eth0/reset
51 # this would be easier if we blasted the message across all ports
52 # but we don't want packets leaking across interfaces
53 for port in $(seq 0 4); do {
54 echo "$port 5u*" > /proc/switch/eth0/vlan/0/ports
55 netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
57 } || netmsg 192.168.1.255 "Press reset now, to enter Failsafe!"
59 ifconfig $ifname 0.0.0.0 down