| |
PA2AGA > TCPDIG 10.09.96 07:06l 175 Lines 5905 Bytes #-10891 (0) @ EU
BID : TCP_96_185A
Read: DG7DAH GUEST
Subj: TCP-Group Digest 96/185A
Path: DB0AAB<DB0SL<DB0RGB<DB0ABH<DB0SRS<DB0ZDF<DB0AIS<DB0NDK<DB0ACH<DB0ACC<
PI8DRS<PI8DAZ<PI8GCB<PI8WFL<PI8VNW
Sent: 960909/2336Z @:PI8VNW.#ZH2.NLD.EU #:64509 [Hoek v Holland] FBB5.15c
From: PA2AGA@PI8VNW.#ZH2.NLD.EU
To : TCPDIG@EU
Received: from pa2aga by pi1hvh with SMTP
id AA17390 ; Mon, 09 Sep 96 22:46:39 UTC
Received: from pa2aga-10 by pa2aga (NET/Mac 2.3.61/7.1) with SMTP
id AA00004419 ; Mon, 09 Sep 96 23:44:19 MET
Received: from pa2aga-10 by pa2aga-10 (NET/Mac 2.3.61/7.1) with SMTP
id AA00005493 ; Mon, 09 Sep 96 18:38:36 MET
Date: Mon, 09 Sep 96 08:41:11 MET
Message-Id: <tcp_96_185A>
From: pa2aga
To: tcp_broadcast@pa2aga-10
Subject: TCP-Group Digest 96/185A
X-BBS-Msg-Type: B
TCP-Group Digest Sun, 8 Sep 96 Volume 96 : Issue 185
Today's Topics:
Anyone running FreeeBSD? (8 msgs)
Returned mail: Host unknown (Name server: durham.ucsd.edu: host not found)
Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
Problems you can't solve otherwise to brian@ucsd.edu.
Archives of past issues of the TCP-Group Digest are available
(by FTP only) from ftp.UCSD.Edu in directory "mailarchives".
We trust that readers are intelligent enough to realize that all text
herein consists of personal comments and does not represent the official
policies or positions of any party. Your mileage may vary. So there.
----------------------------------------------------------------------
Date: Sat, 7 Sep 1996 06:22:41 -0500 (CDT)
From: "John A. Perry" <perry@alpha.jpunix.com>
Subject: Anyone running FreeeBSD?
On Fri, 6 Sep 1996, Jim Durham wrote:
> On Fri, 6 Sep 1996, David Kelly wrote:
>
> >
> > There appear to be several ways to start a SL/IP connection. Any
> > particular reason slattach is prefered over startslip or sliplogin?
> >
>
> I've never used slipstart or sliplogin. I was familiar with slattach
> and decided to modify it.
Slipstart and sliplogin ultimately call slattach anyway. Why not go
directly to the engine? Also, sliplogin requires a login which is overkill
IMHO.
John Perry - perry@alpha.jpunix.com - PGP-encrypted e-mail welcome!
WWW - http://www.jpunix.com
PGP 2.62 key for perry@jpunix.com is on the keyservers.
------------------------------
Date: Sat, 7 Sep 1996 14:23:15 +0200 (MET DST)
From: erb@inss1.etec.uni-karlsruhe.de (Olaf Erb)
Subject: Anyone running FreeeBSD?
Jim Durham <durham@durham.UCSD.EDU> writes:
> You're welcome to either the source or binary of slattach. I have
> submitted the changes for inclusion in the next release of FreeBSD,
> but, so far, they are not in there, and you'll have to run the
> non-official version.
>
> This gives you the ability to route net 44 packets through NET
> and out the radio ports from the FreeBSD kernel.
I ran into the same problem while trying to use WAMPES on FreeBSD.
The approach with slip over a pty has been annoying me for years (using
Linux) and I didn't want to go through the same torture again, so I
hacked tun support into WAMPES. No need to use slip/slattach anymore,
just do an attach tun, ifconfig tunX, that's it.
Maybe you can use the idea (or even the code) in TNOS.
WAMPES is available from
wampes-960823.tar.gz can be found in
ftp://ftp.ucsd.edu/hamradio/packet/tcpip/incoming/
or
ftp://ftp.ucsd.edu/hamradio/packet/tcpip/wampes/
or daily mirrored (for European sites):
ftp://insl1.etec.uni-karlsruhe.de/pub/hamradio/wampes/
BTW, tun in WAMPES has only been tested with FreeBSD-current, but it
should work on 2.1.x, or NetBSD with a little tweaking, too.
73,
Olaf
--
There is no such thing as a problem without a gift for you in its hands.
You seek problems because you need their gifts. -- Richard Bach, Illusions
------------------------------
Date: Sat, 7 Sep 1996 14:21:02 -0400 (EDT)
From: Jim Durham <durham@durham.UCSD.EDU>
Subject: Anyone running FreeeBSD?
On Sat, 7 Sep 1996, Olaf Erb wrote:
>
> I ran into the same problem while trying to use WAMPES on FreeBSD.
>
> The approach with slip over a pty has been annoying me for years (using
> Linux) and I didn't want to go through the same torture again, so I
> hacked tun support into WAMPES. No need to use slip/slattach anymore,
> just do an attach tun, ifconfig tunX, that's it.
>
> Maybe you can use the idea (or even the code) in TNOS.
> WAMPES is available from
>
> wampes-960823.tar.gz can be found in
> ftp://ftp.ucsd.edu/hamradio/packet/tcpip/incoming/
> or
> ftp://ftp.ucsd.edu/hamradio/packet/tcpip/wampes/
>
> or daily mirrored (for European sites):
>
> ftp://insl1.etec.uni-karlsruhe.de/pub/hamradio/wampes/
>
I agree, the tun stuff is probably the way to go.
The problem with wampes or tnos or any of them is that there is a lot
of functionality that is a duplicate of what's in the unix kernel.
I started to make a "trimmed" version of wampes to get the size of the
binary down to something reasonable, but I'm re-thinking the whole
project.
What I think is really needed as a pair of processes, one for send and
one for receive that can block when nothing is going through them and not
continually "loop", wasting processor cycles, and that do AX.25 and
function as a specialized IP router with features like RSPF.
I also like to run a bbs that takes advantage of unix, with several
small processes that do specific jobs like user interface, mail routing,
etc. This makes it possible to do things like use sendmail for a
packet/internet mail gateway, interface to a web page form and forward
via FTP fairly easily.
Just some thoughts..
regards,
-Jim Durham
------------------------------
Date: Sat, 07 Sep 1996 16:12:30 -0500 (CDT)
From: David Kelly <dkelly@hiwaay.net>
Subject: Anyone running FreeeBSD?
On 19:21:02 Jim Durham wrote:
>The problem with wampes or tnos or any of them is that there is a lot
>of functionality that is a duplicate of what's in the unix kernel.
>
>I started to make a "trimmed" version of wampes to get the size of the
To be continued in digest: tcp_96_185B
Read previous mail | Read next mail
| |