Linux-Networking Digest #102, Volume #10 Wed, 3 Feb 99 20:13:40 EST
Contents:
Strange dhcpcd with Linux 2.2.0 ([EMAIL PROTECTED])
Re: Mounting NFS filesystems from Irix 4.0 (Mike O'Connor)
Remote Access with root by telnet? (Bruno Camara)
How do you install BRCFG? (Stuart Liebrecht)
Re: dhcpcd (Luca Filipozzi)
Incorrect Password When Telneting ("Tom Milliken")
Linux server with Linux workstation ("J. J. Horner")
Re: HELP - Installing Network Card (Jim Harper)
Re: Using linux for fax serving (Vorname Nachname)
Re: Running Xterm from another Linux box on the network (Yon Han CHONG)
Linux->Window98 direct cable connection (Yon Han CHONG)
NT Server v's Linux ("softalk")
pop3 authenication failures I can't explain ([EMAIL PROTECTED])
Re: MAC Shares (Vorname Nachname)
Re: UDP fwding in 2.0.36 for battlenet (Mark)
Re: Controlling PPP with crontab - HELP ([EMAIL PROTECTED])
Re: Masquerading and Netmeeting (James Riggs)
How to block Routing btween eth? but not ppp? ([EMAIL PROTECTED])
Re: Will Linux work with a Cable Modem??? ("Eugene")
Re: dhcpcd (Russell Senior)
Net keeps restarting - attack or what?? (Andrew Daviel)
Announcing C-Kermit 7.0 for Beta testing (Frank da Cruz)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Strange dhcpcd with Linux 2.2.0
Date: Wed, 03 Feb 1999 22:11:55 GMT
Ok, here's a good one for somebody to help me with. I upgraded to Linux
2.2.0, also getting the latest dhcpcd. I booted into the new kernel, but
then realized that I forgot to install the new dhcpcd, so the old one tried
to run, but failed, which is to be expected, since it isn't supposed to work
with 2.2. So I just made sure it wasn't running, and ran the new one. It
said the pid file was there, and told me to delete it before running. So I
deleted the file, and re-ran the new dhcpcd. Fine, it gave me an IP address.
I make sure it all works, and then go into /etc/rc.d and edit my scripts to
run the new dhcpcd. On the next reboot it didn't work.
So here's the story. After playing around with different ways of having the
scripts run dhcpcd, I am down to this: The only way I can get dhcpcd to work
is to run ifconfig and route in rc.inet1, and run the old dhcpcd. Then I let
the rest of the scripts run. I login as root, wait a few seconds, run the
new dhcpcd, letting it tell me to delete the pid file, then I delete the
file, and run the new dhcpcd again. It's the only way I've gotten it to
work. If I do anything else, it times out waiting for a reply from the dhcp
server. Of course, I'd like it to work the way it's supposed to, but I just
can't. Could anybody help me with this?
system:
Slackware 3.4 (very modified, of course)
K6-266
32MB
Linux2.2.0
dhcpcd-1.3.17-pl2 (new version)
dhcpcd-unknown_version (old)
--
Dale Osowski
[EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
Date: Wed, 3 Feb 1999 15:27:25 GMT
Crossposted-To: comp.unix.admin,comp.sys.sgi.admin
From: Mike O'Connor <[EMAIL PROTECTED]>
Subject: Re: Mounting NFS filesystems from Irix 4.0
Reply-To: Mike O'Connor <[EMAIL PROTECTED]>
In article <[EMAIL PROTECTED]>, Rev. Don Kool <[EMAIL PROTECTED]> wrote:
: See if Linux has a "version=2" option for the NFS mount. That
:version of IRIX is ancient. Your best bet would be to upgrade to
:IRIX 6.5 especially since it is the first version certified as Y2K
:compliant.
http://www.sgi.com/tech/year2000/irix.html
There are patches for IRIX 5.3+ for Y2K compliance. This is kinda
important since I think you'd have to have hardware upgrades to have
any platform that was running IRIX 4.x run IRIX 6.x.
--
Michael J. O'Connor | WWW: http://dojo.mi.org/~mjo/ | Email: [EMAIL PROTECTED]
InterNIC WHOIS: MJO | (has my PGP & Geek Code info) | Phone: +1 248-848-4481
------------------------------
From: Bruno Camara <[EMAIL PROTECTED]>
Subject: Remote Access with root by telnet?
Date: Wed, 3 Feb 1999 15:35:49 +0000
I would like to know how to allow a host receive telnets (or rlogins)
with root. I'm using RH5.0.
============================
Bruno Camara
Insituto Superior Tecnico
[EMAIL PROTECTED]
===========================
------------------------------
From: Stuart Liebrecht <[EMAIL PROTECTED]>
Subject: How do you install BRCFG?
Date: Wed, 03 Feb 1999 17:22:40 -0600
I downloaded Chris Cole's bridging utility 'BRCFG' and untarred it, but
I can't figure out how to install it. Please forgive me if this is a
stupid question, but I just can't figure it out.
Stuart
------------------------------
From: [EMAIL PROTECTED] (Luca Filipozzi)
Subject: Re: dhcpcd
Date: Wed, 3 Feb 1999 14:45:00 -0800
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> >>>>> "Luca" == Luca Filipozzi <[EMAIL PROTECTED]> writes:
>
> Luca> I know that dhcpcd can be configured to call a script when it
> Luca> successfully receives an ip address (via "-c <script
> Luca> filename>").
>
> Luca> When it renews its lease, will it call the script again?
>
> Luca> I am presuming that everytime it receives an acceptable DHCPPACK
> Luca> packet, dhcpcd will consider that it has received a new ip
> Luca> address and will call the script. I just wish to be certain that
> Luca> the client is actually written this way.
>
> I believe that the answer will depend on which version you are using.
> In either case you have access to both the manpage and the source
> code, so your answer is available to you.
>
>
I didn't want to go through the code. So I just watched it renew. No...
my dhcpcd does not call the script on renewal.
That's ok. I can monitor the connection in a different way...
--
Luca Filipozzi <[EMAIL PROTECTED]>
------------------------------
From: "Tom Milliken" <[EMAIL PROTECTED]>
Subject: Incorrect Password When Telneting
Date: Wed, 3 Feb 1999 15:32:09 -0800
I installed Red Hat 5.0 on a P133 w/32Mb. The network card is working fine.
When I try to telnet or rlogin with a user other than root, I get "incorrect
password". My hosts.allow is set to allow local telnet. I can connect to the
web server installed on this computer just fine. I have not set up SAMBA yet
to see if this works. Any suggestions?
------------------------------
From: "J. J. Horner" <[EMAIL PROTECTED]>
Subject: Linux server with Linux workstation
Date: Wed, 03 Feb 1999 15:54:11 -0500
Reply-To: [EMAIL PROTECTED]
==============85C0CBB7666A197B52E74F0B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Okay, I have a little 486/8MB here that I want to turn into a Linux
workstation. How should I partition/install so that I can mount my
'/usr', '/home' directories from my Linux server? Will that include
X-Windows? What should I mount locally, and what should I share over
the network? Should I mount '/usr/local' locally?
Give me the scoop! Thanks!
--
J. J. Horner
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Network Administrator and Support
==============85C0CBB7666A197B52E74F0B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
Okay, I have a little 486/8MB here that I want to turn into a Linux
workstation.
How should I partition/install so that I can mount my '/usr', '/home'
directories from my Linux server? Will that include X-Windows?
What should I mount locally, and what should I share over the network?
Should I mount '/usr/local' locally?
<P>Give me the scoop! Thanks!
<PRE>--
J. J. Horner
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Network Administrator and Support</PRE>
</HTML>
==============85C0CBB7666A197B52E74F0B==
------------------------------
From: Jim Harper <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Subject: Re: HELP - Installing Network Card
Date: Wed, 03 Feb 1999 23:43:29 GMT
"Michel A. Lim" wrote:
> the linux install was successful except that it did not recognize
> my network card. i disabled the plug and play function of the card using
> the intel configuration software (softset2), and then tried re-installing
> linux and passing the IRQ and I/O settings (7 and 320-32Fh respectively) but
> that also did not work. i then tried to add the following lines to
> /etc/conf.modules:
>
> alias eth0 eepro
> options eth0 io=320-32Fh irq=7
I think I see one problem...
The options line should read:
options eth0 io=0x320 irq=7
Note that it reads "Zero x Three-twenty"
Give that a try...
-Jim
------------------------------
From: Vorname Nachname <[EMAIL PROTECTED]>
Subject: Re: Using linux for fax serving
Date: 3 Feb 1999 16:05:41 GMT
Reply-To: [EMAIL PROTECTED]
Have a look at HylaFAX.
There is a very good windows-client for HylaFAX that
installs itself as a printqueue. I think it is called wfhc.
- Roy
Richard Hitchell wrote:
>
> Hi,
>
> I am trying to set up a communications server for fax and email. I am using
> qmail for email - but I do not now how serve faxes to the users desktop. I
> am using ISDN2, DDI and if possible want a universal (windows 95/98) client
> application.
>
> Any suggestions?
>
> Any help greatly appreciated
>
> Richard.
------------------------------
From: Yon Han CHONG <[EMAIL PROTECTED]>
Subject: Re: Running Xterm from another Linux box on the network
Date: Wed, 03 Feb 1999 12:13:18 +0100
Mike Drummond wrote:
>
> I am attempting to run Xterm from another Linux box on my home LAN and I am
> getting some permission problems that I need help solving
>
> I log into the other Linux box via Telnet and set up my display as follows
>
> export DISPLAY=<IP of this machine>:0
>
> I then type
>
> xterm &
>
> and I get the following error message
>
> xlib client is not authorized to connect to server
> xlib connection refused by server
>
> Could someone please explain where I need to go to set up my permissions?
>
> I am running S.U.S.E on both boxes
You have to use "xhost" command to let other computers to display on
your machine e.g.
xhost <IP of remote machine>
--
======================================================================
Yon Han CHONG |
Flow Control and Prediction Group | Tel: + 44 1234 750 111 ext. 5420
Cranfield College of Aeronautics | E-mail: [EMAIL PROTECTED]
Cranfield University | Fax: + 44 1234 752 149
United Kingdom | Mobile: + 44 958 381 395
======================================================================
------------------------------
From: Yon Han CHONG <[EMAIL PROTECTED]>
Subject: Linux->Window98 direct cable connection
Date: Wed, 03 Feb 1999 12:15:27 +0100
Did anybody successfully connect a Window98 laptop to a Linux machine to
share files?
--
======================================================================
Yon Han CHONG |
Flow Control and Prediction Group | Tel: + 44 1234 750 111 ext. 5420
Cranfield College of Aeronautics | E-mail: [EMAIL PROTECTED]
Cranfield University | Fax: + 44 1234 752 149
United Kingdom | Mobile: + 44 958 381 395
======================================================================
------------------------------
From: "softalk" <[EMAIL PROTECTED]>
Subject: NT Server v's Linux
Date: Wed, 3 Feb 1999 16:25:18 -0000
I have the job of setting up a web and mail server for a local company via a
64k leased line. My question is - Which os should I use Win or Linux ??. The
server will also provide web access to a local network of windows users.
I am open to suggestions
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: pop3 authenication failures I can't explain
Date: Wed, 03 Feb 1999 15:31:58 GMT
I have been having a problem that appears to be growing. From time to time a
user will start getting failures on pop3 authentication stage to a linux (red
hat 5.0) server When this occurs the message
No such file or directory while reading line user=(user name) host=(ip
address)
starts showing up in the auth log file.
Changing the user's password fixes the problem, but I can't figure out what
is going wrong.
any help would be greatly appreciated.
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Vorname Nachname <[EMAIL PROTECTED]>
Subject: Re: MAC Shares
Date: 3 Feb 1999 16:09:12 GMT
Reply-To: [EMAIL PROTECTED]
You want netatalk.
It is included in all the major Linux distributions.
- Roy
Martin Adler wrote:
>
> Can I share a linux drive over the network for Macs? Is there such a
> server that can impliment this? Please let me know,
>
> Thanx ahead
>
> Martin Adler
> [EMAIL PROTECTED]
------------------------------
From: Mark <[EMAIL PROTECTED]>
Subject: Re: UDP fwding in 2.0.36 for battlenet
Date: Wed, 03 Feb 1999 12:57:54 GMT
> > Is there any way to get the udp packets forwarded properly with
> > this version?
> >
> I haven't tried it myself, but the command you need to use is ipautofw.
> Specifically:
>
> ipautofw -A -r tcp 6112 6112 -h <IP address of local machine>
> ipautofw -A -r udp 6112 6112 -h <ditto>
>
I got that and tried it. Didn't work. <sigh>
Well, I dl'd the 2.2.1 kernel last night and will try installing
that and see what happens.
thanks anyway.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Controlling PPP with crontab - HELP
Date: Wed, 03 Feb 1999 13:30:09 GMT
In article <wtp01.917833972@wumpus>,
[EMAIL PROTECTED] (Wayne Parrott) wrote:
>
> maybe there should be an & after the commands
Well, I tried the &, but still the same results.
>
> [EMAIL PROTECTED] writes:
>
> >A quick question:
>
> >I have a PPP connection which is controlled from a crontab entry to bring the
> >link up at 7:30 am and bring it down at 7:30 pm, Mon.-Fri.
>
> >I'm using usernetctl to bring the link up and down.
>
> >Here's my crontab entries:
>
> >SHELL=/bin/sh
> >PATH=/sbin:/bin:/usr/sbin:/usr/bin
> >MAILTO=root
>
> ># Bring up ppp0 7:30 am weekdays
> >30 07 * * 1-5 root /usr/sbin/usernetctl ppp0 up
> >35 07 * * 1-5 root /usr/bin/fetchmail -v -a -d 300 -t 60
>
> ># Bring down ppp0 7:30 pm weekdays
> >30 19 * * 1-5 root /usr/sbin/usernetctl ppp0 down
> >29 19 * * 1-5 root /usr/bin/fetchmail --quit
>
> >The PPP link seems to work fine. The only thing I don't understand about it
is
> >if I do a "ps -aux", I see that the CROND job that started PPP won't go away.
> >Why won't it die/finish? Should I not use usernetctl from a crontab to
control
> >the PPP Link? Any better suggestions? Should I just live with it since it
> >doesn't affect anything? Why ask why? :-)
>
> >Here's my "ps -aux" output:
>
> ><blah, blah, blah...> root 2830 0.0 1.5 852 464 ? S 07:30 0:00 CROND
> >root 2851 0.0 2.1 1212 676 ? S 07:30 0:00 sh /etc/sysconfig/net root
> > 2858 0.0 2.0 1132 624 ? S 07:30 0:00 /usr/sbin/pppd -detac ...
>
> >Thanks to everybody in advance,
> >Tom Anwyll
>
> >-----------== Posted via Deja News, The Discussion Network ==----------
> >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: [EMAIL PROTECTED] (James Riggs)
Subject: Re: Masquerading and Netmeeting
Date: 3 Feb 1999 13:43:20 GMT
On Sun, 31 Jan 1999 01:09:52 -0600, Brian Watson <[EMAIL PROTECTED]> wrote:
>I just got a linux server set up to deal with my internal household
>network (2 machines). The only fault I can find, which I know is
>microsofts, is that netmeeting will not receive any audio or video. I
>know this is something to do with internal packet structures for
>netmeeting but there is a loadable module for cuseeme, is there anything
>equivalent for netmeeting?
>
>What other solutions are there? Can I make the linux server essentially
>act as a router to one machine temporarily while I use netmeeting?
>
There is a patch for netmeeting, but the only one that I know of is a
commercial product that you must pay for.
You may want to check out http://www.equival.com/phonepatch/ for more
information.
--
To reply via E-mail, please remove the nospam from the E-mail address.
------------------------------
From: [EMAIL PROTECTED]
Subject: How to block Routing btween eth? but not ppp?
Date: Wed, 03 Feb 1999 16:14:16 GMT
I can't figgure out how to set my routing table to *not* route between eth0
and eth1 while maintaining the other routing config.
The basic layout is: I've got a LINUX box here at work acting as a
diald/ipmasq server to the ISP (AT&T Worldnet). Due to our current network
configuration, I have two NIC's (eth0 = 10BaseT segment = IP 192.168.1.1
Netmask 255.255.255.0, eth1 = 100BaseT segment = IP 192.168.2.1 Netmask
255.255.255.0), both of which route to eachother and the rest of the
(Inter)network.
These segments are connected elsewhere (along with 2 others for a 4 segment
network) on a Novel Netware 3.1 Server. Netware 3.1 *only* does IPX and won't
do IP (without special patchs/addons that we didn't install) so this works OK.
The 4 Segment Netware server simply ignors/drops the IP packets and everything
is happy.
However, we are getting ready to move to a Netware 5 installation (same 4
segment server running Netware 5) which *does* do native IP and will, of
nessesity, forward IP packets between it's 4 NIC's (192.168.1.254,
192.168.2.254, 192.168.3.254, 192.168.4.254, all at netmask 255.255.255.0).
Now, I don't want to create a "loop" where the Netware server passes packets
from setment one to segment two (the segments on which eth0 and eth1 are on)
and then have eth0 <-> eth1 pass the packts and flood my network with a never
ending stream of packet!
Thus, it seems the most logical thing to do would be to let eth0 and eth1 keep
routing to ppp0 (and actually sl0 because of diald) by *not* to each other.
What can I do? Any ideas? I don't really know much about modifying routing
tables or anything other than the *basics* of the route command, so keep it to
baby steps *please*.
Here is my current routing table (with ppp0 up thanks to diald):
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.2 0.0.0.0 255.255.255.255 UH 1 0 0 sl0
255.255.255.255 0.0.0.0 255.255.255.255 UH 0 0 19 eth1
255.255.255.255 0.0.0.0 255.255.255.255 UH 0 0 8 eth0
199.69.211.166 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 38 eth0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 23 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 13 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
0.0.0.0 0.0.0.0 0.0.0.0 U 1 0 55 sl0
I suspected some sort of route command like:
route add -net 192.168.1.0 netmask 192.168.2.0 reject
but obviously this is labled as a "bogus" netmask, so I'm completely clueless.
The easist solution is to just yank the 10BaseT card and let Netware to all
the segment routing. This is what I intend to do in the end, but for now,
because of DHCPD considerations (I'm running it on the LINUX box) and "dual
implementation," etc. I would really like to know how to address this
problem.
Thank you,
Kirk Lawson
[EMAIL PROTECTED]
[EMAIL PROTECTED]
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Eugene" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,alt.os.linux,comp.os.linux
Subject: Re: Will Linux work with a Cable Modem???
Date: Thu, 04 Feb 1999 00:32:00 GMT
works with mine :-) 24.112.172.112
check out the HOWTO at www.linux.org/help
Father QAA wrote in message <[EMAIL PROTECTED]>...
>My family is getting Comcast @ home cable modem service. I believe that
>the cable modem is actually a router that is accessed through a network
>card. That is what I think anyway. My family uses Windows 95 on many of
>our computers and that is fine for them, but I am using Red Hat Linux
>5.2 and I am not sure that Linux will support the cable modem. If I
>didnt make it clear before, the cable line is put into a special router
>just for cable lines. Then a network card is placed inside my computer
>and the net is accessed through the router. I believe that it is a great
>deal for $40 a month(because I am already a comcast cable customer) and
>I was also wondering, and am pretty sure that Windows 95 computers can
>network to the modem via a hub to the linux server via TCP/IP???? I am
>not a network guy or anything but I think if I use a hub to connect my
>Windows 95 computers to the Linux server, I believe it will work. I am
>also planning to set the linux computer up as a web server, so any tips
>on that would be appreciated too. Can I also sell off bandwith by having
>friends dial in to my cable modem access? I might want to become my own
>ISP =)
Theoretically, yes. It wouldn't be a true ISP connection though becuase you
only get 1 IP address and use IP masquerading. Besides, you wanna guess how
many modems and phone lines you'd need?
------------------------------
Subject: Re: dhcpcd
From: Russell Senior <[EMAIL PROTECTED]>
Date: 03 Feb 1999 10:55:40 -0800
>>>>> "Luca" == Luca Filipozzi <[EMAIL PROTECTED]> writes:
Luca> I know that dhcpcd can be configured to call a script when it
Luca> successfully receives an ip address (via "-c <script
Luca> filename>").
Luca> When it renews its lease, will it call the script again?
Luca> I am presuming that everytime it receives an acceptable DHCPPACK
Luca> packet, dhcpcd will consider that it has received a new ip
Luca> address and will call the script. I just wish to be certain that
Luca> the client is actually written this way.
I believe that the answer will depend on which version you are using.
In either case you have access to both the manpage and the source
code, so your answer is available to you.
--
Russell Senior
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Andrew Daviel)
Subject: Net keeps restarting - attack or what??
Date: 3 Feb 1999 19:14:13 GMT
We have a dual PII running kernel 2.0.36/ RedHat 5.2. The kernel was I think rebuilt
for dual processors and without modules, with support for DEC DC21041.
Recently the machine seems to keep closing network connections (xterm, telnet,
ssh etc.). There are quite a few messages in the syslog like
"kernel: Appletalk 0.17 ..." which methinks comes from net/appletalk/ddp.c
with a note "Called by proto.c on kernel start up". The machine does not actually
halt or stop any other running processes.
Is there a connection between these things, and what does it indicate ?
We've had some pest scanning our domain recently, but I don't think they succeeded
in breaking in to anything, otherwise we initially suspected someone actually killing
processes.
email please
-
Deniable unless digitally signed
Andrew Daviel, TRIUMF, Canada
Tel. +1 (604) 222-7376
http://andrew.triumf.ca/andrew
------------------------------
From: [EMAIL PROTECTED] (Frank da Cruz)
Crossposted-To:
comp.protocols.kermit.misc,de.comp.os.unix.sinix,comp.sys.hp.hpux,comp.unix.solaris,alt.solaris.x86,comp.unix.sco.misc,comp.unix.unixware.misc,comp.os.qnx,comp.os.linux.misc,comp.unix.aix,comp.os.vms,comp.os.aos
Subject: Announcing C-Kermit 7.0 for Beta testing
Date: 4 Feb 1999 00:49:54 GMT
This is to announce a (hopefully) brief public Beta testing period for a
major new release of C-Kermit for UNIX, VMS, AOS/VS, and other platforms:
Version 7.0, to replace version 6.0 of September 1996.
The changes are significant, and there are far to many of them to list here.
Chief among them are:
. Configurability as an Internet service, similar to FTPD, but with
far more features and greater flexibility.
. Availability of Kerberos IV and V and SRP (TMs) security (USA and
Canada only).
. Ability to switch automatically between text and binary mode on a
per-file basis when transferring file groups.
. Ability to transfer directory trees -- even between different platforms,
such as UNIX, VMS, and Windows.
. Flexible file-selection options when transferring file groups.
. Faster file transfer, faster defaults.
. High-precision timers and statistics.
. New character sets, including those needed to show the Euro symbol.
. Increased power in the scripting language.
. New platforms supported.
Find the full story at:
http://www.columbia.edu/kermit/ck70.html
This page lists and describes the new features, and contains links to
further information and to the software itself: source code, tar and zip
archives, and selected individual binaries for many platforms.
Special thanks to Jeff Altman for his key role in the design and development
of many of C-Kermit 7.0's most important new features. Thanks also to the
many contributors and testers, and to those companies, institutions, and
individuals who provided other forms of assistance including manuals,
equipment, advice, system access for building and testing, binaries,
reports, suggestions, and encouragement.
Please send any bug reports, remarks, or questions to:
[EMAIL PROTECTED]
And if you can make any binaries that we can't make ourselves, please let
us know.
Thanks!
- Frank
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************