Xref: utzoo biz.sco.general:79 comp.unix.xenix.sco:2571 comp.mail.uucp:6661 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!pa.dec.com!nntpd.lkg.dec.com!netrix.nac.dec.com!lan_csse From: lan_csse@netrix.nac.dec.com (CSSE LAN Test Account) Newsgroups: biz.sco.general,comp.unix.xenix.sco,comp.mail.uucp Subject: Re: UUCP over TCP/IP under SCO Xenix 2.3.2 Message-ID: <22852@shlump.lkg.dec.com> Date: 22 May 91 20:08:21 GMT References: <1991May7.203740.9416@tygra.Michigan.COM> <_I5B8V7@xds13.ferranti.com> <6361@vela.acs.oakland.edu> Sender: news@shlump.lkg.dec.com Followup-To: biz.sco.general Organization: Digital Equipment Lines: 36 In article <6361@vela.acs.oakland.edu> srodawa@vela.acs.oakland.edu (Ron Srodawa) writes: >In article <_I5B8V7@xds13.ferranti.com> peter@ficc.ferranti.com (Peter da Silva) writes: >>In article <1991May7.203740.9416@tygra.Michigan.COM> jp@tygra.Michigan.COM (John Palmer) writes: >>> Has anyone successfully gotten HDB UUCP to carry on a conversation >>> over a TCP/IP link?? >> >>Yes. > >You are just whetting our appetites! How did you do it? The documents >are completely silent on this matter. I would really appreciate a >debriefing on just how you did this. I'm sure others would too. On systems that have TCP drivers in uucico and/or uucpd, the usual way is to create a Systems (or L.sys) entry somewhat like: sysname time device class address login_sequence phubar Any TCP TCP 16.20.176.7 in:--in ... I.e., the device and class fields are both TCP, and the address field is the IP address instead of the phone number. The TCP may have to be lower case for it to work. I recall seeing one system in which the device was the interface name (ln0 or se0 or ...), but I don't think this is usually needed, because packets should be handed to IP for routing and uucico shouldn't have to care which interface is used. You might try some combinations of these and see what sort of error messages you get. If the TCP value is unknown, then you probably don't have TCP support; if you get address rejections, you probably do have TCP support but the above format isn't quite right. You might also harass your vendor, telling them that we told you that uucp works over TCP and you want to know how to configure it... I'd look it up in the manuals, but this is an Ultrix system that is well behind the times in such matters. If someone has a manual with examples, how about posting one or two and telling us what kind of system it is...