| |
PA2AGA > TCPDIG 19.01.97 04:40l 184 Lines 6044 Bytes #-10752 (0) @ EU
BID : TCP_97_5A
Read: DG7DAH GUEST
Subj: TCP-Group Digest 97/5A
Path: DB0AAB<DB0KCP<DB0ZKA<DB0LX<DB0AAA<DB0CZ<DB0FRB<DB0GE<LX0PAC<ON5VL<
ON4AIC<ON1AEO<ON6AR<PI8HWB<PI8ZAA<PI8GCB<PI8WFL<PI8VNW
Sent: 970118/1757Z @:PI8VNW.#ZH2.NLD.EU #:20398 [Hoek v Holland] FBB5.15c
From: PA2AGA@PI8VNW.#ZH2.NLD.EU
To : TCPDIG@EU
Received: from pa2aga by pi1hvh with SMTP
id AA26464 ; Sat, 18 Jan 97 17:36:31 UTC
Received: from pa2aga by pa2aga (NET/Mac 2.3.62/7.1) with SMTP
id AA00000821 ; Fri, 17 Jan 97 00:23:47 MET
Received: from pa2aga-1 by pa2aga with SMTP
id AA00000748 ; Fri, 17 Jan 97 00:11:22 MET
Received: from pa2aga-1 by pa2aga-1 (NET/Mac 2.3.62/7.5.5) with SMTP
id AA00009047 ; Fri, 17 Jan 97 00:11:12 MET
Date: Thu, 16 Jan 97 20:32:12 MET
Message-Id: <tcp_97_5A>
From: pa2aga
To: tcp_broadcast@pa2aga-1
Subject: TCP-Group Digest 97/5A
X-BBS-Msg-Type: B
TCP-Group Digest Wed, 15 Jan 97 Volume 97 : Issue 5
Today's Topics:
Fw:
Fw: Newbi search "newbi-doc" for TCP/IP
Linux AXIP (or equivalent)? (2 msgs)
retrieving SUB-domain (domain.txt) from uscd.edu's full dns file
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: Wed, 15 Jan 1997 17:43:58 -0500
From: jstrong@stratos.net (Strong, James)
Subject: Fw:
I have no idea how this ended up in my mail box....
----------
> From: Tim Connolly <un035256@wvnvaxa.wvnet.edu>
> To: tcp-group <tcp-group@ucsd.edu>
> Subject:
> Date: Tuesday, January 14, 1997 7:34 PM
>
subscribe
------------------------------
Date: Wed, 15 Jan 1997 17:45:05 -0500
From: jstrong@stratos.net (Strong, James)
Subject: Fw: Newbi search "newbi-doc" for TCP/IP
I have no idea how this got to me.....
----------
> From: Krister Berg <sm2oww@kiruna.se>
> To: TCP-Group@ucsd.edu
> Subject: Newbi search "newbi-doc" for TCP/IP
> Date: Wednesday, January 15, 1997 5:09 AM
>
> Hi!
>
> I'm searching for some good documentation over TCP/IP, on the net or a
book!
>
> It must explain TCP/IP from the bottom, but so that a newbi can
understand
> it. (That's a tricky one;-)
>
> After reading the book (documentation) one should know almost every thing
> (That's another tricky one;-) or at least a lot of almost every thing
about
> TCP/IP.
>
>
> Thanks in advance
>
> regards
> Krister
------------------------------
Date: Wed, 15 Jan 1997 11:49:08 -0500
From: John Ackermann AG9V <jra@febo.com>
Subject: Linux AXIP (or equivalent)?
Is there an AXIP daemon or equivalent function available for Linux? I have
an opportunity to tie together two local sites via a fat IP pipe, but to
keep the natives happy I have to maintain a transparent AX.25 link as
well as provide IP routing. I'd like to use Linux with kernel AX.25 for
this, rather than a NOS version, if possible.
Thanks...
John AG9V
jra@febo.com
------------------------------
Date: Wed, 15 Jan 1997 23:20:52 +0000 (GMT)
From: Alan Cox <alan@cymru.net>
Subject: Linux AXIP (or equivalent)?
> well as provide IP routing. I'd like to use Linux with kernel AX.25 for
> this, rather than a NOS version, if possible.
There is an axip-x.xx package on sunsite.unc.edu in the pub/Linux/.../ham
area. I've not used it
------------------------------
Date: Wed, 15 Jan 1997 22:41:19 +0100 (MET)
From: Simon J Mudd <sjmudd@redestb.es>
Subject: retrieving SUB-domain (domain.txt) from uscd.edu's full dns file
I'm posting a simple utility which I have written in perl, designed to
retrieve the part of the full ampr.org domain, providing it in a format
similar to domain.txt used in the various xNOS programs and the files
required for a DNS server in unix.
For those of us who don't have permanent access to the Internet and who's
pc is connected to the radio, a simple source of an up-to-date domain.txt
may be useful, and ucsd.edu's DNS is supposed to be the source of this
information. As the complete file might be a little too large for
most NOSes, this utility attempts to retrieve part of the full domain.
In my case (in Spain) ucsd.edu's DNS, and the local IP coordinator had
very different ideas of what their part of the domain contained. This
utility is basically a tool to help the administrators keep their file(s)
in synch with the ucsd.edu DNS server, and thus be able to adjust the DNS
server accordingly.
Unfortunately you need to download the whole domain file:
ftp://ftp.ucsd.edu/hamradio/ampr.tar.Z
The script starts searching for addresses by ip address, adding
relevant MX and CNAME entries. Currently it looks for 44.133.x.x
addresses. This is trivial to modify for other countries 44.zzz, but
would need a few modifications for sub-domains which follow other formats.
I'm working on a couple of other tools to complete this, but thought this
utility may be useful for someone.
[Finally I'm still a novice to perl, so tolerate the poor code]
regards,
Simon J Mudd, Madrid, SPAIN
EA4ELS / G0FNB
EAIP list manager (new list, inspired after UKIP, thanks!)
e-mail: sjmudd@redestb.es INTERNET
ea4els@phoenix.ea4els.ampr.org HAMS-ONLY
----------------- PERL SCRIPT FOLLOWS ---------------------
#!/usr/bin/perl -w
# Written by Simon Mudd, G0FNB, EA4ELS
# sjmudd@redestb.es
#
# $Id: get_ea,v 1.7 1997/01/15 21:37:41 root Exp root $
#
# This script is intended to get the "sub-domain" 44.133 entries
# from the file ampr.org (which holds the whole ampr.org 44.x.x.x domain)
# allowing us to see the Spanish entries, and create local (non-connected)
# domain.txt (or proper DNS files)
#
# after this I maybe able to generate diff files once a month and publish
# the changes to the domain affecting spanish hosts to the eaip list.
# this will allow those who do not have (or don't know how) Internet access
To be continued in digest: tcp_97_5B
Read previous mail | Read next mail
| |