Linux-Networking Digest #124, Volume #11 Wed, 12 May 99 04:13:34 EDT
Contents:
Re: PCI modems in linux? (Andrew Comech)
Re: DHCP build concern ("Jan Johansson")
Re: compuserve on Linux (Helio63A)
Re: Samba Working but can't HTTP for configuration. (LinuxBoy)
Re: Any pointers on setting up a home network? (Rod Roark)
Usernet 'configuration' (Steve Hall)
Re: IPX routing over ppp ("Victor Sturgeon")
Re: RedHat notebook config as server & client? (Daniel O'Neill)
routing with static-routes...aahh (Christophe Zwecker)
Re: can't anybody help ?! (Eric Trimmer)
Card PowerNic (Jacques Ktorza)
Re: how to make NE2000 PCI work? (David Goldstein)
routing with static-routes... (Christophe Zwecker)
Re: Samba Question ("Jan Johansson")
Re: Help with Telnet ("Claude")
Re: Help: NFS/mount params ineffective ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Andrew Comech)
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: PCI modems in linux?
Reply-To: [EMAIL PROTECTED]
Date: 12 May 1999 02:41:27 -0500
On Mon, 10 May 1999 04:25:21 +0000, C. E. Scheetz wrote:
>I am replying to this because this is also an interest of mine - the
>information below is lifted from
>http://www.lucent.com/micro/dsp/k56prod.html. As you can see, it lists 5
>chipsets - and only one of them is a "softmodem" or controllerless modem.
>The other 4 have controllers (I am assuming so; let me know if I'm wrong on
>this so I don't persue it further) but were still marketed as "Winmodems"
>because they had no intention of supporting drivers for anything but Win9x.
>So could this mean that many fully chipped PCI modems were marketed as
>Win-modems because they didn't offer an OS2 driver? My RedHat 5.2 /proc/pci
>reads this chip off of the bus as stating that it has a L56xMF chipset.
>
>So hard is it going to be to get these modems to work under linux?
Just in case you are interested -- Richard Nelson supplied the FAQ on
how Actiontec's modem should be run under Linux.
But until this modem is _physically_ available, this is
not more than a bed-time story to me...
http://www.math.sunysb.edu/~comech/tools/PCImodems.html
Best,
a.
--
Looking for a Linux-compatible V.90 modem? See
http://www.math.sunysb.edu/~comech/tools/CheapBox.html#modem
------------------------------
From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: DHCP build concern
Date: Wed, 12 May 1999 08:43:25 +0200
No, aslong as you tell DHCPD to _exclude_ the Adresses that are already in
use by the systems with static IP's
------------------------------
From: [EMAIL PROTECTED] (Helio63A)
Subject: Re: compuserve on Linux
Date: 12 May 1999 06:52:44 GMT
Compuserve,AOL, anything that uses it's own software to connect to the internet
cannot work in Linux unless someone decides to take it upon themselves to port
said software into Linux. (HIGHLY doubtful..ever) As for me...well..AOL aint
grand, but it's free..(for me at the moment..being a poor student and all)
------------------------------
From: LinuxBoy <[EMAIL PROTECTED]>
Subject: Re: Samba Working but can't HTTP for configuration.
Date: Tue, 11 May 1999 16:57:37 -0600
==============FDAABC994848F96E87D94596
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
"...Bob" wrote:
> Greetings,
>
> I have Samba working in that I can see public and home directories on the
> linux box from each of two Win98 boxes. But where I at one time (a prior
> 'installation') use http://linux1:901/ to access the Samba configuration, I
> can't now. (I can though access linuxconfig via http://linux1:98 if it
> means anything).
>
> Suggestions?
> --
>
> ...Bob, NYC
> (Newsgroup reply preferred)
Bob,
I know how to fix your problem. The port 901 is what swat (samba
configurator) uses to bind to to configure samba. the linux1 part is the name
of your computer (localhost). You can try to access this utility by typing in
http://127.0.0.1:901 which is the loopback interface IP address for every
linux machine or you can try http://localhost:901 make sure that in you
/etc/hosts file you have 127.0.0.1 set to localhost. I am using this utility
but for some reason i have to use the ip address for my network card. I type
http://10.100.100.101:901 and then log in as root etc. If netscape says you
are not permited to login from this address then go into the /etc/smb.conf
file and add the line valid users = 127.0.0.1 in the global setion of the
smb.conf file. If you are still having problems let me know.
LinuxBoy
[EMAIL PROTECTED]
==============FDAABC994848F96E87D94596
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
"...Bob" wrote:
<blockquote TYPE=CITE>Greetings,
<p>I have Samba working in that I can see public and home directories on
the
<br>linux box from each of two Win98 boxes. But where I at one time
(a prior
<br>'installation') use <a href="http://linux1:901/">http://linux1:901/</a>
to access the Samba configuration, I
<br>can't now. (I can though access linuxconfig via <a
href="http://linux1:98">http://linux1:98</a>
if it
<br>means anything).
<p>Suggestions?
<br>--
<p>...Bob, NYC
<br>(Newsgroup reply preferred)</blockquote>
Bob,
<p> I know how to fix your problem. The port
901 is what swat (samba configurator) uses to bind to to configure samba.
the linux1 part is the name of your computer (localhost). You can
try to access this utility by typing in <A
HREF="http://127.0.0.1:901">http://127.0.0.1:901</A> which is the
loopback interface IP address for every linux machine or you can try <A
HREF="http://localhost:901">http://localhost:901</A>
make sure that in you /etc/hosts file you have 127.0.0.1 set to localhost.
I am using this utility but for some reason i have to use the ip address
for my network card. I type <A
HREF="http://10.100.100.101:901">http://10.100.100.101:901</A> and then
log in as root etc. If netscape says you are not permited to login
from this address then go into the /etc/smb.conf file and add the line
<b><i>valid users = 127.0.0.1 </i></b>in the global setion of the smb.conf
file. If you are still having problems let me know.
<p>LinuxBoy
<br>[EMAIL PROTECTED]</html>
==============FDAABC994848F96E87D94596==
------------------------------
From: Rod Roark <[EMAIL PROTECTED]>
Subject: Re: Any pointers on setting up a home network?
Date: 12 May 1999 00:02:28 GMT
Billysara <[EMAIL PROTECTED]> wrote:
>Hi,
> I was going to be upgrading my machine sometime this month, but
>decided to build a second machine to act as a server instead.
> I was just wondreing if anyone can give any advice or experiences
>before I plunge in :)
> I was planning to have the server hold most of the CPU intensive
>tasks (my girlfriends mpg-encoder for instance :) ) and also act as a pro=
>xy for
>Squid or wwwoffle. Maybe also act as an X-server if it was worth it.
> The new system will be a K6-2 400, 128eg ram, 2x3.2gig hard drives. T=
>he
>current machine (soon to be client) is a K6-200, 64meg ram, 2.1 gig drive=
>=2E
> Any pointer or advice much appreciated.... (I'm just re-reading the
>Network/NFS/Remote X-apps howto's...)
MPG encoding sounds like floating point math -- I think it will go
faster with a Celeron 400, which with a suitable motherboard you
should be able to easily overclock to 450 (75 Mhz. bus).
-- Rod
======================================================================
Sunset Systems Preconfigured Linux Computers
http://www.sunsetsystems.com/ and Custom Software
======================================================================
------------------------------
From: Steve Hall <[EMAIL PROTECTED]>
Subject: Usernet 'configuration'
Date: Tue, 11 May 1999 23:49:43 -0400
Hi there,
I've (finally) got my PPP connection to my ISP working (RH5.2) -
hurrah! Unfortunately i have to type this huge command in to start the
connection every time :
/usr/sbin/pppd /dev/modem 115200 debug user bk875 connect
"/usr/sbin/chat -v '' AT OK ATD5551234 CONNECT '\d\c'"
I'd like to use the 'quick-n-easy' Usernet app to turn ppp on/off but
using this does not seem to generate quite the right options for pppd.
What files control the options passed to pppd & chat via Usernet. I'd
have thought /etc/ppp/options,
/etc/sysconfig/network-scripts/ifcfg-ppp0 and chat-ppp0 were the ones
but this doesn't quite ring true.
Forgive this probably rather stupid question but i'm still learning!
Alternatively if anyone knows a better way to start/stop PPP (on
demand/startup) please point me in that direction!
Many thanks
Steve H
------------------------------
From: "Victor Sturgeon" <[EMAIL PROTECTED]>
Subject: Re: IPX routing over ppp
Date: Fri, 7 May 1999 13:58:25 -0500
Use the ipxripd daemon from Caldera. This will enable you to route ipx over
ppp connections. I have it working for several months now.
This url may help.
http://www.tartu.customs.ee/linux/index.shtml
Thomas Stoddard wrote in message <[EMAIL PROTECTED]>...
>I beg to differ. IPX is routable. We do it over frame-relay to our other
>locations and I route it locally with a Linux box between two full-time
>ethernet segments. But I have had no success getting it to work over
>"pop-up" connections. I would like to get it working over dialup ppp
>connections but no luck.
------------------------------
From: [EMAIL PROTECTED] (Daniel O'Neill)
Crossposted-To: comp.os.linux.questions,comp.os.linux.help,comp.os.linux.portable
Subject: Re: RedHat notebook config as server & client?
Date: Tue, 11 May 1999 23:24:29 GMT
Well, I installed Debian and got my PCMCIA ethernet card connected to
another network very quickly. In the RedHat pcmcia network.opts
script (I can't remember what directory they put it in) I had DHCP=y.
No IP address, netmask, gateway assigned, since the DHCPD on the
network I am connecting to should handle all that. However, this did
not have any effect.
Under Debian I immediately found /etc/pcmcia/network.opts and
interestingly enough there was no "DHCP= " line in the script so I
just added it and everything worked after that.
I do not wish to start any domestic disputes or flaming wars, but at
the same time I want to feel free to complain about a system which I
could not get working, spent a long time wracking my brain on, and
could find almost no documentation on. The only thing that I myself
would consider to be an edge with RedHat is its installation process.
Yes I am aware of the LDP. I have a copy of "Running Linux" sitting
next to me all the time when I am working with Linux.
If you read the section on networking there and then try to use that
info to configure RedHat I think you will be very confused.
I am grateful for your support and hopefully the next time I post to
Usenet it will be via a Usenet client running under linux :-)
Daniel
Pursuant to US Code, Title 47, Chapter 5, Subchapter II, Sec. 227,
any and all unsolicited commercial E-mail sent to this address
is subject to a download and archival fee in the amount of $500
US (per infraction). E-mailing denotes acceptance of these terms.
------------------------------
From: [EMAIL PROTECTED] (Christophe Zwecker)
Crossposted-To: redhat.networking.general
Subject: routing with static-routes...aahh
Date: 11 May 1999 09:03:06 +0200
Hi,
I am upgrading from a stoneold system to RH6.0.
Routing has been set via a file before, all the ifconfig and route
commands were in it.
I fiddled around with /etc/sysconfig/static-routes but I cant get the
right entries to get the following output (routing on old machine):
Destination Gateway Genmask Flags MSS Window Use Iface
scotty2 * 255.255.255.255 UH 1500 0 0 eth0:1
horlitz.xxxx. isdn.xxxxxx.com 255.255.255.255 UGH 1500 0 5 eth0
lan.transit.hhc * 255.255.255.252 U 1500 0 67 eth1
194.xxx.55.176 * 255.255.255.240 U 1500 0 0 eth0
194.xxx.55.0 * 255.255.255.192 U 1500 0 933 eth0
194.xxx.55.128 isdn.xxxxxx.com 255.255.255.192 UG 1500 0 178 eth0
192.168.10.0 * 255.255.255.0 U 1500 0 46 eth0
192.168.2.0 isdn.hhconn.com 255.255.255.0 UG 1500 0 1 eth0
default cisco * UG 1500 0 8747 eth1
I also get the wrong entries in the ifcfg-eth0 and ifcfg-eth1. I just
never comes out right.
I'd appreciate some help on how to set it up. I tried a couple hours -
no luck.
--
Christophe Zwecker mail: [EMAIL PROTECTED]
Hamburg, Germany fon: +49 172 9738154
UNIX is user-friendly. It's just not ignorant-friendly and
idiot-friendly.Build a system even a fool can use,and only
a fool will want to use it.
------------------------------
From: Eric Trimmer <[EMAIL PROTECTED]>
Subject: Re: can't anybody help ?!
Date: Wed, 12 May 1999 02:48:27 -0400
On Tue, 11 May 1999, Curt wrote:
> Date: Tue, 11 MAY 1999 17:08:31 -0500
> From: Curt <[EMAIL PROTECTED]>
> Newgroups: comp.os.linux.networking
> Subject: Re: can't anybody help ?!
>
> Have you tried using a different phone line? Maybe something has happened
> to make it to noisy to work.
> I seemed to have to complain about noise on my line at least once a year.
>
How do you go about complaining about noise ? I've had Sprint local (they
used to use the name "United Of NJ" ) check the physical lines outside my
house; but they claim everything id OK.
Thanks,
=============================================================
Eric Trimmer email: [EMAIL PROTECTED]
of Web Address: http://et.trimmer.org
et.trimmer.org
=============================================================
------------------------------
From: Jacques Ktorza <[EMAIL PROTECTED]>
Subject: Card PowerNic
Date: Wed, 12 May 1999 09:04:39 +0200
I search the drivers for Powernic Card, the model is CN200EPlus,
CN600EPlus,CN650Eplus
Thank you.
------------------------------
From: David Goldstein <[EMAIL PROTECTED]>
Subject: Re: how to make NE2000 PCI work?
Date: Wed, 12 May 1999 01:24:50 +0200
David Goldstein wrote:
>
> John Smith wrote:
> >
> > I've a PCI NE2000 compatible that works fine under Windows.
> > I recompiled my kernel with support for PCI NE2000 Adapter.
Oops, I missed this part when I read the original post :) Sorry. The
post about passing the parameters through lilo is the correct solution
:)
> > John Smith.
David
------------------------------
From: Christophe Zwecker <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: routing with static-routes...
Date: Wed, 12 May 1999 07:06:26 +0000
Hi,
I am upgrading from a stoneold system to RH6.0.
Routing has been set via a file before, all the ifconfig and route
commands were in it.
I fiddled around with /etc/sysconfig/static-routes but I cant get the
right entries to get the following output (routing on old machine):
Destination Gateway Genmask Flags MSS Window Use
Iface
scotty2 * 255.255.255.255 UH 1500 0 0
eth0:1
horlitz.xxxx. isdn.xxxxxx.com 255.255.255.255 UGH 1500 0 5
eth0
lan.transit.hhc * 255.255.255.252 U 1500 0 67
eth1
194.xxx.55.176 * 255.255.255.240 U 1500 0 0
eth0
194.xxx.55.0 * 255.255.255.192 U 1500 0 933
eth0
194.xxx.55.128 isdn.xxxxxx.com 255.255.255.192 UG 1500 0 178
eth0
192.168.10.0 * 255.255.255.0 U 1500 0 46
eth0
192.168.2.0 isdn.hhconn.com 255.255.255.0 UG 1500 0 1
eth0
default cisco * UG 1500 0 8747
eth1
I also get the wrong entries in the ifcfg-eth0 and ifcfg-eth1. I just
never comes out right.
I'd appreciate some help on how to set it up. I tried a couple hours -
no luck.
--
Christophe Zwecker mail: [EMAIL PROTECTED]
Hamburg, Germany fon: +49 172 9738154
UNIX is user-friendly. It's just not ignorant-friendly and
idiot-friendly.Build a system even a fool can use,and only
a fool will want to use it.
------------------------------
From: "Jan Johansson" <[EMAIL PROTECTED]>
Subject: Re: Samba Question
Date: Wed, 12 May 1999 09:11:21 +0200
"man smb.conf"
------------------------------
From: "Claude" <[EMAIL PROTECTED]>
Subject: Re: Help with Telnet
Date: Wed, 12 May 1999 09:53:02 +0200
Greetings,
Its actually waiting for the reverse DNS to time out.
Add a entry in the linux box's /etc/hosts file pointing to the Win98 client.
Then the telnet connections should be instant.
Claude
Georg Cantor <[EMAIL PROTECTED]> wrote in message
news:7haat3$g4i$[EMAIL PROTECTED]...
> I have recently installed RH 5.2 linux linked to Win 98 clients.
>
> Whenever I run telnet from the Win98 clients, I get a blank screen.
Nothing
> actually happens, the cursor just stays in the corner.
>
> I have checked the inetd.conf file and telnet is enabled. Running telnet
on
> the server itself seems to work, although I am not familiar with manual
> telnet commands.
>
> Is there some way telnet is disabled from accepting incoming connections
or
> what?
>
> I need some info on setting up a working telnet configuration. Where do I
> start?
>
>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Help: NFS/mount params ineffective
Date: 12 May 1999 07:30:26 GMT
Hi,
I think what you want to do is have a working nfs server,
allowing your clients to mount the filesystem and having some
programs accessing files. Then you want to kill the nfs server,
by powering it off or just unplugging the network connection.
The options you give for mounting affect the nfs behaviour in
this case, like retrying until a success is achieved or
giving up and returning an error. I believe that leaving the
nfs server powered off from the start just tells you how long
an rpc timeout is, but killing it once its filesystem is being
accessed gives you the information you want.
Is this what you want to do?
Bye,
Mike
[EMAIL PROTECTED] spoke these words of wisdom:
: You are correct, I am trying to mount a machine that is not running.
: But, I am doing it so that I may debug my NFS client. If I understand
: NFS correctly, which I probably don't, you may feed different params to
: the mount command and affect its behavior. The behavior I am trying to
: affect is the timeout behavior. I want to see some sign that I am
: successfully doing this. So, I tried to mount a dead machine and feed
: it parameters that would make my client hang for a long time, trying to
: mount it. And, I fed it parameters that would make my client quit
: trying to mount immediately.
: NFS shouldn't care that the machine is dead. As far as NFS knows, the
: server is just being bombarded and has no time to respond. But, no
: matter what I tried to feed the mount command, my client side RPC always
: timed out after two minutes.
: What I'm guessing is happening is that since RPC is not even connecting
: on the remote machine (as it would even if the NFS server was swamped)
: that it is giving up. If this is correct, then I need to know how to
: affect my client-side RPC... ???? From what I understand, NFS is
: supposed to force RPC to contiue to try to fulfill its requests, if you
: try mounting with the right parameters.
: What gives?
: Thanks,
: Bob
: In article <7gu7a2$lgl$[EMAIL PROTECTED]>,
: [EMAIL PROTECTED] wrote:
:> Hi,
:>
:> [EMAIL PROTECTED] spoke these words of wisdom:
:> : I've used several different sets of parameters and the results have
: always
:> : been the same... I get an RPC timeout after 2 minutes and 3
: seconds. Here
:> : are a couple of examples that I've tried:
:> [...]
:>
:> : Now, 'rhost' is shutdown right now. I've been sniffing the wire as
: I do this
:> : and here's what happens: I send out a billion arp requests and
: since none of
:> : them get answered... it quits. I have the feeling this is an RPC
: thing. It
:> : seems no matter what, I can't get RPC to wait longer (than
: 2min03secs) before
:> : it times out... nor, can I force it to timeout sooner (as I thought
: the last
:> : example above would do).
:>
:> : Can someone help? I'm sure this can't be that difficult, I'm just
: overlooking
:> : something.
:>
:> like booting 'rhost'? If I understood correctly, you are trying
:> to mount a filesystem from 'rhost', which is not running, and
:> thus can't possibly respond to RPC requests, causing a timeout.
:> Fire up 'rhost' and you should be set, as long as it exports
:> the right filesystem!
:>
:> Bye,
:> Mike
:>
:> --
:> << the above email addr might disappear, reply to: >>
:> << Michael.Sievers -(at)- desy.de >>
:>
:> Black holes are where God divided by zero.
:>
: --== Sent via Deja.com http://www.deja.com/ ==--
: ---Share what you know. Learn what you don't.---
--
<< the above email addr might disappear, reply to: >>
<< Michael.Sievers -(at)- desy.de >>
Black holes are where God divided by zero.
------------------------------
** 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
******************************