Changes between Version 19 and Version 20 of Internal/Soekris
- Timestamp:
- Oct 7, 2006, 2:51:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/Soekris
v19 v20 13 13 Get a linux laptop with a serial port. Connect the Soekris serial port to it using a crossover serial cable. There are a lot of these, unused, floating around ORBIT. They have "X OVER" written on them. 14 14 15 Run minicom in a terminal window that can handle vt102 (any of them can). Minicom should be set for 19200 baud, 8 databits, no parity, 1 stop bit, no flow control. Turn hardware flow control off in minicom. The UNIX device for talking to the console is almost certainly /dev/ttyS0 or /dev/ttyUSB0. Because the console baud may be set to 9600, you may need to try different values.15 Run minicom in a terminal window that can handle vt102 (any of them can). The first time you start a console, minicom should be set for 19200 baud, 8 databits, no parity, 1 stop bit, no flow control. Be sure to turn hardware and software flow control off in minicom. The UNIX device for talking to the console is almost certainly /dev/ttyS0 or /dev/ttyUSB0. Usually when linux runs its console on a serial port, it goes at 9600 baud, so set the console baud to 9600 (see below) when you have the chance. 16 16 17 17 Minicom and the Soekris console driver seem a little fragile. If you do wind up dumping junk to the serial port (as will be the case if you run pppd carelessly), you may gum it up so badly that you need to reboot. … … 88 88 }}} 89 89 90 In stable versions of voyage linux, you can use the commands 91 {{{ 92 remountrw 93 remountro 94 }} 95 90 96 Now you can and should change the root password. 91 97 92 98 Change /etc/rc2.d/S99voyage so that the commands that keep remounting / ro are disabled. 93 94 You may also want to remove the rc link for rc2.d/S89watchdog, or set run_watchdog to 0 in init.d/watchdog.95 99 96 100 Note that things like /root are normally linked to /rw/root, which is a tmpfs. It's all very cute, but you need to disable it at least for /root. /root needs to hold a persistent .ssh directory. … … 159 163 6. Change iptables, the routing table, and multi-homed interfaces in the landing so that packets for the remote ORBIT nodes are routed on the rest of the ORBIT network. 160 164 161 7. Re-engineer voyage so it can be installed fifty times.165 7. Install and configure dhcp proxy on the host. 162 166 163 8. T hink about using a bigger CF card and making the net4801 a caching proxy for tftp.167 8. Try L2TP instead of SSH for tunneling. We don't care about encryption, particularly. 164 168 165 As of 9/20, we're up to 5. 169 8. Re-engineer voyage so it can be installed fifty times. 170 171 9. Think about using a bigger CF card and making the net4801 a caching proxy for tftp. 172 173 As of 9/20, we're up to 6.