Linux-Networking Digest #386, Volume #11          Thu, 3 Jun 99 12:13:31 EDT

Contents:
  Re: Redhat 6.0, kernel 2.2.5, IBM token ring == no system (Polidori)
  Re: Linux 6.X ISDN and PPP (dm)
  Re: I've broken http !?!? (Sitaram Chamarty)
  VMWare? ([EMAIL PROTECTED])
  Netscape Communicator design weakness?? (Paul Bary)
  Re: NFS Lock Deamon for Linux. Is there one? (Dann Church)
  Re: WU-FTP help??? (Duncan Simpson)
  Re: Updating RPM Database (Nguyen-Dai Quy)
  Re: Printing to an smb printer from Netscape ..please help ("Joshy George")
  Re: FTP login problem (Nguyen-Dai Quy)
  Re: What is this for?!?! ("Brian")
  X.25 over ISDN to HP BRILINK (Stefan Dreyer)
  Kernel compile & now network down (Scott Morman)
  Compaq Deskpro NIC ("Don Thompson")
  How do I see the internet from our class C network ("TwoSheds")
  Q SOCKS failure ("Bernhard Wieser")
  Re: DHCP client problem with 2.2.x ("zxm")
  Im searching for a script for passwd/smbpasswd (Cyriac REMY)
  Re: nmap kills my interface! ([EMAIL PROTECTED])
  Re: New User: Need direction in tcpip programming in C (August 
=?iso-8859-1?Q?H=F6randl?=)

----------------------------------------------------------------------------

From: Polidori <[EMAIL PROTECTED]>
Subject: Re: Redhat 6.0, kernel 2.2.5, IBM token ring == no system
Date: Wed, 02 Jun 1999 20:29:05 -0500

Don't configure the card during install. Do it later with linuxconf. You'll
need to pass the io port address to the driver (probably 0xa20) and possibly
the IRQ. Even if you do everything right it'll be slow overall and won't
provide multicast or promiscuous mode support. ONLY IBM "Tropic" chipset
NICs are supported officially, although I've heard there is a Madge PCI
driver out there now.

"Amelia A. Lewis" wrote:

> Anybody know what I can do to get a working RedHat 6.0 system on a
> token ring network?
>
> Using two different target machines:
> PPro 150/64 Mb, IBM Auto 16/4 ISA TR adapter,
> (same machine), IBM Turbo 16/4 ISA TR adapter,
> PII 300/128 Mb, IBM PCI 16/4 TR adapter,
> installation fails on specification of networking.
>
> In the first case, the installation detects the adapter, causes a kernel
> panic, and proceeds to fill the screen with bad_slab_magic.  In the
> other two cases, installation reports "I can't find the device anywhere
> on your system!"  All machines are perfectly happy to network using toy
> operating systems.
>
> What's wrong with the 2.2.5 TR module?  I haven't been able to find
> anyone else reporting this level of difficulty, but I can't get a
> machine to actually be usable.  Why can't a PCI card be found?  Why does
> the auto ISA card cause a kernel panic?  Why can't the turbo ISA card be
> found?
>
> Anyone have any ideas?  Apart, of course, from "use ethernet," much as
> I'd *like* to ....  One of these machines was running RedHat 5.2 with no
> problems ... I'm presuming that the problems are somehow in the token
> ring code, correct?  The module somehow getting *very* confused?
>
> TIA,
>
> Amy!


------------------------------

From: [EMAIL PROTECTED] (dm)
Subject: Re: Linux 6.X ISDN and PPP
Date: Thu, 03 Jun 1999 04:53:09 GMT

I was the same option exept for the asyncmap and connected with no
problem with chat. KPPP works pretty good too. But you should not need
any extra ISDN stuff in the kernal. The ISDN stuff on the kernal is
for internal ISDN cards.  Make sure your pap-sercrets is in the
/etc/ppp directory.


On Tue, 01 Jun 1999 11:03:24 -0500, "Carroll, Michael"
<[EMAIL PROTECTED]> wrote:

>ok here goes......
>
>After playing around all weekend trying to get PPP running over my
>Ascend Pipe15 ISDN Terminal Adapter.   ( I had assumed that it would act
>exactly like a standard modem. )  Someone told me this morning that
>I need to add modifications to the kernal to support ISDN.  Is this
>true?  What do I need install to get this going?
>
>If this isn't true, any insight as to why my connection to my ISP is
>failing would be helpful.
>
>I dial and connect and PPP starts immediately like it's trying to
>authenticate using PAP or CHAP.  The debug message that I see in the
>logs is similar to the following:
>
>sent (LCP_Config request)  (something like that...  I'm at work and
>can't remember exactly)  this repeats 9 times and fails.
>
>If I remember my options were....
>name <username>
>debug
>defaultroute
>asyncmap 0000000
>
>Per Clifford Kite (thank you very much...)
>
>I changed to CONNECT '\d\c'
>
>My pap and chap-secrets files are in the format...
>
>ISP_Login_Name             *               ISP_Password
>
>Any suggestions are appreciated
>
>
>Mike


------------------------------

From: [EMAIL PROTECTED] (Sitaram Chamarty)
Subject: Re: I've broken http !?!?
Date: Thu, 03 Jun 1999 10:38:21 GMT

On Wed, 02 Jun 1999 10:28:47 +1000, Tom Davies <[EMAIL PROTECTED]> wrote:

>Now suddenly I can't access web sites, with either Navigator, lynx or
>the KDE web browser. Navigator gives the most sensible error message,
>and says:
>
>"A network error occurred:
>unable to connect to server (TCP Error: No route to host)
>The server may be down or unreachable."
>
>The funny thing is that ping, FTP, POP3, SMTP, NNTP and so on work fine.

A quick check would be this:

    telnet www.linux.org 80     <enter>
    HEAD / HTTP/1.0             <enter>
    <enter once again>

What do you see?  If you see something like:

    $ telnet www.linux.org 80
    Trying...
    Connected to www.linux.org.
    Escape character is '^]'.
    HEAD / HTTP/1.0

    HTTP/1.1 200 OK
    Date: Wed, 02 Jun 1999 21:43:36 GMT
    Server: Apache/1.3.6 (Unix) mod_perl/1.19 mod_ssl/2.3.0
    OpenSSL/0.9.3
    Cache-Control: max-age=60
    Expires: Wed, 02 Jun 1999 21:44:36 GMT
    Connection: close
    Content-Type: text/html

    Connection closed by foreign host.

Then Netscape should work.  If you dont, then you *do* have a
routing problem.  Perhaps you need some proxy setting that you had
earlier but lost after the upgrade...?

Also, when you say "ping, FTP [...] work fine", can you ftp from
some site out in the world (something not in your ISP's domain)?

------------------------------

From: [EMAIL PROTECTED]
Subject: VMWare?
Date: Wed, 02 Jun 1999 16:46:58 GMT

Has anyone here tried VMWare?  Reviews?
Is it possible to get networking working by using IP Forwarding?

-MT


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: Paul Bary <[EMAIL PROTECTED]>
Subject: Netscape Communicator design weakness??
Date: Wed, 02 Jun 1999 18:42:00 -0600

Perhaps I' m missing something, but it seems to me that the Linux
versions of Communicator have a serious usability flaw. Like most home
users, my access to the
internet is via a ppp dial up connection. Like most, I use this to
handle email as well as newsgroups....however increasingly, I am
beginning to use the browser for
more offline uses as more and more documentation is written in html. It
is this combination of online/offline useage that is quite problematic
from what I can see
with the Linux Communicator...it doesn't appear to have an offline mode.

I'm ceratinly open to any sage advice on this matter but from  my
experience the following problem developes. Out of the box and before
dialup mail and news is
configured, Communicator can access local files with good speed when
either logged onto my ISP or not.. However I have found that once email
is configured that behavior changes dramatically...speed is uniformly
fine when connected via dial up, but when not connected, accessing local
files thru Navigator can take several
minutes and essentially "freezes" the machine during this time. My
presumption is that the presence of the mail configuration is causing a
DNS lookup which because
I'm not logged in is of course futile.

Has anyone found a workaround for this....an offline mode that could be
set as an opening default would be nice...also, I'm at a loss to figure
out why when opening
the browser, an apparent DNS lookup to the mail address is being
done...hmmm a thought just came to me...perhaps I'll try ging an IP
address the pop/smtp servers
rather that a name....In any event, I'd be interested in any comments...

Paul


------------------------------

From: Dann Church <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system
Subject: Re: NFS Lock Deamon for Linux. Is there one?
Date: Thu, 03 Jun 1999 06:27:42 -0600

David,

RH6.0 includes a lockd daemon.  If you want to get this without installing RH
6.0, you could a new kernel (use 2.2.5 or better) and make sure that you answer
"yes" to "emulate Sun NFS server."

Good luck!

--Dann Church

David Travers wrote:

> I am looking for program (rpc.lockd) that will allow file locking over a NFS
> link.
>
> We wish to store some database files which are not used very often on the
> Linux box to free up some space on our main HP9000 server.
>
> Does anyone know if there is a port of rpc.lockd.
>
> Also dies it work with a SMP compiled kernel. We have dual P2 system..


------------------------------

From: [EMAIL PROTECTED] (Duncan Simpson)
Subject: Re: WU-FTP help???
Date: 3 Jun 1999 13:29:31 GMT

In <7j3ts7$dqc$[EMAIL PROTECTED]> "Matt Goebel" <[EMAIL PROTECTED]> 
writes:

>This is the last thing I need to get my Linux box totally working.  I need
>to set it up so that users in the FTP group can only see the ftp folder I've
>created and not the rest of my drive, all the other groups should be able to
>see it all.  How do I set this up?  I think it can be done in linuxconfig?


Make sure you have an up to date (aka. no root exploiut) version,
which means not the version on most CDs (updated RPMs sans root
exploit are on RH's ftp site and most other distributions have updates
around too). Then read up on guest ftp access and you will be in
business.

Duncan (-:

--
Duncan (-:
"software industry, the: unique industry where selling substandard goods is
legal and you can charge extra for fixing the problems."

------------------------------

From: Nguyen-Dai Quy <[EMAIL PROTECTED]>
Subject: Re: Updating RPM Database
Date: Thu, 03 Jun 1999 15:09:47 +0200

[EMAIL PROTECTED] wrote:
> 
> Hi All,
> 
>         I have REDHAT 5.2 running on my machine, today I downloaded new version
> of 'glib-1.2.3' from GNU site, compiled it and installed to the
> respective directories. But when I checked RPM database using the
> command 'rpm -qa | grep glib' it is showing old version i.e
> 'glib-1.0.6'. I tried the command 'rpm --rebuilddb' but in vain. Pls.
> can anybody tell me how update rpm database.
> 

Your 'glib-1.2.3' from GNU site is RPM form ? I don't think so ;-)
You have to make a *.rpm if you want use with RPM database !

> Thanks in Advance
> Ravindra.R
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

-- 
=================================================
Quy NGUYEN-DAI
Fracture Mechanics- University of Liege, Belgium.
Phone:+32-4-3669241             Fax:+32-4-3669311
http://ltas18.ltas.ulg.ac.be/~quy
=================================================

------------------------------

From: "Joshy George" <[EMAIL PROTECTED]>
Subject: Re: Printing to an smb printer from Netscape ..please help
Date: Thu, 3 Jun 1999 10:18:29 +0800

Renaming the default printer to 'lp' solved the problem. It was "HPLj"
earlier. Though I had an environment variable PRINTER=HPLj set, it gave me
error as "lpr:lp Unknown printer". So renaming to 'lp' bacame obvious.
Actually I had to delete "HPLj" and then create a new "lp".
Thanks.

Joshy.
norman elliott <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Joshy George wrote:
>
> > Hello,
> > I am trying to setup a linux box with RHL6.0, KDE etc.
> > I am running Samba on this PC for file and printer sharing.
> > One printer is already setup on this m/c using 'printtool', which is a
> > shared printer on a NT server.
> > The test page from printtool is printed okay(both ascii and postscript).
> > But when i try to print from Netscape, it doesn't work. Netscape pops up
a
> > print dialog box, where I can enter the print commands. Is the default
entry
> > 'lpr' is enough there?
> >
> > I am not familiar with lpr, etc.
> > Please help.
> >
> > Thanks.
> >
> > Joshy.
>
> Hi,
> Yes lpr is correct.  Your printcap file should tell lpr where to send the
> output to.
> I have 2 Linux PC's and a Win95 PC connected and sharing a printer on one
of
> my Linux PC's.
> The printcap file on the Linux PC which does not have the printer contains
only
>
> one uncommented line. It is as follows.
> lp:rm=norman:rp=lp:sd=/var/spool/lpd/lp:
> where
> rm=norman
> says the printer on the Linux PC named norman
> and
> rp=lp
> says use the lp device on the Linux PC which has the printer
> and
> sd=/var/spool/lpr/lp
> says use the directory mentioned ( on this PC ) for print spooling
> hope this helps,
> best wishes
> norm
>



------------------------------

From: Nguyen-Dai Quy <[EMAIL PROTECTED]>
Subject: Re: FTP login problem
Date: Thu, 03 Jun 1999 15:14:25 +0200

bob cent wrote:
> 
> Hi,
> 
> When I FTP to my RH Linux server with Netscape (command line syntax =
> ftp://username:[EMAIL PROTECTED]), the FTP root directory is the root of
> the disk rather than the user's home directory.  Is this to be expected?  Is
> there a "conf" file that I need to change so my users will see their home
> directories instead?  Thanks.
> 
> Bob.

Apache server ? It works very well with me when I use FTP from Netscape
ftp://user:[EMAIL PROTECTED]/
 
=================================================
Quy NGUYEN-DAI
Fracture Mechanics- University of Liege, Belgium.
Phone:+32-4-3669241             Fax:+32-4-3669311
http://ltas18.ltas.ulg.ac.be/~quy
=================================================

------------------------------

From: "Brian" <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail,alt.os.linux.slackware
Subject: Re: What is this for?!?!
Date: Thu, 03 Jun 1999 02:37:04 GMT

Most cool - Thanks Rob!

Rob Clark wrote in message ...
>In article
<hDh53.8219$[EMAIL PROTECTED]>,
>Brian <[EMAIL PROTECTED]> wrote:
>>It is the lockfile for POP3 mail files.
>>
>>It prevents mail files from being destroyed during
>>simultaneous upload/download. On occasion, W95/8 mail
>>systems do not complete the mail download and the lock
stays
>>in place, preventing further download. Just delete the
lock
>>file and all will be well, until the next time.
>
>Slackware 4.0 includes a little batch program that does
this automatically
>for you as a cron job.  It's called flushpop.sh, and with a
little
>editing, it will work with Slackware 3.x
>
>Rob Clark, [EMAIL PROTECTED]
>http://www.o2.net/~gromitkc/winmodem.html



------------------------------

From: Stefan Dreyer <[EMAIL PROTECTED]>
Subject: X.25 over ISDN to HP BRILINK
Date: Thu, 03 Jun 1999 16:00:30 +0200

Hi,

a customer of us, is using an HP BRI Link Router for connecting to an
external house. The Brilink is using X.25 encapsulation. He asked me,
wether it is possible to connect to the brilink over X.25 with an
linux-system.
Has anyone experience with this combination?


thanks

Stefan Dreyer


------------------------------

From: Scott Morman <[EMAIL PROTECTED]>
Subject: Kernel compile & now network down
Date: Thu, 03 Jun 1999 09:35:07 -0400

I currently have an IP masquerade machine running
with two ne2000 compatible cards.  I'm running
RedHat 5.2 (2.0.36 kernel) and everything works fine.

What I want to do is use ip port forwarding.  So, I got
the latest ip port forwarding patch, applied the patch
to the source code and compiled the code successfully.

When I boot off of the new kernel I get:

"Delaying eth0 initialization"
"Delaying eth1 initialization"

When I boot off the old kernel everything comes up
correctly.  All the files that I used with the old
kernel (i.e. conf.modules, etc) never changed so I'm 
still loading the ne module using modprobe.  During 
the kernel compile I made sure to select the PCI ne2000 
driver to be built as a module.  Do I need to rebuild 
all of the modules as well?

I figured since the old kernel works fine that maybe
I need to configure the new kernel for the network cards, 
but I'm not sure what I need to do.  I tried using kernelcfg 
and the network configuration program through X, but no dice.

Anyone have any suggestions?  I'm not sure what I am missing.

Thanks,
Scott Morman

------------------------------

From: "Don Thompson" <[EMAIL PROTECTED]>
Subject: Compaq Deskpro NIC
Date: Wed, 2 Jun 1999 22:43:17 -0400

Does Redhat (5.2 or 6.0) support the 10/100 nic in the new compaqs?  How do
you get this to work?
Thanks, Don T.



------------------------------

From: "TwoSheds" <[EMAIL PROTECTED]>
Subject: How do I see the internet from our class C network
Date: Thu, 3 Jun 1999 15:05:53 +0100

I've installed RH6 on an NT workstation (LILO to dual boot). I've created a
network interface so that it can see the machines on our LAN (class C
private network). We have a leased line and a router.

How do I now make my machine see the internet. Do I need to create another
network interface? Do I need to implement IP masquerading?

What's the next step?




------------------------------

From: "Bernhard Wieser" <[EMAIL PROTECTED]>
Subject: Q SOCKS failure
Date: Thu, 3 Jun 1999 08:19:01 -0600

Hi.  I downloaded SOCKSv5 and compiled it under RedHat 5.2 for Intel
(did the ./config and the make).

Then I moved the following into my /etc directory.
interface 192.168.0. - eth0
interface - - ppp0
permit - - - - - -

That I read was supposed to allow any one of my local machines (on
192.168.0.x)
get out through PPP without extra authentication.

Finally, I launched SOCKS via ./socks5.

I continued to get an error message "bad file descriptor" when a client
machine
connected to the server, and socks quit.

I tried adding "n" to the permit line, replacing eth0 with 192.168.0.1 the
IP of the server,
and changing the host port to 1080 (and reconfiguring the client) with
socks5 -b 1080.

Nothing worked.  Same problem.

Can anyone tell me what I am doing wrong?

Cheers,
Bernie Wieser



------------------------------

From: "zxm" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: DHCP client problem with 2.2.x
Date: Thu, 3 Jun 1999 22:42:42 +0800

I have a problem just like you. I used dhcpcd 0.6x under kernel 2.0.34, it
worked fine, but after I have compiled the kernel to 2.2.9, dhcpcd stop
working(when startup, it hanged and display "Using dhcp on eth0...failed"),
I upgrade dhcpcd to 1.37 and nothing changed, when I run "dhcpcd -d", and a
line "dhcpstart: ioctl SIOCSIFFLAGS: Resource temporarily unavailable"
appended in the log file. I tried remove anything in /etc/dhcpc including
the directory, and runs it again,I got 5 lines added:

broadcasting DHCP_DISCOVER
corrupted UDP msg with uh_ulen=337 in_cksum=-2 discarded
last message repeated 5 times
corrupted UDP msg with uh_ulen=337 in_cksum=-2 discarded
timed out waiting for a valid DHCP server response

Why? How can solve it?



------------------------------

From: Cyriac REMY <[EMAIL PROTECTED]>
Crossposted-To: linux.samba
Subject: Im searching for a script for passwd/smbpasswd
Date: Thu, 03 Jun 1999 17:23:34 +0200

Hello,

Is someone know how could I create a new user in passwd file and
smbpasswd at the same time... I dont want to have a prompt to tape
4 times the password...

actually :
> adduser toto
> passwd toto
New UNIX password: test
Retype new UNIX password: test
passwd: all authentication tokens updated successfully

> smbadduser toto:toto
Adding: toto to /etc/smbpasswd
==========================================================
ENTER password for toto
New SMB password:test
Retype new SMB password:test
Password changed for user toto.


Okay but it's too long. Do you know how to create a script or do
you have a code to do smthing like :

> newadduser toto test
toto has been created sucessfullly...
>

At last, do you have smthing to let user change their password under
Linux for Linux and Samba at the same time ?

> chgpasswd
old : ######
new : #########
new again : #########
>

Thanks !!!

Cyriac REMY
[EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: nmap kills my interface!
Date: Wed, 02 Jun 1999 23:57:24 GMT

Bad 3c509 adapter - sorry for the false alarm. Replaced it, all works
fine.

FF


In article <7j46us$to9$[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> I have a box with two adapters, [EMAIL PROTECTED]/24 (3c509) and
> [EMAIL PROTECTED]/32 (realtek ne2000 pci). eth0 is connected to our lan,
> eth1 to nothing at the moment, but soon to a DSL router.
>
> When I use nmap (from another Linux box) to scan 192.168.0.201, the
> interface goes dead. I can still ping it from the box itself, but it
> cannot ping other PC's, and other PC's can no longer ping it. If I use
> UserNet to restart eth0, it works again until I hit it with nmap. I'm
> using nmap 2.2beta4-1 with the included GUI to perform the scan.
> Settings are the startup defaults, SYN Stealth, TCP & ICMP, OS
> Detection (nmap -sT -O 192.168.0.201)
>
> Am I inadvertantly executing a DOS attack on my own server?
>
> Help please..
>
> Also, thanks to those responding to my earlier firewall/masquerading
> post.
>
> FF
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: August =?iso-8859-1?Q?H=F6randl?= <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,linux.dev.c-programming
Subject: Re: New User: Need direction in tcpip programming in C
Date: Thu, 03 Jun 1999 16:11:13 GMT

barrem wrote:
> 
> I am a new Linux programmer (after years away from any programming) and need
> some pointers on writing C programs that open TCPIP sockets...  (i.e.
> programs that can make a call to a CGI script on another server).  Can
> anyone point me to web page info or a good book?  I've checked out the Linux
> Programmers Guide, but it only lists this as "not included here."
> 
> Many thanks..
> Mike Barre

try
 http://www.ecst.csuchico.edu/~beej/guide/net/


Gustl

-- 
August Hoerandl             | The Opinions above are MINE 
[EMAIL PROTECTED]  | Unless you agree.... 
                            |     in which case, they are OURS.

------------------------------


** 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
******************************

Reply via email to