UUCP over ethernet (TCP/IP) ?

UUCP over ethernet (TCP/IP) ?

Post by David Lom » Sat, 24 Sep 1994 06:21:28



Hi all:

I remember seeing somebody talk about UUCP over ethernet ( TCP/IP )
in the not-too-distant-past. At the time I wasn't interested ( ain't
that the way ?).

The file "/etc/services" mentions the uucp daemon both on SCO ver 3.2.2
conference      531/tcp         chat
netnews         532/tcp         readnews
netwall         533/udp                         # -for emergency broadcasts
uucp            540/tcp         uucpd           # uucp daemon
remotefs        556/tcp         rfs_server rfs  # Brunhoff remote filesystem

and on Sun OS ver 4.1.2
shell           514/tcp         cmd             # no passwords used
printer         515/tcp         spooler         # line printer spooler
courier         530/tcp         rpc             # experimental
uucp            540/tcp         uucpd           # uucp daemon
biff            512/udp         comsat
who             513/udp         whod

In Sun 4.1.2 the file /etc/uucp/Devices also ( tantalizingly ) mentions
uucp via TCP, to wit;
# The Devices file is used in conjunction with the Dialers file.
# Types that appear in the 5th field must be either built-in
#  functions (801, Sytek, TCP, Unetserver, DK)
#  or standard functions whose name appears in the first
#  field in the Dialers file.
[ stuff deleted ]
#

# TCP,et - - Any TCP -

Authors Kochan & Wood writing in Unix Networking mention uucp via TCP
in passing, but not in any detail.

I've looked all over many local systems searching for "uucpd" with no
luck.

How about some pointers?

--


Lomas Data Management Inc.       |     "Good"    "Fast"    "Cheap"  |
Niagara Falls, Ontario Canada    |           Pick any two           |
--
David Lomas

 
 
 

UUCP over ethernet (TCP/IP) ?

Post by Andre Be » Sat, 24 Sep 1994 21:24:03



|> Hi all:
|>
|> I remember seeing somebody talk about UUCP over ethernet ( TCP/IP )
|> in the not-too-distant-past. At the time I wasn't interested ( ain't
|> that the way ?).
|>
|> Authors Kochan & Wood writing in Unix Networking mention uucp via TCP
|> in passing, but not in any detail.
|>
|> I've looked all over many local systems searching for "uucpd" with no
|> luck.
|>
|> How about some pointers?
|>

Dunno about Solaris/SunOS, but Taylor-UUCP does this perfectly. We're
using this to transfer batched compressed USENET News via a ISDN PPP
link. You don't need any uucpd here, as uucico has the appropriate
switch to run in TCP-mode. This may be essentially the same with HDB...

--
+-o-+--------------------------------------------------------+-o-+
| o |               \\\- Brain Inside -///                   | o |
| o |                   ^^^^^^^^^^^^^^                       | o |

+-o-+--------------------------------------------------------+-o-+

 
 
 

UUCP over ethernet (TCP/IP) ?

Post by Michael Po » Sun, 25 Sep 1994 13:36:07



Quote:>Hi all:

>I remember seeing somebody talk about UUCP over ethernet ( TCP/IP )
>in the not-too-distant-past. At the time I wasn't interested ( ain't
>that the way ?).

>The file "/etc/services" mentions the uucp daemon both on SCO ver 3.2.2
>conference      531/tcp         chat
>netnews         532/tcp         readnews
>netwall         533/udp                         # -for emergency broadcasts
>uucp            540/tcp         uucpd           # uucp daemon
>remotefs        556/tcp         rfs_server rfs  # Brunhoff remote filesystem

>and on Sun OS ver 4.1.2
>shell           514/tcp         cmd             # no passwords used
>printer         515/tcp         spooler         # line printer spooler
>courier         530/tcp         rpc             # experimental
>uucp            540/tcp         uucpd           # uucp daemon
>biff            512/udp         comsat
>who             513/udp         whod

>In Sun 4.1.2 the file /etc/uucp/Devices also ( tantalizingly ) mentions
>uucp via TCP, to wit;
># The Devices file is used in conjunction with the Dialers file.
># Types that appear in the 5th field must be either built-in
>#  functions (801, Sytek, TCP, Unetserver, DK)
>#  or standard functions whose name appears in the first
>#  field in the Dialers file.
>[ stuff deleted ]
>#

># TCP,et - - Any TCP -

>Authors Kochan & Wood writing in Unix Networking mention uucp via TCP
>in passing, but not in any detail.

>I've looked all over many local systems searching for "uucpd" with no
>luck.

>How about some pointers?

Sure it'll work.

Make sure the /etc/inetd.conf file has the uucp entry uncommented

Next, the /etc/uucp/Systems file should have a line like:

systemname Any TCP - system.name.edu login: uucplogin word: uucppass

system.name.edu is the name or ip address of the system.
'-' can be replaced with the port if not 540, which was in
the /etc/inet/services file you showed above.

Hope this helps,
Mike

 
 
 

UUCP over ethernet (TCP/IP) ?

Post by Peter Dalgaard S » Mon, 26 Sep 1994 02:30:51




>|> Hi all:
>|>
>|> I remember seeing somebody talk about UUCP over ethernet ( TCP/IP )
>|> in the not-too-distant-past. At the time I wasn't interested ( ain't
>|> that the way ?).
>|>
>|> Authors Kochan & Wood writing in Unix Networking mention uucp via TCP
>|> in passing, but not in any detail.
>|>
>|> I've looked all over many local systems searching for "uucpd" with no
>|> luck.
>|>
>|> How about some pointers?
>|>

I'm using it as a workaround for a botched modem connection to
transfer to my home system. Never mind why and how, but I can
assure you it is there on 4.1.1 systems at least. Of course you
need to install the uucp thingies first. For location of uucpd,
look in /etc/inetd.conf.

Can't tell about Solaris2.3 -- daemon should be in /usr/sbin,
but I can't find it.  I suspect uucp never got installed...

One * glitch is that it times out very quickly during
login/passwd dialogue -- trick is to send mylogin\nmypasswd\n in
one string, without the usual wait-for-prompt.
--
   O_   ---- Peter Dalgaard
  c/ /'  --- Dept. of Biostatistics
 ( ) \( ) -- University of Copenhagen

 
 
 

UUCP over ethernet (TCP/IP) ?

Post by C. M. Rahman » Fri, 30 Sep 1994 14:11:58


Is there any FAQ to setup UUCP for solaris 2.3 ? If anybody has it,
can you email me? thanks



: |> Hi all:
: |>
: |> I remember seeing somebody talk about UUCP over ethernet ( TCP/IP )
: |> in the not-too-distant-past. At the time I wasn't interested ( ain't
: |> that the way ?).
: |>
: |> Authors Kochan & Wood writing in Unix Networking mention uucp via TCP
: |> in passing, but not in any detail.
: |>
: |> I've looked all over many local systems searching for "uucpd" with no
: |> luck.
: |>
: |> How about some pointers?
: |>

: Dunno about Solaris/SunOS, but Taylor-UUCP does this perfectly. We're
: using this to transfer batched compressed USENET News via a ISDN PPP
: link. You don't need any uucpd here, as uucico has the appropriate
: switch to run in TCP-mode. This may be essentially the same with HDB...

: --
: +-o-+--------------------------------------------------------+-o-+
: | o |               \\\- Brain Inside -///                   | o |
: | o |                   ^^^^^^^^^^^^^^                       | o |

: +-o-+--------------------------------------------------------+-o-+

--
  #################################################################
  # C.M. Rahman jr.                |   Public Network Provider    #
  # Network/System Administrator   |       Austin, Texas          #
  # Commuter Communication Systems |"Pray for what you want, but  #

  # Tel/Fax :- (512) 467-6591      |  Modem:- (512) 467-9859      #
  #################################################################

 
 
 

1. problem in UUCP setup on TCP/IP ethernet

Hi all,
I am trying to set up UUCP on our tcp/ip Ethernet between two
solaris 2.3 workstations to gain some experience before venturing
into modem based uucp set up etc. Here is my config.:

Systems:
mynode Any TCP Any mynode login: <login-id> password: <passwd>
Devices:
TCP,et - - Any TCP -

I have setup a login account on the other machine for it which is
specified in the 'Systems' login chat.

Here is the output of Uutry:
/usr/lib/uucp/uucico -r1 -smynode   -x9 >/tmp/mynode 2>&1&
tmp=/tmp/mynode
failed to open /var/uucp/.Admin/account.  Errno=2
chdir(/var/spool/uucp/mynode)
Job grade to process -
conn(mynode)
Trying entry from '/etc/uucp/Systems' - device type TCP.
Device Type TCP wanted
Protocol = et
Trying device entry '-' from '/etc/uucp/Devices'.
processdev: calling setdevcfg(uucico, TCP)
Internal caller type TCP
Protocol = et
Trying device entry '-' from '/etc/uucp/Devices'.
processdev: calling setdevcfg(uucico, TCP)
Internal caller type TCP
getto ret -1
Call Failed: NO DEVICES AVAILABLE
exit code 101
Conversation Complete: Status FAILED

TM_cnt: 0

2. network printing problem

3. Q. How to network with ethernet address only ( without TCP/IP protocol) - in ethernet.

4. connecting two Linux machines through null modem cable

5. problems with uucp over tcp/ip

6. Compile Error with the 2.5.44-ac5 and the P4

7. UUCP over TCP/IP

8. ADSM schedule

9. UUCP Over TCP/IP

10. uucp tcp/ip tli

11. !!DDE->TCP/IP, REAL TIME DATA PUMP, Trans.DDE App.DATA via TCP/IP

12. sendmail, uucp AND tcp/ip

13. UUCP over TCP-IP REPOST