Date: Wed, 05 Apr 1995 13:39:00 EST From: "M.C Wong" <mcw@hpato.aus.hp.com> To: freebsd-questions@freefall.cdrom.com (freebsd-questions@freefall.cdrom.com) Subject: FreeBSD box as a terminal server Message-ID: <199504050339.AA220243143@hp.com>
next in thread | raw e-mail | index | archive | help
Hi, With follow up to my question asked yesterday, is it possible to set up FreeBSD box as a terminal server in a way that all the getty process running on the dial-in port /dev/ttydX is a script that does some fundamental check and exec telnet into the host that serves dial-in, or rotate among different hosts, so the script needs to remember the state ? For example, the getty can be replaced with say dialin-getty : #!/bin/sh . . . $HOST=... # Does some fundamental checking, eg rotate among hosts exec telnet $HOST Will that be sufficient ? Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504050339.AA220243143>