From mboxrd@z Thu Jan 1 00:00:00 1970 From: newsham@lava.net (Tim Newsham) Date: Tue, 10 Aug 2004 08:52:36 -1000 (HST) Subject: [TUHS] Emulators In-Reply-To: References: Message-ID: > Is it possible to run simh using tap or other virtual interface to forward > some > ports to Quazijarus's services? > The machine, I'll host this stuff on will be on colocation and policy > there is no MAC address changes and no promisceous mode interfaces and no > additional ethernet cards... I'm betting the changes wouldn't be that hard. /dev/tun is really easy to use, and should only involve a few lines of change. If you don't really need networking, but just want remote access, you can set simh up to have multiple tty's that use listening sockets on the local machine. Then people can telnet in to the machine, but will reach a tty instead of a telnetd/pty. Of course there would be no outgoing traffic allowed. Tim N.