Linux-Networking Digest #387, Volume #10 Fri, 5 Mar 99 08:13:36 EST
Contents:
Multiple Ethernet Cards ("Jaze")
Re: good ICQ app for Linux? ("i.am/dof")
Re: funny routing! ([EMAIL PROTECTED])
ifconfig tap1 trouble, multiple ethertaps don't work (Larry Williamson)
Why: eth0: Transmit timeout, status 0d 0000.
Adding private SNMP mibs (Jim O'Shea)
Re: modem suggestions? (Wayne Bazeley)
NTP server ("Simon Jones")
Re: Linux networking nukes kernel of SCO box. (Tony Lawrence)
Re: identd logs: how to interpret? ("Eric A. Hall")
Re: identd logs: how to interpret? ("Eric A. Hall")
Re: Linux integration with Solaris ("Dan C. Raun Jensen")
what an evil -genius bastard ("Ju")
Accounting total traffic for virtual servers (Holger von Ameln)
Re: counting trafic (Holger von Ameln)
links.. (Henrik Malmgren)
HELP: setup a Linux gateway (Hoang Uong)
Re: Linux integration with Solaris (Jim Roberts)
RedHat 5.2 killed my SAMBA ("Jack L. Owens")
Remote NT4.0-shutdown from Linux? ([EMAIL PROTECTED])
----------------------------------------------------------------------------
From: "Jaze" <[EMAIL PROTECTED]>
Subject: Multiple Ethernet Cards
Date: Fri, 5 Mar 1999 02:55:26 -0800
I followed the Ethernet Howto for multiple ethernet cards and when I
modprobe the second card, a 3c507, I get this message
no dependency information for module: "/lib/modules/2.0.36/net/3c507.o"
What, may I ask, does this mean and how could I solve it? I need the card
to work so that I can use it as an FTP server to install Linux on another
machine. I originally thought that maybe it would be the I/O and interrupt
settings, but the card doesn't have any jumpers on it.
Any help is good help. Thanks.
--
-J
------------------------------
From: "i.am/dof" <[EMAIL PROTECTED]>
Subject: Re: good ICQ app for Linux?
Date: Fri, 05 Mar 1999 11:22:03 +0000
Reply-To: [EMAIL PROTECTED]
Brian Gilman wrote:
> Hello all!
> I recently tried using gICQ but it's pretty buggy....I went to
> contrib and saw gtkicq, tried to install it but got the follwing
> message: libgtkicq.1.1.so11 can't be found...Anyone know where to get
> these libraries?
> Brian
there is a javaICQ about.. which works fine (as long as you have jdk
something or another on your machine)
but i can't use it as my uni has firewalled it :-(
dof.
--
--0--
David Goodwin http://i.am/dof
[EMAIL PROTECTED] [EMAIL PROTECTED]
UWA MEng Software Engineering.
--0--
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: funny routing!
Date: Thu, 04 Mar 1999 16:04:30 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
>
>
> [EMAIL PROTECTED] wrote:
> >
> > I have linux setup as PPP router. I am using netscape from a Windows 95
> > client. I am using apache web server as http proxy. The problem is that I
> > can browse the web but cannot read mail or news from my ISP!
>
> You can browse the web from the 95 machine or linux machine? Are
> you using masquerading?
I can browse from both machines. For W95, I am using proxy on linux. I also
have masquerading on but I do not use it for browsing. In my experience,
browsing using masquerading has been very slow compared to using a proxy.
In my windows machine I supplied linux machine as gateway, it worked. I could
read mail. What does it mean? Am I using masquerading now for mail?
> > My routing table looks like this:
> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric Ref Use
Iface
> > 209.191.13.101 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
> > 127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
> > 192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 22 eth0
> > 0.0.0.0 209.191.13.101 0.0.0.0 UG
> >
> The 209.... is the IP issued from your ISP. PPP takes that and
> uses it.
>
> > I have no idea how it got 209.191.13.101 but it works fine!
> >
> > Now when I try traceroute on mail or nntp server, I get the following
strange
> > message:
> > # traceroute 205.231.236.9
> > traceroute: Warning: Multiple interfaces found; using 192.168.100.1 @ eth0
> > traceroute to 205.231.236.9 (205.231.236.9), 30 hops max, 40 byte packets
> > 1 * * *
> You have two interfaces. Try traceroute boston.com -i ppp
>
> >
> > why is it using eth0 when it should use ppp0?
> >
> > thanks,
> > kal
> >
> > -----------== Posted via Deja News, The Discussion Network ==----------
> > http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>
> --
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: Larry Williamson <[EMAIL PROTECTED]>
Subject: ifconfig tap1 trouble, multiple ethertaps don't work
Date: 04 Mar 1999 10:18:53 -0500
My kernel is 2.2.2, compiled with gcc 2.7.2.3 on a PII system.
I have configured the ethertap driver as a module. Other modules
load with out error. And in the case of the tulip driver, I am using
a 4 port 10/100 ether card, the tulip driver supports all 4 interfaces
just fine, (ie. I can ifconfig eth1, eth2, eth3 and eth4).
Ethertap loads okay too, and I can use the first tap, tap0, but I
cannot use any other taps, (ie. tap1, tap2, etc.).
# ifconfig tap0
tap0 Link encap:Ethernet HWaddr FE:FD:00:00:00:00
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:5
# ifconfig tap1 up
tap1: unknown interface.
# lsmod
Module Size Used by
ethertap 2084 1
# ls -l /dev/tap*
crw-r--r-- 1 root root 36, 16 Feb 3 12:38 /dev/tap0
crw-r--r-- 1 root root 36, 17 Mar 4 05:10 /dev/tap1
I am a little confused as to what I need (if anything) in
/etc/conf.modules. I have tried a number of combinations, but this is
what I have now...
alias tap0 ethertap
alias tap1 ethertap
alias tap2 ethertap
Any advice?
-Larry
------------------------------
From: [EMAIL PROTECTED] ()
Subject: Why: eth0: Transmit timeout, status 0d 0000.
Date: Fri, 05 Mar 1999 11:35:55 GMT
Sometime my network stops to work and i have this message in video:
eth0: Transmit timeout, status 0d 0000.
and in my /var/log/messages
kernel: eth0: Transmit timeout, status 0d 0000.
I can't understand why!!
Can you help me please
Thanx
Sorry fo my bad English.
--
Ciao Davide
------------------------------
From: [EMAIL PROTECTED] (Jim O'Shea)
Subject: Adding private SNMP mibs
Crossposted-To: comp.dcom.net-management,comp.dcom.net-analysis
Date: Thu, 04 Mar 1999 16:16:50 GMT
I've got a Redhat 5.2 linux box. I'm running MRTG (Multi Router Traffic
Grapher) on it. I'm trying to poll for some private CISCO mib variables.
Specifically, I'm looking for packets. The variables are not available
in the standard mibs.
Anyway, when I do a snmpget command it says the mib variables are
unknown. I'm assuming I need to install the private mibs from CISCO.
I'm told I need to compile the mibs on the box. So I found CMU-SNMP.
I downloaded the SRC, compiled it, and afterwards it locked up my box...
Being a newbie to Linux I'm not sure if it was me or what. I'm not even
sure CMU-SNMP is what I need.
Any help would be GREATLY appreciated. I've already had to rebuild
the box 3 times because of this! :(
Please copy any response to: [EMAIL PROTECTED]
Thanks alot!
Jim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[EMAIL PROTECTED] www.brick.net/~jimoshea
"A day without UNIX is like a day without sunshine!"
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
------------------------------
From: Wayne Bazeley <[EMAIL PROTECTED]>
Subject: Re: modem suggestions?
Date: Fri, 05 Mar 1999 21:01:51 +1100
Try http://www.o2.net/~gromitkc/winmodem.html
It has a table with success markers for a large number of modem models. It
also highlights the Winmodems so you can avoid them.
Ted wrote:
> I am most likely going to be purchasing a new modem, because I currently
> have a winmodem. Does anybody have any suggestions of modems that are good
> and easy to install on linux. (cheap too). I am running redhat 5.2
>
> I've read that I should go with an external... any thoughts?
>
> If you could, please reply to my e-mail address, as well as the newsgroup.
>
> Thanks,
> Ted
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
------------------------------
From: "Simon Jones" <[EMAIL PROTECTED]>
Subject: NTP server
Date: Thu, 4 Mar 1999 16:22:29 -0000
I need to set up an NTP (network time protocol) server on our network. I
have a number of machines running Redhat 5.1
Has anyone any straight forward advice on setting this up?
Simon Jones
mailto: [EMAIL PROTECTED]
------------------------------
Crossposted-To: comp.unix.sco.misc,comp.os.linux.misc
From: Tony Lawrence <[EMAIL PROTECTED]>
Subject: Re: Linux networking nukes kernel of SCO box.
Date: Fri, 5 Mar 1999 11:52:44 GMT
Craig Macbride wrote:
> 1) Attach Linux machine to network, with lpd pointed at SCO box.
> 2) Wait about 2 hours.
> 3) SCO kernel panics with trap type E in kernel function tcp_linput while
> running lpd.
> I'd like to request that Linux developers try to nuke Windoze boxes
> and leave SCO boxes alone. :-)
If SCO is crashing, it's the SCO box's fault. It doesn't matter what
the Linux box is doing, by design, accident or stupidity: if the SCO
reacts by crashing, it's that box that has the problem. Whether or not
the problem is the OS or the hardware obviously requires more work to
determine, but even if the Linux box shouldn't be doing whatever it is
that it is doing, the SCO box still shouldn't crash.
--
Tony Lawrence ([EMAIL PROTECTED])
SCO ACE
SCO articles, help, book reviews: http://www.aplawrence.com
------------------------------
From: "Eric A. Hall" <[EMAIL PROTECTED]>
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: Thu, 04 Mar 1999 07:45:22 -0800
> > identd[23113]: from: BBB.BBB.BBB.BBB ( fqdnofmachine ) for: 7741, 23
> > identd[23113]: Successful lookup: 7741 , 23 : root.root
>
> This is standard behavior with the latest versions of Sendmail.
Thats what I get for not looking at the port number closely.
Barry is correct in that the session being queried is for an outbound
Telnet session. This has nothing to do with Sendmail, although thats
what almost everybody asks about.
--
Eric A. Hall [EMAIL PROTECTED]
+1-650-685-0557 http://www.ehsco.com
------------------------------
From: "Eric A. Hall" <[EMAIL PROTECTED]>
Crossposted-To: comp.security.unix,comp.protocols.tcp-ip
Subject: Re: identd logs: how to interpret?
Date: Thu, 04 Mar 1999 07:40:32 -0800
> identd[23113]: from: BBB.BBB.BBB.BBB ( fqdnofmachine ) for: 7741, 23
> identd[23113]: Successful lookup: 7741 , 23 : root.root
Ident is a simple protocol that is used to determine the account that is
associated with a specific connection. For example, when you send mail
to your mail server, the mail server may want to use Ident to find out
who is sending the mail by querying your local TCP stack for that
connection's owner, giving it more info for the logs.
> Does this mean that there were successful root logins to the linux
> box from those machines?
In the example above, root was the owner of the connection.
This is standard behavior with the latest versions of Sendmail. If it
bothers you, deinstall the ident service (may be called "auth," the old
name for the protocol).
--
Eric A. Hall [EMAIL PROTECTED]
+1-650-685-0557 http://www.ehsco.com
------------------------------
Date: Thu, 04 Mar 1999 15:55:09 +0100
From: "Dan C. Raun Jensen" <[EMAIL PROTECTED]>
Subject: Re: Linux integration with Solaris
Matt Delaney wrote:
>
> I would be interested in hearing from people that have experience with
> network integration of linux and Solaris. Are there any documents that
> cover this topic specifically? Also, can anybody tell me when Linux
> NFS will provide locking so it can serve a Solaris client?
It does. From kernel 2.2 it's even default.
--
Dan C. Raun ([EMAIL PROTECTED])
------------------------------
From: "Ju" <[EMAIL PROTECTED]>
Subject: what an evil -genius bastard
Date: Wed, 3 Mar 1999 21:38:17 -0700
Yeah, mr gates.
i'm new to Linux, x environment, all of it. after installation pains i find
out that winmodems are shit in Linux. i guess no internet connect until i
get a new modem.
i've seen posted some where, a script that enables winmodem use. it's
probably beyond my capabilities now, but i'm interested, but need pretty
complete info to just to understand how to get it, run it etc......
thanks for any info
jullian
------------------------------
Date: Fri, 05 Mar 1999 04:11:40 +0100
From: Holger von Ameln <[EMAIL PROTECTED]>
Subject: Accounting total traffic for virtual servers
Hello,
while setting up a webserver (SuSE 6.0, Kernel 2.2.2ac7) which is to
host several independent Domains, I encountered the problem of having to
summarize the traffic caused by each of the virtual web(ftp,
mail)-server on a regular basis (monthly).
Does anybody know any (free) packages, which provide this facility?
Please answer by mail too...
Thanks
Holger von Ameln
[EMAIL PROTECTED]
------------------------------
Date: Fri, 05 Mar 1999 04:15:15 +0100
From: Holger von Ameln <[EMAIL PROTECTED]>
Subject: Re: counting trafic
Mihai Petre wrote:
> =
> I would like to have the amount of trafic going on that card (not only =
from
> web server) as a total value (maybe as a gif).
> any ideea ?
> =
> Thanx
> Mihai
If you would like to have a graphical representation of all traffic
going through a specific interface, you can use MRTG in combination with
CMU=B4s SNMPd.
Holger
------------------------------
From: Henrik Malmgren <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.help,comp.os.linux.misc
Subject: links..
Date: Thu, 04 Mar 1999 22:24:55 +0100
Linux and programming links.....
Go to : http://www.fly.to/thewizz/
NOTE: Don't forget to look under "tons of prgramming links"......it
really are tons of programming links, and it a good programmer who have
done that page.
--
/Henrik!
Unix, msdos and NT. Also known as the good, the bad and the ugly...
-------------------------------------------------------------------
Linux is a fact...Microsoft is a question...And the answer is NO...
-------------------------------------------------------------------
------------------------------
From: Hoang Uong <[EMAIL PROTECTED]>
Subject: HELP: setup a Linux gateway
Date: Thu, 04 Mar 1999 08:39:36 -0800
Hi,
I am learning to setup a Linux gateway.
I have 3 Linux boxes (Redhat 5.1) connected as in diagram shown below.
My problem:
At host A:
I can ping 192.168.1.2 (host B/eth1)
Why I can not ping 192.168.1.1 (host C)
At host C:
I can ping 192.168.2.2 (host B/eth0)
Why I can not ping 192.168.2.1 (host A)
Mainly, I can not access from one segment to another beyond
the gateway B.
Any help is greatly appreciated.
network 192.168.2 network 192.168.1
|--------------------| |----------------------|
============= ============================= =============
eth0 | | eth0 eth1 | | eth0
192.168.2.1 | | 192.168.2.2 192.168.1.2 | | 192.168.1.1
host A host B (gateway) host C
for host A:
route to destination 192.168.2.0/24 through eth0
route to destination 192.168.1.0/24 through eth0 (or to default)
for host B:
route to destination 192.168.2.0/24 through eth0 (or to default)
route to destination 192.168.1.0/24 through eth1
for host C:
route to destination 192.168.1.0/24 through eth0
route to destination 192.168.2.0/24 through eth0 (or to default)
Thanks,
Hoang
------------------------------
From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: Linux integration with Solaris
Date: Thu, 04 Mar 1999 16:37:11 GMT
Matt,
I run Solaris 7.01 and Linux 2.2.2 with no problems. Both systems are
set to automount NFS exports from each.
I did have a problem with non 2.2.X kernels with truncation of files but
the locking in Linux 2.2.2 has taken care of that.
> I would be interested in hearing from people that have experience with
> network integration of linux and Solaris. Are there any documents that
> cover this topic specifically? Also, can anybody tell me when Linux
> NFS will provide locking so it can serve a Solaris client?
> --
> __________________________________
> Matt Delaney
> System Manager
> Stockholm Observatory
> 133 36 Saltsj�baden SWEDEN
>
> e-mail: [EMAIL PROTECTED]
> tel: +46 8 164463
> fax: +46 8 7174719
> __________________________________
>
>
--
Jim Roberts Never enough time!
[EMAIL PROTECTED]
------------------------------
Date: Thu, 04 Mar 1999 17:08:58 +0000
From: "Jack L. Owens" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: RedHat 5.2 killed my SAMBA
==============6E31B3123EE17E58460EEFCC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
After downloading, compiling, configuring, and installing SAMBA 2.0.0,
everything was working properly including the printer. The Win98 machine
was talking to the printer and hard disks on the linux machine. The
Linux machine was able to mount shares on the Win98 machine. I was
pleased. Then, I used RedHat 5.2's configuration tool. Now I have no
SAMBA. "smbd -D" and "nmbd -D" appear to install themselves but a "ps
aux | grep mbd" fails to return anything.
How do I get my SAMBA up and running again?
--
Jack L. Owens K6PWY [EMAIL PROTECTED]
4421 Myrtle Avenue 1001 Buena Vista #2
Long Beach, California 90807 San Clemente, California 92672
(562)989-9413 (949)498-6157
==============6E31B3123EE17E58460EEFCC
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
After downloading, compiling, configuring, and installing SAMBA 2.0.0,
everything was working properly including the printer. The Win98 machine
was talking to the printer and hard disks on the linux machine. The Linux
machine was able to mount shares on the Win98 machine. I was pleased. Then,
I used RedHat 5.2's configuration tool. Now I have no SAMBA. "smbd -D"
and "nmbd -D" appear to install themselves but a "ps aux | grep mbd" fails
to return anything.
<p>How do I get my SAMBA up and running again?
<pre>--
Jack L.
Owens
K6PWY
[EMAIL PROTECTED]
4421 Myrtle
Avenue
1001 Buena Vista #2
Long Beach, California
90807 San Clemente,
California 92672
(562)989-9413
(949)498-6157</pre>
</html>
==============6E31B3123EE17E58460EEFCC==
------------------------------
From: [EMAIL PROTECTED]
Subject: Remote NT4.0-shutdown from Linux?
Date: Thu, 04 Mar 1999 17:00:43 GMT
Anyone know what protocol Win NT4.0 uses to do do a remote shutdown on other
NT machines? Is it SMB? How does it work? I need a linux-command that can
shut down NT-machines in my LAN...
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
** 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
******************************