Linux-Networking Digest #367, Volume #10 Wed, 3 Mar 99 15:13:47 EST
Contents:
ipchains and port-forwarding assistance reqd. (Robin Cull)
Help using bulk_mailer (Jonas Koch Bentzen)
Re: Apache JServ port 8007 problem (Robert Lynch)
Re: Machine name themes - what do you use? (Doug Loss)
Re: IP Masqurading? Please Help (Bill Unruh)
modules question (Bug)
Re: pppd not 8-bit clean Please help! (David Kirkpatrick)
Re: Problems w/ 3Com 3c900 XL (PCI) ("Cameron Spitzer")
Re: Getting online with RedHAt 5.2 ("K. Glenn Graham")
Connection refused. Why? (Steve McGee)
Re: 'users' in /etc/group causing telnet problem for NFS server/clients
([EMAIL PROTECTED])
Re: Netscape 4.5 installation (Jim Roberts)
Re: dls faster in Windows!! ([EMAIL PROTECTED])
need help setting up network at home ("Claus Meisel")
/dev/ttyS1, /dev/cua1 and linux-2.2.2 (I.R.)
HELP: configuring 3com card... (John P. Abe (Rhialto))
ICQ + firewall (2) (Haaino Beljaars)
Re: PPP MSCHAP and NT (Eric van Oorschot)
wu.ftpd, regulating download speeds? (Aris CRuz)
Re: routeing problems (Luca Filipozzi)
Help with my 3Com905-TX ("news.slip.net")
Re: The truth about the Pentium III chip and ID --- **boycott info** (Mitch Gorman)
Re: firewall + ICQ ("Brandon Rock")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Robin Cull)
Crossposted-To: uk.comp.os.linux
Subject: ipchains and port-forwarding assistance reqd.
Date: Wed, 03 Mar 1999 17:09:35 GMT
All,
I run a small home network with 3 Windoze boxes and an IP masq'ing
Linux box. I am trying to set up a Shoutcast mp3 streaming server
from my PC to the outside world. Obviously I need to turn on some
kind of port forwarding. I have seen this kind of thing done before
using ipportfw but I run a 2.2.1 kernel which requires the use of IP
chains and that is where the problem lies, I don't have the first clue
where to start (well that's a lie but everything I have tried has
failed so far). My Windoze machine (with IP 192.168.0.101) is running
the server on port 8000 and will accept connections up to port 8005.
My Linux box (with adapters eth0: 192.168.0.100 and ppp0:
my.fixed.ip.addy) needs to take connecttions on ports 8000-5 and
forward them directly (transparantly) to the equivalents on the PC.
My current masq'ing rules are as follows:
#Wipe current settings:
/sbin/ipchains -F
#Set up masq'ing
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/255.255.255.0 -j MASQ
What additional rules would I need to add to allow the incoming
connections to the PC? I guessed something like:
/sbin/ipchains -A forward -b -s my.fixed.ip.addy 8000:8005 -d
192.168.0.101 8000:8005
But this seems not to work. Has anyone got any suggestions (besides
go through the IP-Chains-HOWTO etc. as I have done already)? Thanks a
lot in advance.
Cheers,
Robin
--
Robin Cull aka. Menace2Society
email: [EMAIL PROTECTED]
web: http://www.icetea.demon.co.uk/
Currently clanless, any offer for my fragging services considered
------------------------------
From: Jonas Koch Bentzen <[EMAIL PROTECTED]>
Subject: Help using bulk_mailer
Date: Wed, 03 Mar 1999 19:00:23 +0100
Hi,
I'm trying to get bulk_mailer to work, but it's kinda hard...I want to
use it to mail digests (with a file attached) to a number of people. Is
it possible to do that from my home computer (not a server) when
Sendmail is installed, or do I need to do it from the web host? (I have
CGI access). If anybody could tell me *in detail* how I can get it to
work, I'd really appreciate it.
JKB
------------------------------
Date: Tue, 02 Mar 1999 20:05:28 -0800
From: Robert Lynch <[EMAIL PROTECTED]>
Subject: Re: Apache JServ port 8007 problem
J. David Eisenberg wrote:
>
> I've installed the Apache jserv module, but when I try to
> access a class like so:
>
> http://localhost/servlets/test
>
> I get the following in my jserv log file:
>
> ajp11: can not connect to host 127.0.0.1:8007
>
> What do I have to change or add to get this port to be
> active?
> --
> J. David Eisenberg http://www.best.com/~nessus
Are you sure the JVM is running? E.g.:
[user@ravel user]$ tail -f /var/log/httpd/jserv.log
...(lot of other stuff)
[02/02/1999 17:23:01:883] (INFO) wrapper: Java VM spawned
(PID=309|PPID=292)
Also look at:
[user@ravel user]$ tail -f /var/log/httpd/access_log
...(lot of stuff)
127.0.0.1 - - [02/Mar/1999:20:03:19 -0800] "GET /servlets/HelloWorld
HTTP/1.0" 200 92
Have you looked at the excellent tutorial at:
http://www.magiccookie.com/computers/apache-jserv/
HTH,
Bob L.
--
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/
------------------------------
From: Doug Loss <[EMAIL PROTECTED]>
Crossposted-To:
comp.unix.solaris,comp.os.os2.networking.server,comp.os.ms-windows.nt.admin.networking,comp.infosystems.www.servers.unix,comp.protocols.tcp-ip.domains
Subject: Re: Machine name themes - what do you use?
Date: 3 Mar 1999 15:49:20 GMT
In article <7bh601$p06$[EMAIL PROTECTED]>, Jeff Claggett <[EMAIL PROTECTED]>
writes:
> Domain name of PAD39A
>
> Enterprise
> Columbia
> Discovery
> Atlantis
> Endeavor
> Pathfinder (The fullsize mock up at the US Space Camp in
>Huntsville)
>
We use deep space probes for administrative servers (viking, voyager, mariner,
pioneer, etc.) and natural bodies for academic servers (saturn, vesta, etc.).
Doug Loss It is impossible to imagine Goethe
Data Network Coordinator or Beethoven being good at billiards
Bloomsburg University or golf.
[EMAIL PROTECTED] H. L. Mencken
------------------------------
From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.setup,comp.ps.linux.hardware,alt.os.linux
Subject: Re: IP Masqurading? Please Help
Date: 3 Mar 1999 17:30:52 GMT
In <7bj3ga$76a$[EMAIL PROTECTED]> John and Lucy Hayward-Warburton
<[EMAIL PROTECTED]> writes:
>childsplay <[EMAIL PROTECTED]> wrote:
>> I really hope someone can help me cause IP Masqurading is apparently
>> what i need to do.
>> I was looking at the mini HOWTO on IPMasqurading, but it talks about
>> compiling the
>> kernal :( I have RedHat 5.2 with the 2.0.36 kernal. Can someone tell me
>> what i'm supposed to do?
Linux arose out of a group who loved experimenting and compiling
kernels. However for users most of the distributions have almost
everything you want already in the kernel. Do not compile the kernel.
Assume it is done. Also do not upgrade (yet) to 2.2.x, take on one job
at a time. Get masquarading working, learn what you have to do, learn
what it looks like when it is working on a system where you know
everything else works. Do not try to take on two jobs (new kernel AND
setting up masqarading) at the same time. That way lies madness and
horror.
So read the Masquarading howto and assume that you have finished the
part about "compile the kernel", and continue from there.
>My recommendation is to use RedHat's own upgrade to the new Linux
>kernel 2.2.x before trying to get masquerading to work. That, by the
>way, is just a personal suggestion because it's what I use here.
No. One thing at a time. You need masquarading now. Do Masquarading now.
Leave kernel recompilation for when you have yourself set up and feel
comfortable with the system. (By that time Redhat will have come out
with a system with the new kernel and with all of the othr programs
which also need to be replaced when you change to the new kernel
stream).
------------------------------
From: Bug <[EMAIL PROTECTED]>
Subject: modules question
Date: 3 Mar 1999 03:35:15 GMT
Reply-To: [EMAIL PROTECTED]
I've recently upgraded my RH 5.2 system to Linux 2.2.2, and have
compiled quite a few things as modules, including things such
as af_packet (needed for libpcap, I believe). I've noticed that
alot of my modules (such as the filesystem modules, especially)
get inserted automagically, but I still have to modprobe a few
things like af_packet by hand. My /etc/conf.modules is fairly
simple, consisting only of a line aliasing eth0 to 3c509. How
would I go about setting up /etc/conf.modules to have the
kernel automagically load af_packet whenever things like
tcpdump were run? The documentation on setting up module
aliases for things other than devices is a little lacking, IMO.
-Dave "Bug" Wilburn
--
* David Wilburn
* JMU Computer Science Student
* Math Department System Administrator
------------------------------
From: David Kirkpatrick <[EMAIL PROTECTED]>
Subject: Re: pppd not 8-bit clean Please help!
Date: Wed, 03 Mar 1999 13:06:49 +0000
Reply-To: [EMAIL PROTECTED]
What release are you running? These can come from the remote
side - I'm not sure of the exact conditions which cause this from
the remote but when the remote side is not responding or down I
get these. I have a second 98 system to veryify that when I get
these the 98 machine also cannot get in when this happens on the
remote. These can come if PAP is not setup on your end but is on
the ISP. Is the ISP using PAP?
Generic info for RH 5.2. Assumption: you installed PPP.
===================================================================
RH puts ppp scripts in /usr/doc/ppp-2.3.5
Copy ppp-on, ppp-on-dialer, options to /etc/ppp.
BTW:I have copied /dev/null to options.
===================================================================
Modify ppp-on by editing the following:
TELEPHONE, ACCOUNT, PASSWORD
==================================================================
For exec command. put in correct device probably
cua1 (for RH5.2) and modem speed
===================================================================
Edit /etc/resolv.conf and put in ISP nameserver given you by your
ISP.
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
You usually get two from your isp.
====================================================================
execute ppp-on & and monitor logs with
tail -f /var/log/messages.
+++++++++++++++++++++++++++++++++++++++
OR:
Control Pannel: Modem configuration. Select
correct device. (used in ppp-on script)
===================================================================
Control Pannel: Network Configurator: Routing: Defaults blank
PPP0 will use this so needs a blank here.
===================================================================
Network Configurator: Names: insert ISP
nameserver addresses.
===================================================================
System Configurator: PPP/SLIP/PLIP: Configurations, Add
Fill in Hardware, Communication. Assumes PAP not
required - If things do not work check with ISP.
==================================================================
Save quit. Verify /etc/resolv.conf has your ISP
addresses.
==================================================================
The linuxconf sets up most things but does not
setup the ppp-on script - that must be done by hand.
==================================================================
Testing:
cd /etc/ppp
execute ppp-on
Ping locally between your network machines to insure your ok.
Ping some net address by ip number like 10.220.10.120. Once ppp
is connected.
Verify your name server working, ping boston.com or do an
nslookup microsoft.com
When not dialed in ping someother box locally by name
to insure yor local resolution is working say if
done by the /etc/hosts and /etc/lmhosts.
[EMAIL PROTECTED] wrote:
>
> My connect script get's me logged onto my ISP, and then hands things
> over to pppd which hangs up.
>
> The /var/log/messages has the following in it:
> 11:10:09 lingate pppd[368]: Connect: ppp0 <--> /dev/ttyS2
> 11:10:39 lingate pppd[368]: LCP: timeout sending Config-Requests
> 11:10:39 lingate pppd[368]: Connection terminated.
> 11:10:39 lingate pppd[368]: Receive serial link is not 8-bit clean:
> 11:10:39 lingate pppd[368]: Problem: all had bit 7 set to 0
> 11:10:39 lingate pppd[368]: Hangup (SIGHUP)
> 11:10:39 lingate pppd[368]: Exit
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
------------------------------
From: "Cameron Spitzer" <[EMAIL PROTECTED]>
Subject: Re: Problems w/ 3Com 3c900 XL (PCI)
Date: 3 Mar 1999 18:13:46 GMT
In article <[EMAIL PROTECTED]>,
Etienne Grossmann <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have problems with a PCI ethernet card "Etherlink XL", by
>3Com. The chip is 3c900 (Vortex Boomerang).
The 3C900 boards use the Boomerang chip.
The 3C590, which is no longer made, used the Vortex chip.
The same driver, 3c59x.o, runs both. You need the latest version
for Boomerang.
> With this same network configuration, and another network card (and
>another driver), I manage to use the network.
The common problems are media selection and IRQ assignment.
The IRQ line cannot be shared with another add-in card.
Two versions of 3C900 were released: a "TPO" (10Base-T only) and
and a"COMBO" (10Base-T, 10Base-2 thin coax, and the 15-pin DIX connector
for an external Attachment Unit Interface, usually used with
"fat coax" or optical fiber).
If you have a 3C900 COMBO, you have to select the correct
media type. Use the diagnostic that came with the card,
or the Linux diagnostic from the NASA site.
The factory setting is 10Base-T.
Cameron
------------------------------
From: "K. Glenn Graham" <[EMAIL PROTECTED]>
Subject: Re: Getting online with RedHAt 5.2
Date: Wed, 03 Mar 1999 01:30:37 -0400
If you are using a winmodem you will have problems. Linux wont see a
winmodem.
Rajat Gupta wrote:
> Hi,
>
> I just installed Redhat 5.2 on my windows 95 m/c ... ie. I have both
> windows 95 as well as RedHAt 5.2 on my PC. The problem is that I'm
> unable to dialup to the net using Linux. From Windows 95 , I use SLIP to
>
> dialup to my ISP. Also, I have a static slip address... However when I
> dialup in Windows, it executes ppp ... Here is the information provided
> to me by my ISP when I signed up :
>
> Service: Slip
> Host : rgupta.async.vt.edu
> IP address: 128.173.19.209
> Broadcast: 128.173.19.255
> Netmask : 255.255.252.0
> Gateway: 128.173.16.1
>
> Apart from that, when I checked my TCP/IP dial-up adapter properties
> under windows, it shows me the following info:
>
> 198.82.247.34
> 198.82.247.66
>
> for DNS servers.
>
> I have a 56 K US Robotics x2 Winmodem.
>
> PLease help me !!!
>
> Thanks,
> Rajat
------------------------------
From: Steve McGee <[EMAIL PROTECTED]>
Subject: Connection refused. Why?
Date: Wed, 03 Mar 1999 11:25:33 -0700
Hi Pholks.
I've got some silly code which opens a connection
to a local whois server and reads it for phonebook info.
This code seems to work ok on IRIX and Solaris.
The same code on Linux returns with connection refused.
I can telnet to the whois port just fine, a la telnet hostname whois.
The hosts.allow and hosts.deny are both empty.
Any ideas?
Steve. [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: it.comp.linux,it.comp.linux.setup
Subject: Re: 'users' in /etc/group causing telnet problem for NFS server/clients
Date: Wed, 03 Mar 1999 02:08:42 GMT
The NFS issue was more of a permissions and ownership issue. To solve both
problems i used rpm --setperms $(rpm -q -a) and rpm --setugids $(rpm -q -a)
which resets default permissions, owners, and groups!!
In article <7bgkk0$jha$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> Hi,
>
> I'm running Linux 5.2 on PII 300 IBM Servers and had an NFS server and clients
> working normally until i went into the /etc/group file on the NFS server and
> had noticed that i had a duplicate groupname of 'users' that looked like
>
> users::100:'groupmod' commands and deleted the first line directly thru vi as
> root.
> Afterwards i immediately noticed that i could no longer 'su -' into the NFS
> server even when entering the password correctly. The message is as follows:
>
> 'su: cannot set groups: Operation not permitted'
>
> users::100:name1,name2,name3
>
> Thinking it being unintended i unknowingly bypassed any 'groupdel' or
>
> I then am forced to go directly to the console and try many things such as
> reinserting that line w/ an editor, entering
> 'groupadd -g 100 -o -f -r users' and
> 'groupadd -g 100 -o -f users'. I even tried to cp groups- groups in /etc
> since groups- is the most recent old copy i believe.
>
> I even try doing a 'groupdel users' only to get the message 'groupdel:
can
> not remove user's primary group' even though there is no user called 'users'
> in /etc/passwd. Page 197 in O'Reilly's Essential System Administration reads
> that 'users' is a standard group "provided by various UNIX vendors as the
> default group for ordinary system users."
>
> After rebooting the NFS server, no machine in our network is able to telnet
> to ANY NFS clients, only the NFS server. 'su -' produces the same results
> for the server. It must be due to the fact that the clients mount /usr/ and
> /home (no NIS yet). Going to the console of the clients, they all say "NFS
> server not responding" freezing up the screen. After a hard reboot, i
can't
> manually enter a mount onto the server for any directory.
>
> Is there any way to fix this problem to enable su - to start working and have
> the NFS server export like it was before without reinstalling Linux???
>
> Thanks a lot
>
> -----------== 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] (Jim Roberts)
Subject: Re: Netscape 4.5 installation
Crossposted-To: comp.os.linux.setup
Date: Wed, 03 Mar 1999 05:43:12 GMT
Odds are the netscape installation directory is not in your
path.
Try echo $PATH to see what your binary file path is. Then
soft link netscape to one of those directories.
Look at the man page for ln if you don't know how to set a
link,
> I installed netscape 4.5 on redhat 4.2 using the ns-install script.
> All files are where they should be. When I try (from an xterm)
>
>> ./netscape & [cr]
>
> bash barfs at me saying that "netscape - no such file ...."
> I checked permissions and set them again to 555 for the netscape
> executable.
> BTW it is in ELF format.
>
> Can anybody please help ?
>
> Thanks
>
> Sergio Montano
--
Jim Roberts Never enough time!
[EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: dls faster in Windows!!
Date: Wed, 03 Mar 1999 18:53:33 GMT
In article <[EMAIL PROTECTED]>,
John <{news-reply}@i-zone.demon.co.uk> wrote:
> What is your port speed set to? At a guess, it would default to 38,400.
> You need to ramp it up to 115,200 to allow it to achieve k56flex speeds
> and reap benefits of hardware data compression.
>
> John
Port speed is 115,200, I think. I used setserial to set the spd_vhi flag. Is
there something else that must be done?
Thanks,
Dave D.
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Claus Meisel" <[EMAIL PROTECTED]>
Subject: need help setting up network at home
Date: Tue, 2 Mar 1999 21:36:48 -0800
Ok, here is the idea and I want to know if I am crazy or if it is doable.
I would love to have DSL Service but it still is too expensive for my
budget. The house I live in has just been remodeled ( by me ) and I was
smart enough to put network cable into the 2 rental units. Now they are
rented and the cable is unused.
My idea is to get DSL and to make my machine ( Pentium II, 350MHz, 128MB
SDRAM ) a Server and to set it up that our Tenants just plug into the outlet
in the wall and they are connected to the Internet, via my server.
I hate to mention NT in this group but I do have NT 4.0 Server installed and
Redhat.
What would be easier and what are the steps I have to take ?
Please, I would appreciate any help, especially because I just got this DSL
offer which will expire in 4 days.
Please e-mail me suggestions.
Thanks so much,
Claus
------------------------------
From: [EMAIL PROTECTED] (I.R.)
Subject: /dev/ttyS1, /dev/cua1 and linux-2.2.2
Date: 3 Mar 1999 18:09:50 GMT
Reply-To: [EMAIL PROTECTED]
Hello,
I'd like to know if there's a FAQ/docu available that can help me configure
my /dev/ttyS1 for the use with chat and pppd.
I am currently using an "upgraded" RedHat4.2 with linux-2.2.2 kernel.
Surprisingly /dev/cua1 is no longer supported (results in some "Network down"
message, when you try it anyway).
One symptom is that, e.g. 'stty ispeed 115200 < /dev/ttyS1' or
'chat "" ATZ OK ATDT$NUMBER ... < /dev/ttyS1 > /dev/ttyS1' won't return.
I.R.
------------------------------
From: [EMAIL PROTECTED] (John P. Abe (Rhialto))
Subject: HELP: configuring 3com card...
Date: 3 Mar 1999 18:50:00 GMT
Hello. I am having difficulty configuring eth0 with a 3Com
590 (Vortex?). I have attempted to configure it with netcfg.
The response I get is:
Delaying eth0 initialization
I have tried specifiying the 3c59x driver under control-panel,
only to get the same message.
'/etc/rc.d/init.d/network stop', then start will result in the
following:
SIOCADDRT: invalid argument
Delaying eth0 initialization.
'lsmod' does not report any NIC present.
I have tried recompiling the kernel for 3c59x support, to no avail.
RH4.0 was installed previously on this machine, before the drives
crashed. The NIC was working just fine, then.
Any help is immensely appreciated!
John
--
"everything's cool and froody" -zaphod
john abe <+> [EMAIL PROTECTED] <+> plazmaworks
------------------------------
From: Haaino Beljaars <[EMAIL PROTECTED]>
Subject: ICQ + firewall (2)
Date: Wed, 03 Mar 1999 20:29:19 +0100
Reply-To: [EMAIL PROTECTED]
Hi,
First of all thank you for your great respons to my previous question
about ICQ. I have got it almost running, I thing.
I am currently trying to solve my problem. I have a RH 5.2 machine
configured as a router to my NT machine which is running ICQ. Now I try
to get ICQ working.
My commands are:
ICQ_PORTS="2000:4000"
# ICQ
# ---------------
ipfwadm -I -a accept -P udp -k -W $EXTERNAL_INTERFACE \
-S $ANYWHERE 22 -D $IPADDR $ICQ_PORTS
What do I do wrong?
ps. please also post an answer to me personally.
Haaino Beljaars
------------------------------
From: Eric van Oorschot <[EMAIL PROTECTED]>
Subject: Re: PPP MSCHAP and NT
Date: Tue, 2 Mar 1999 21:19:41 GMT
BK <[EMAIL PROTECTED]> writes:
> rsg wrote:
> > Here is the output from ppplog:
> > Jan 24 14:57:31 rubens pppd[865]: pppd 2.3.5 started by root, uid 0
> > Jan 24 14:57:31 rubens pppd[865]: Using interface ppp0
> > Jan 24 14:57:31 rubens pppd[865]: Connect: ppp0 <--> /dev/ttyp2
> > Jan 24 14:57:31 rubens pppd[865]: Warning - secret file /etc/ppp/pap-
> secrets
> > has world and/or group access
> > Jan 24 14:57:31 rubens pppd[865]: sent [LCP ConfReq id=0x1 <magic
> 0xffff8c18>
> > <pcomp> <accomp>]
> > Jan 24 14:57:58 rubens last message repeated 9 times
> > Jan 24 14:58:01 rubens pppd[865]: LCP: timeout sending Config-Requests
> > Jan 24 14:58:01 rubens pppd[865]: Connection terminated.
> > Jan 24 14:58:02 rubens pppd[865]: Exit.
>
> My experience the last two days is almost identical to the above. I've
> read the README.MSCHAP80 file and done everything it says (supposedly).
> I've re-compiled pppd with the MSCHAP options uncommented. And I've
> "made" the DES libraries. I just get a LCP: timeout sending Config-
> Requests. Any help anyone?
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
I succeeded this weekend in setting up a connection between Linux
2.0.36 and a Windows NT 4.0 network through a administer defined
callback connection. I followed, step by step, the clear and correct,
PPP Howto from Suse. It's in German but I think since
computer-language is mostly English it can be followed by someone who
isn't familiar with the German language. If it's a problem I can mail
you the settings and scripts i'm using.
--
Eric (H.M.G.) van Oorschot
Rotterdam
the Netherlands No HomePage http://www.xs4all.nl/~hmgvo
=========================================================================
------------------------------
From: Aris CRuz <[EMAIL PROTECTED]>
Subject: wu.ftpd, regulating download speeds?
Date: 3 Mar 1999 19:31:31 GMT
Any know how to regulate the download speed for an anonymous ftp user.
I notice there are some settings in the /etc/ftpaccess, but it is limited
with the info in there. If anyone knows a good website about wu.ftp and
the options you can use, please let me know. Feel free to e-mail me.
Thanx
Aris
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (Luca Filipozzi)
Subject: Re: routeing problems
Date: Tue, 2 Mar 1999 22:25:31 -0800
In article <za4D2.7547$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> I'm not sure where to look for my problem so I thought I'd post. Heres the
> setup. I'm using linux as a router between two networks 192.168.24. and
> 192.168.25. In the linux box both ethernet cards are host address one i.e.
> 192.168.24.1 and 192.168.25.1. All other host on both networks are running
> flavors of NT. I can ping any host on either network from the linux box.
>
> From 192.168.25.65 I can ping any host on network 192.168.24.0 except
> 192.168.24.42 ( the NT server ). I can ping 192.168.24.42 sometimes but not
> always and when I can't ping it I can still ping anything else and the linux
> box can still ping 192.168.24.42.
First you say you can't ping 24.42 from 25.65... which makes me think
that 24.42 doesn't have 24.1 as it's default gateway.
But then you say that you can sometimes ping 24.42 but you don't say if
that's from 25.65.
And you can ping 24.42 from 24.1, which is good.
Some more clarification, please.
--
Luca Filipozzi <[EMAIL PROTECTED]>
------------------------------
From: "news.slip.net" <[EMAIL PROTECTED]>
Subject: Help with my 3Com905-TX
Date: Tue, 2 Mar 1999 22:21:16 -0800
My specs:
Redhat 5.2
Micron P90 w/150 Mhz Pentium
STB Lightspeed video 2.25 (yes .25) MB VRAM (SVGA X Server)
No sound card
3.2 GB EIDE drive
3Com 905 -TX ethernet card
Linux found the 3Com 905 and dmesg reports:
etho0: 3Com 3c905 Boomerang 100baseTx at 0xf8c0, 00:60:08:98:d8, IRQ 9
8K word-wide RAM 3:5 Rx:Tx split, autoselect/NWay Autonegotiation
interface.
MII transceiver found at address 24, status 7869.
Enabling bus-master transmits and whole-frame receives.
3c59x.c.v0.99E 5/12/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
I have successfully created a host file at /etc/hosts, and TCP/IP is active
because I can ping 127.0.0.1 and I can open Apache at 127.0.0.1
However (yes finally...) I cannot ping anything on my small local network.
When I ping 192.168.1.12 I get
ping:sendto:Network is unreachable
Furthermore when run ifcongfig I get no references to etho0
Any sugestions? I know the cable is OK and the card is alive because I can
see the light on my hub where the cable is plugged in...
I've read HowTo's and FAQ's but nada...
What do I need to do to get networking going
------------------------------
From: Mitch Gorman <[EMAIL PROTECTED]>
Crossposted-To:
comp.lang.perl.misc,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Date: Wed, 03 Mar 1999 14:29:52 -0500
"Michael T. Richter" wrote:
> And this is related to Python in precisely which way?
Uh, comic relief?
--
Mitch Gorman
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.speedlimit35.com/
------------------------------
From: "Brandon Rock" <[EMAIL PROTECTED]>
Subject: Re: firewall + ICQ
Date: Tue, 2 Mar 1999 23:44:40 -0700
icq uses UDP on port 4000 by default, however, you can change that by
clicking the button saying, "for administrative purposes" during your icq
installation, or if it is already installed, it would be under, preferences,
servers... But, you probably won't want to change it, since how the server
is only on that port. Still, the info might be useful one day...
Haaino Beljaars wrote in message <[EMAIL PROTECTED]>...
>Hi,
>
>I have my RH 5.2 system configured as a router to my NT machine. On that
>machine I run ICQ. Which ports does ICQ use, because I forward
>everything to my NT machine but that is not what I want. Can anybody
>help me out? Are there some modules I can use, and if so how?
>
>--
>Greetings from Haaino Beljaars
>
>Home Page: HTTP://www.phys.uu.nl/~beljaars/
>
>I am pro Open Source Software
>
>
>
------------------------------
** 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
******************************