Linux-Networking Digest #397, Volume #12         Sat, 28 Aug 99 20:13:42 EDT

Contents:
  NFS+NIS problem ([EMAIL PROTECTED])
  isdn modem suggestions ("Scott MacDonald")
  Re: dhcpd won't start ([EMAIL PROTECTED])
  Re: 2 computers and internet ("Jan Geertsma")
  depca nework card doesnt work (imhoff)
  Running a WWW server behind a firewall (Cesar da Silva)
  Linux site up  (look)
  diald problems ("thomas")
  Dual Ethernet + NFS + Dual Tapes (Robert Cox)
  Unknown Network Cards ("Mark Priatel")
  Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11  and AIX 
4.2.1) (Niklas Edmundsson)
  Re: need help with baffling eth0 meltdown (Christopher Allen)
  Route Table questions... ("Tim Mead")
  Re: Does this NIC work for Linux? (LhD Administrator)
  Re: Recommend a good cheap 10/100 card? ("Gabriel")
  nfs problem with kernel 2.1.11 (fwd) (James Ranson)
  Re: What on earth is 'bing'? (Ramon F Herrera)
  Re: linux setup problem (s)
  Re: Unknown Network Cards (Mircea)
  Re: VMware - wow! (John Brock)
  slow ping time gate way (s)
  Re: NetWork Newbie (Vincent Bodenstab)
  NetWork Newbie (Tim)

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

From: [EMAIL PROTECTED]
Subject: NFS+NIS problem
Date: Sat, 28 Aug 1999 20:25:40 GMT

I'm using NFS+NIS, the users have their home directory in a NFS server.
When they login the following message appears in the server's console:
fh_verify: home/username permission failure, acc=1, error=13
where home/username is their home directory. Everything else seems to
be right. Any idea?


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

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

From: "Scott MacDonald" <[EMAIL PROTECTED]>
Subject: isdn modem suggestions
Date: Sat, 28 Aug 1999 15:19:46 -0500

Can anyone suggest some 128k isdn modems that work well with linux? Thanks,

Scott



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

From: [EMAIL PROTECTED]
Subject: Re: dhcpd won't start
Date: Sat, 28 Aug 1999 21:28:51 GMT

Hi Bob,

I'm a  newbie myself. A first look at the information you provided
gave me the following impressens:
1. the dhcpd.conf file looks veru cluttered
2. There may be syntax errors in the file in the sense that you
comment a lot of the information out using "#".
3. There may be some confusion about network addresses, IP addresses
and address range to serve.

So, going with points number 1 and 2 above, the active portion of your
file looks like this:

option domain-name "bda.com";
default-lease-time 600;
max-lease-time 7200;

subnet 4.33.3.35 netmask 255.255.248.0 {
  option broadcast-address 4.33.7.255;
  option routers bat.bda.com;
}

host bat {
  hardware ethernet 00:A0:C9:82:C1:E8;
  server-name "bat.bda.com";
}

So, what's missing? 

1. When I set up my system with 3 NICs, I got the impression that you
have to define a subnet for every card.
2. I don't see a range parameter in the subnet definition that would
tell dhcpd what addresses to hand out.
3. None of the addresses mentioned in you posting (even those in the
comment lines) indicate that you are using the addresses for private
networks (10.x.x.x or 172.16.x.x or 192.168.x.x) that you assign to
the clients -- that's kind of dangerous. 

So, my third and last point (for the moment) is about network
addresses versus IP addresses and what Netmask have to do with it. I
have a hard time to believe that your subnet actually starts at
4.33.3.35. That looks to me more like an IP address for your host. How
do you find what the network address is? Read Section 5.1.4 of the
NET-3-Howto and Section 7 the IP-Subnetworking miniHowto. The other
stuff in those howtos is worth reading, too. 

Hope this helps somewhat,

Ruedi



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

From: "Jan Geertsma" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.networks,comp.os.ms-windows.networking,comp.os.ms-windows.networking.misc,comp.os.ms-windows.networking.ras,comp.os.ms-windows.networking.tcp-ip,comp.os.ms-windows.networking.win95,comp.os.ms-windows.networking.windows
Subject: Re: 2 computers and internet
Date: Sat, 28 Aug 1999 23:26:42 +0200


WL <[EMAIL PROTECTED]> wrote in message
news:5XXx3.494$[EMAIL PROTECTED]...
> Why don't you want to install other software?  Much easier..
>
> Well, the only way I can think of, is this: on the Client (non modem),
> Install TCP/IP and make it something like 192.168.0.2.  Make the other PC
> 192.168.0.1, and then on the Client, tell TCP/IP to install a gateway -
> 192.168.0.1
>
> That might work.  But best to go for Sygate.
True Sygate is best stuff here, but since you're running linux aswell, go
for the masquerading this has a high degree of "do-it-yourself", but it sure
works mighty fine.

but I don't get what you were saying about the 2nd nic? how else would you
connect the second pc? you can't use the bnc connector simultanously on the
same card.
Jan



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

Date: Sun, 29 Aug 1999 00:29:11 +0200
From: imhoff <[EMAIL PROTECTED]>
Subject: depca nework card doesnt work

i tryed to install a depca, de100 card but linux has some trouble with
it. at the instal he doesnt recognize him at first because he probes on
port 0x200 and the default poort is 0x300. then i tryed to load him as
module. that worked but when i removed the module i get some debug
information and the system hangsup. then i tryed to compile it in the
kernel that worked but now i have the problem that when i try to use the
network it doesnt work. i typed ifconfig -a and it gave me this:
eth0 = my nic
eth0      Link encap:Ethernet  HWaddr 08:00:2B:1C:F7:A8
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0

          UP BROADCAST RUNNING 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 txqueuelen:100
          Interrupt:5 Base address:0x300

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

i also looked if there was a irq conflict but there wasnt. if i try to
ping something on the network the network indicator lamp doesnt glow
eather. can some one help me. im desperet.

def


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

From: [EMAIL PROTECTED] (Cesar da Silva)
Subject: Running a WWW server behind a firewall
Date: Sat, 28 Aug 1999 20:34:40 +0200
Reply-To: [EMAIL PROTECTED]

Hi!
I'm wondering if it's possible to run a WWW server behind a firewall that I
*don't* have root access to?
If it is, then how do I do it or which program do I have to use?

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

From: look <[EMAIL PROTECTED]>
Subject: Linux site up 
Date: Sat, 28 Aug 1999 17:20:25 -0500

ftp and  http access
204.181.205.133

Send all uploads to the incoming directory.
Quake II soon to be running also


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

From: "thomas" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux
Subject: diald problems
Date: Sat, 28 Aug 1999 23:52:20 +0200

Hello!
I have problems to get my ISDN modem from Netgear to work. The log show me
that the LCP is not working. When i use my USR robotics modem everything
works fine.

Somebody know way?





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

From: [EMAIL PROTECTED] (Robert Cox)
Subject: Dual Ethernet + NFS + Dual Tapes
Date: 28 Aug 1999 22:27:53 GMT

We are planning to put together a Linux system to be our "backup server"
for about 20 SGIs and 25 Linux boxes.  This machine will have dual AIT
tape drives.  My idea is to equip the backup server with 2 100Base-T
cards and to NFS mount the disks on the other systems to this system
(total disk space on all systems is now about 1.1 TB, and will probably
quadruple in the next 2 years).  With 2 Ethernet adapters, I figure to
stream data to the two tapes simultaneously.  Clearly, I need to set
things up so that the data comes to tape drive A from a source connected
on Ethernet card 1, and to tape drive B from Ethernet card 2.  I figure
on doing this by setting up the route tables so that half the systems
are routed to by NIC 1 and half by NIC 2.  The systems are set up on
a set of switching hubs, so we should be able to get full speed data
transfer on both NIC lines from 2 systems at once.

Does this make sense?  Is there a simpler way to do what I want?

Thanks in advance -- bob cox

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

Reply-To: "Mark Priatel" <[EMAIL PROTECTED]>
From: "Mark Priatel" <[EMAIL PROTECTED]>
Subject: Unknown Network Cards
Date: Sat, 28 Aug 1999 22:30:31 GMT

Hi guys,

I picked up two ISA network cards.  They were a cheap buy, $15 for both.  No
drivers or model numbers.  Is there any probing software out there that can
give me the exact make & model of these cards?  I know one is a DEC, and the
other is an SMC, but I'm having a hell of a time trying to get these to work
properly on Linux Or Windows...

Any help with this would greatly appreciated,

Thanks,

Mark.



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

From: Niklas Edmundsson <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.kernel,comp.unix.aix
Subject: Re: NFS and GNU Linker producing corrupted executables (RHL 2.2.5-15/2.2.11  
and AIX 4.2.1)
Date: 27 Aug 1999 21:40:35 GMT

In comp.unix.aix David Elder <[EMAIL PROTECTED]> wrote:

> Hi All, 

> I hope someone has a simple solution to my problem:

> Hardware: DELL Optiplex GX1, 256Mb RAM, running RH Linux 6.0
>           using both the stock 2.2.5-15 kernel and the 
>           latest 2.2.11 kernel. 

>           IBM RS6000 3AT running AIX 4.2.1

> 1) RS6000 serves an NFS file system to the Linux box. 
> NFS file system contains Fortran source code for a      
> modelling program. 
<zip>

This is a known bug in all Sun-licensed NFS-server code. IBM has been
informed of this, but I don't know if they have incorporated the fix by
SUN yet.

Strangely enough, Linux seems to be the only OS that triggers it.

I'm able to reproduce it with bos.net.nfs.client 4.3.2.9 on the
nfs-server and using the mount-options rsize=8192,wsize=8192 on the
linux-client (running Linux 2.2.12).

My standard-test is compiling glib: ./configure --prefix=/tmp/foo ; make

It usually fails with messages like:
BFD: gstring.o: invalid string offset 13824 >= 77 for section `'
hash-test.o: file not recognized: File truncated

And so on...

The workaround we use is to mount with rsize=2048,wsize=2048 ... We get
write-performance that sometimes closes in on a floppy, but it works for
us.

/Nikke
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Niklas Edmundsson, Admin @ {acc,hpc2n,ing}.umu.se    |   [EMAIL PROTECTED]
===========================================================================
 If they part out the 1701-D, I claim to the Cores, Warp and Computer
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

From: Christopher Allen <[EMAIL PROTECTED]>
Subject: Re: need help with baffling eth0 meltdown
Date: 28 Aug 1999 22:35:57 GMT

anonpary <[EMAIL PROTECTED]> spake:
> I've been running rh 6.0 with public access to Apache and MySQL wihtout
> a burp for over a month now.  Never had the slightest problems with
> networking . . . 

> Until today.  I had to boot into win98 for a minute and when I rebooted
> back into linux, networking failed.

Well as to the cause hmmm...? Need more info

But you need to look at these files,(I havent ever bothered with linuxconf)

Look at: 
DMESG >> file_to_look_at  (or  grep eth0 /var/log/dmesg) 
grep eth0 from this file (or appropiate eth*) Look at the error... 
/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0 (or if you use a different # eth*)
Make sure these files contain the correct settings.
when done making necessary changes to these files
/etc/rc.d.init.d/network stop
/etc/rc.d/init.d/network start

HTH
-out


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

From: "Tim Mead" <[EMAIL PROTECTED]>
Subject: Route Table questions...
Date: Sat, 28 Aug 1999 10:52:30 -0600

I have recently installed RH 5.2. I need a little help with the route set up
so my win95 clients can see the internet. I am able to connect to my ISP and
surf from my server, but the clients can only see the web pages on the
server. I have name server information set up in my clients under IPX
protocol. I think the packets are just not being routed out, or being
received back.

Thanks in advance.



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

From: LhD Administrator <[EMAIL PROTECTED]>
Subject: Re: Does this NIC work for Linux?
Date: Sat, 28 Aug 1999 23:30:59 GMT


Kim V. & Steve S. wrote:
> it is NE2000 compatible but do not know for sure. I don't know if this 
will
> help but on the driver's disk the program used to configure the card's
> eprom(?) is called EZ2000....

ISA? PCI?  What does the chip on the card say?  



LhD Administrator
LhD: Linux Hardware Database
http://lhd.datapower.com

==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: "Gabriel" <[EMAIL PROTECTED]>
Reply-To: "Gabriel" <[EMAIL PROTECTED]>
Subject: Re: Recommend a good cheap 10/100 card?
Date: Sat, 28 Aug 1999 19:34:21 -0400 (EDT)

I have a D-Link 530TX. Works well with the 
VIA Rhine driver. I think this is one of the cheapest
card around.



On Sat, 07 Aug 1999 23:09:23 GMT, [EMAIL PROTECTED]
wrote:

>In article <[EMAIL PROTECTED]>,
>  "Andrew Taylor" <[EMAIL PROTECTED]> wrote:
>> I like the Netgear FA310TX, works with the default Tulip driver but
>also
>> comes with an updated linux driver on the floppy disk.
>>
>> Andy
>> [EMAIL PROTECTED] wrote in message
>> <7og02s$evi$[EMAIL PROTECTED]>...
>> >I read the HOWTO. There are alot of 10/100 cards to choose
>> >from. Can anyone recommend a cheap one that works well
>> >(at 100 MBS) with linux?
>> >Thanx,
>> >Art.
>>
>>
>
>I'm using the LinkSys EtherFast 10/100 card
>It's around $39.95
>
>RH6.0 install found it and ran with it, no problems at all
>It uses the existing tulip driver.
>
>They also have Linux support on their website...
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.

=======================================================
Gabriel





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

From: James Ranson <[EMAIL PROTECTED]>
Subject: nfs problem with kernel 2.1.11 (fwd)
Date: Sat, 28 Aug 1999 01:18:45 -0600


Recall my previous message describing the problems mounting nfs
partitions.  The kernel can mount root, but when init tries to mount the
other partitions, it gives the following messages:

portmap: server localhost not responding, timed out
lockd_up: make_sock failed, error=-5
portmap: server localhost not responding, timed out
lockd_up: no pid, 2 users??



This all worked fine when the client was using kernel 2.0.36.  Can anyone
help me?


James Ranson
http://www.cs.uregina.ca/~ranson/



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

From: [EMAIL PROTECTED] (Ramon F Herrera)
Crossposted-To: comp.os.linux.misc,comp.protocols.tcp-ip
Subject: Re: What on earth is 'bing'?
Date: 28 Aug 1999 23:45:23 GMT

Frank v Waveren ([EMAIL PROTECTED]) wrote:
: Just out of curiosity...


:                       Frank v Waveren
:                       [EMAIL PROTECTED]
:                       ICQ# 10074100

Frank,

'bing' stands for "bandwidth ping".  It is a tool that allows
you to measure the bandwidth between any 2 routers.  Probably
the most important feature is that you can be at a point A
on the Internet and from there you can measure the BW between
points B and C.

In my particular case I manage several sites around the US
connected to the Internet through several ISPs of widely
varying quality levels.  At a certain site, we were told
that our connection to the Internet is 56 Kbps, but I suspect
that somewhere inside my provider's network there is an
unavoidable "slow link" much slower than 56K and therefore
we will never be able to achieve the BW that we are paying for.

There is a very similar tool called "traceroute+bing" that can
trace the list of routers and also give you the BW at every hop.
I have been unable to make that tool work (the 'bing' part
always says "unknown"), that's why I am looking for a standalone
bing.

-Ramon


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

From: s <[EMAIL PROTECTED]>
Subject: Re: linux setup problem
Date: Sat, 28 Aug 1999 23:48:03 GMT

try to dectated the card manuly in win95 go to control panle and the
hard wear install 

ps good luck


Sindy Yip wrote:
> 
> Dear all,
> 
> I've encountered network probing problem when I use an ISA Intel
> EtherExpress Pro 10 lan card during Red Hat Linux 6.0 installation.  It
> was running properly when in Win 95 platform.   I've tried the given 2
> Intel drivers namely EtherExpress Pro and EtherExpress Pro/100 but
> failed.
> 
> Which driver should I use instead then?
> 
> Many thx in advance
> 
> Regards,
> Sindy

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

From: Mircea <[EMAIL PROTECTED]>
Subject: Re: Unknown Network Cards
Date: Sat, 28 Aug 1999 20:02:46 -0400

Why don't you post the markings on the chips, someone surely will
recognize them.

MST


Mark Priatel wrote:
> 
> Hi guys,
> 
> I picked up two ISA network cards.  They were a cheap buy, $15 for both.  No
> drivers or model numbers.  Is there any probing software out there that can
> give me the exact make & model of these cards?  I know one is a DEC, and the
> other is an SMC, but I'm having a hell of a time trying to get these to work
> properly on Linux Or Windows...
>

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

From: [EMAIL PROTECTED] (John Brock)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: VMware - wow!
Date: 28 Aug 1999 19:15:18 -0400

In article <7q6oir$rf6$[EMAIL PROTECTED]>, Doug DeJulio <[EMAIL PROTECTED]> wrote:

>In article <[EMAIL PROTECTED]>,
>Eric deRiel  <[EMAIL PROTECTED]> wrote:

>>steve mcadams wrote:

>>> It is my understanding that the Intel x86 architecture lacks a couple of
>>> instructions that make TOTAL TRANSPARENCY impossible.  This is why I was
>>> initially skeptical.

>>If being a true virtual machine implies hardware-supported
>>transparency, then your objection is reasonable.  But if a software
>>layer makes up for the missing functionality, such that the OS running
>>on the vm still ends up with no knowledge of its circumstances, what's
>>the difference?

>The point is that you *can't* do this perfectly on today's
>IA32-compatible systems.

Can you do this perfectly on any currently popular microprocessor?  I
vaguely remember reading that there was an internal fight over the
PowerPC, and some people were unhappy because IBM chose not to make the
PowerPC architecture completely virtualizable.  If true that's a shame;
having worked on IBM's VM OS I understand how true hardware supported
virtual machines can be extremely useful.  Also, what about Alpha,
Sparc, PA-RISC, and Merced?
-- 
John Brock
[EMAIL PROTECTED]

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

From: s <[EMAIL PROTECTED]>
Subject: slow ping time gate way
Date: Sat, 28 Aug 1999 23:58:40 GMT

i have at home cable serves put wen i ping my gate 24.7.63.1
i get high ping time some where like 10000ms 
help i cant use netscape or any thing
dns 24.0.200.33 and 24.0.200.34
stana1.occa.home.com
computer name is cc1003148-a

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

From: Vincent Bodenstab <[EMAIL PROTECTED]>
Subject: Re: NetWork Newbie
Date: Sun, 29 Aug 1999 01:03:20 +0000

Tim wrote:

>   I am a newbie when it comes to networking in linux.  I am having some
> trouble just locating the tool that I can use to canfigure my network.
> I have RedHat 6 and want to configure my system for my ADSL connection
> with a dynamic IP.  Thanks.

Try starting "control-panel" in an xterm as root... gives you all the
tools you need

Good Luck,

Vincent Bodenstab


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

From: Tim <[EMAIL PROTECTED]>
Subject: NetWork Newbie
Date: Sat, 28 Aug 1999 22:54:16 GMT

  I am a newbie when it comes to networking in linux.  I am having some
trouble just locating the tool that I can use to canfigure my network.
I have RedHat 6 and want to configure my system for my ADSL connection
with a dynamic IP.  Thanks.


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


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