From mboxrd@z Thu Jan 1 00:00:00 1970 From: john@jfloren.net (John Floren) Date: Thu, 9 Mar 2017 18:49:45 -0700 Subject: [TUHS] UUCP: working systems, come and get them In-Reply-To: <20170308092052.GA13593@minnie.tuhs.org> References: <20170307070941.GA2012@minnie.tuhs.org> <20170307090908.GA9793@minnie.tuhs.org> <20170307204307.GA23160@minnie.tuhs.org> <20170308092052.GA13593@minnie.tuhs.org> Message-ID: I've now got it working and it made me think a little. In order to do these "serial ports over TCP" things, we basically are putting login prompts out to the Internet. Is it possible to restrict things so the only user allowed on ttyN is 'uucp', or should I just put in iptables rules to only allow traffic from my UUCP peers? john On Wed, Mar 8, 2017 at 2:20 AM, Warren Toomey wrote: > On Wed, Mar 08, 2017 at 06:43:07AM +1000, Warren Toomey wrote: >> More progress. I now have mcsun----seismo----munnari >> with uucp mail between them all. > > Even more progress. I wrote a script to generate the uucp systems, > and given it a rough test. It's now here: > > https://github.com/DoctorWkt/4bsd-uucp > > and ready for people to download and try things out. I'm happy for > people to make changes, by adding them in as contributors. > > We should add a file with uucp names, owners and connection details. > I'll do that soon. > > Have at it! > Warren