Building a console server

Console_server

With the inclusion of the usb_serial_support kernel driver we can put the livebox to some other uses.

Serial over LAN daemon

Termnetd. A Serial over LAN daemon - http://foxlx.acmesystems.it/?id=69

These notes where written before discovering how to completely replace the wanadoo firmware. With the HAH firmware all these issues go away. This binary is not shipped in the STD HAH firmware it must be added afterwards.

There are several hurdles to overcome if /dev/ttyS0 is to be used

Attempts at disable the login process have so far failed. Perhaps it will require the modification of the filesystem and re-flashing to remove this functionality. As an alternative investigate whether the USB port could support a serial device.

The original source code will only accept devices that are located in the /dev directory. As this is a read-only filesystem a small modification to the LEXical scanner that processes the termnetd.conf file is needed so that ttyUSB0 from /tmp can be utilised. Until the filesystem can be altered