Linux-Networking Digest #483, Volume #12          Mon, 6 Sep 99 01:13:34 EDT

Contents:
  Re: newbie: no Ne2000 PCI driver under Linux? ("Zoots")
  Intel EtherExpress16 Problems ("lsagala")
  Re: Help requested re nfsd/tcp and RH 6.0 problem ([EMAIL PROTECTED])
  Configuring a 3com USrobotics 56k PCI ("Alex Perucchini")
  on demand dial up from a central server ("Sudip Sarbajna")
  funky ip behavior: ping eth1, and eth0 responds! ("Bruce Bantos")
  Re: Change Port on 3Com 509b??? ([EMAIL PROTECTED])
  Re: manual, tutorial or howto about security on a linux web server mail server 
(Howard Mann)
  Connect to ISP, then nothing happens??? (Don Chorman)
  Re: Configuring a 3com USrobotics 56k PCI (Rob Clark)
  Re: Connect to ISP, then nothing happens??? (Howard Mann)
  Re: Configuring a 3com USrobotics 56k PCI ("Anders S. Buch")
  THANK YOU!! Re: NFS Daemon Failed to load:  nfssvc not Implemented (newsseeker)
  Re: Help with Win95 and Samba ("Steve Cowles")
  Re: Connect to ISP, then nothing happens??? (Don Chorman)

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

From: "Zoots" <[EMAIL PROTECTED]>
Subject: Re: newbie: no Ne2000 PCI driver under Linux?
Date: Mon, 06 Sep 1999 02:11:46 GMT

Hi Mark,
The only Realtek driver I know of is the 'rtl8139'.  A good place to find
ethernet driver info is Don Becker's site...since he wrote and/or maintains
most of the popular drivers. You should find what you need here.

Linux network drivers:  http://cesdis.gsfc.nasa.gov/linux/drivers/

Cheers..


Mark Burger wrote in message ...
>Hi! I'm a newbie who just started getting into Linux with Red Hat 6.0
>(2.25-15) and naturally ran into *some* problems.
>
>    <<snipped by Zoots >>
>
>TIA!





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

From: "lsagala" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.linux.mandrake
Subject: Intel EtherExpress16 Problems
Date: Mon, 06 Sep 1999 01:32:32 GMT

I'm having problems getting my EtherExpress16 recognized and
working. I tried using netcfg, linuxconf but nothing worked. At bootup, it
errors everytime with eth0 delaying and failing. Any idea?




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

From: [EMAIL PROTECTED]
Subject: Re: Help requested re nfsd/tcp and RH 6.0 problem
Date: Mon, 06 Sep 1999 02:33:26 GMT

I am not sure about your problem but here are a couple of things that
might help.

1) can you use NFS to mount something that is not beyond the firewall?

2) what kind of error message are you getting?

3) how are you setting up for NFS?

4) I just setup NFS on RedHat 6.0.  Make sure you restart your portmap
daemon and then your NFS daemon.  Make sure that the mount point exists
on your machine (create the /mnt/my_mount_directory ).

Good Luck,
Chip

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> I just upgraded to RedHat 6 and now am unable to NFS mount my home
> directory across a firewall.  The only difference I notice is that
> rpcinfo -p reports that nfsd is only using the udp protocol, whereas
in
> RH 5.2 rpcinfo showed both a udp process and a tcp process.  I'm
> thinking this is relevant to the hole that was punched in the firewall
> to let me nfs mount.  Two questions, then: Might this indeed be the
> source of the problem?  And if so, is it still possible to start an
nfsd
> process that uses tcp?  Or do I need to find a different solution?
>
> Thanks.
>
> Chris Menzel
>
>


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

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

From: "Alex Perucchini" <[EMAIL PROTECTED]>
Subject: Configuring a 3com USrobotics 56k PCI
Date: Sun, 5 Sep 1999 20:02:32 -0600

Hello,

I have spent the better portion of my weekend trying to configure my
modem... a new
3Com 56k PCI voice fax modem (not a winmodem).  Unfortunately my RedHat boot
installation is not detecting my internal modem in it's appropriate serial
port... COM2 on windows. This modem works fine on Win98 but for some reason
I cannot make it to work on Linux, and I desperately want it to work on
Linux so that I can stop using Win 98! Be warned, I am an newbie to LINUX
but already a converted soul!

Here is what I tried/did/looked-up/experimented....
-I have read all the appropriate How To's
-did a setserial to /dev/cua1 got an unknown serial port
-dmesg only picks-up com1
-there are no jumper setting that I can adjust on my modem, so I could not
reset those;
-Disabled my serial port in the BIOS to no avail.
-talked with a couple of LINUX experts.

My questions are:

1- Does anyone have any experience with PCI modems besides the fact that are
next to impossible to configure?
2- Where else can I go for help?

Thank you in advance,

Alex--



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

From: "Sudip Sarbajna" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: on demand dial up from a central server
Date: Mon, 06 Sep 1999 01:56:48 GMT

Hi everyone
Could you help me out in the following situation?
1. I have a small lan consisting of couple of pc's and a linux box.
2. I want the linux box to be the central server for dialing up to my ISP
3. The set up should be like - when any address( say from a browser on a pc
in the lan) which is not on the lan is requested by any application - the
linux box will dial up to my ISP and establish a PPP connection so that the
application can access the requested address.
I know ( although I have not done it yet) that many people have a similar
configuration. But one thing I am not sure about is how shall linux close
the connection with ISP when the need is over.

I think I shall have to run special software ( gateway ?) on the linux box
to accomplish the task. Can you guru's tell me what step should I follow or
any pointer to my query?

Thanks in advance.

Sudip




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

From: "Bruce Bantos" <[EMAIL PROTECTED]>
Subject: funky ip behavior: ping eth1, and eth0 responds!
Date: Mon, 06 Sep 1999 02:47:22 GMT

Problem:

I ping two separate cards in the same box (eth0 and eth1), but only one card
(eth0) replies. They both seem to ping ok, but if I unplug eth0, neither
card works. It is as if any ping to eth1 is redirected to eth0, which then
replies to the ping. Since I disabled IP forwarding, what is causing this
behavior?

Background:

I just configured a new linux box. I am a relative newcomer to Linux, and I
like what I see so far. I installed two netgear cards in the box, did a
custom red hat 6 install, and then updated the tulip drivers to the latest
version (0.91 I think). I did choose the IP forwarding option during
install, but I have disabled it in the /etc/sysconfig/network file
(FORWARD_IPV4 = "no"). I configured eth0 to use ip = 192.168.0.100, and eth1
to use 192.168.0.101. There are no errors on boot, and eth0 and eth1 come up
ok. The correct i/o addresses and interrupts are assigned, as shown in
/sbin/ifconfig.

Results of ifconfig:

eth0      Link Encap: Ethernet
            Inet addr: 192.168.0.100 Bcast: 192.168.0.255 Mask:
255.255.255.0
            UP BROADCAST RUNNING MULTICAST  MTU: 1500 Metric: 1
            Rx packets: 0
            Tx packets: 0
            Interrupt: 10  Base Address: 0x6800

eth1      Link Encap: Ethernet
            Inet addr: 192.168.0.101 Bcast: 192.168.0.255 Mask:
255.255.255.0
            UP BROADCAST RUNNING MULTICAST MTU: 1500 METRIC: 1
            Rx packets: 0
            Tx packets: 0
            Interrupt: 11 Base Address: 0x6c00

lo          loopback blah blah...

Now if I go to another machine on my network and ping eth0 (192.168.000.100)
with 100 packets I get the expected results:

eth0:    Rx packets: 102
           Tx packets:  107

eth1:    Rx packets:  6
            Tx packets:  1

not exactly 100 packets received and transmitted by eth0, but close enough.

Now if i ping eth1 (192.168.0.101) with 100 packets, I get this (the packet
counts are reset to zero before doing this):

eth0:   Rx packets: 5
           Tx packets: 105

eth1:   Rx packets: 103
           Tx packets: 3

As you can see, eth1 is getting the ping packets, but then eth0 is
responding. My friends, what is up?

Thanks

Bruce




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

From: [EMAIL PROTECTED]
Subject: Re: Change Port on 3Com 509b???
Date: Mon, 06 Sep 1999 02:12:41 GMT

I saw a guy do this once in linux by going in and hacking the c code for
the network card.  I'm not quite that good (yet!).

The way I do this is to use a DOS config program called 3c5x9cfg.exe
which comes on a disk when you buy the retail version of the 3com 3c509b
network card.

 I have a Windows/Linux dual boot machine, at the lilo prompt I type
win98 to start windows and then hit F8 key to start in safe mode, choose
dos command line only.  Then put in floppy disk and run 3c5x9cfg.exe
program which will allow you to configure card.

Try 3Com's web site, if you can't find the program I can email it to
you.

Chip

In article <7quu7d$[EMAIL PROTECTED]>,
  "PC 2" <[EMAIL PROTECTED]> wrote:
> Folks--
>
> I finally got both network cards to work under Linux... but now my
question
> is this--
>
> how do I get the proper port <ie- the RJ45 and not the BNC, to come up
under
> Linux?? All it wants to see on one of them is the BNC, although it
sees the
> RJ on the other one.
>
> While we're at it-- how do I get that to happen under NT? <I'm running
a
> dual-boot here>
>
> Thanks in advance!
>
>


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

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

From: Howard Mann <[EMAIL PROTECTED]>
Subject: Re: manual, tutorial or howto about security on a linux web server mail server
Date: 6 Sep 1999 01:03:37 GMT

In article <01bef7da$fda2f900$0164a8c0@greg>,
        "Greg Bruhin" <[EMAIL PROTECTED]> writes:
> Hi, 
> 
> If you know where I could find some good tips and documentation about
> securing a linux based web server, I would be very grateful !
> 
> 
> Thanks 
> 
> Greg

https://www.seifried.org/lasg/

You may find many more with any search engine :-)

Cheers,


-- 
Howard Mann
http://www.newbielinux.com   
(a LINUX website for newbies)
Smart Linuxers search at: http://www.deja.com/home_ps.shtml


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

From: Don Chorman <[EMAIL PROTECTED]>
Subject: Connect to ISP, then nothing happens???
Date: Sun, 05 Sep 1999 23:17:04 -0400

I am connecting to my ISP using Kppp. I dial in,
connect, use PAP auth. and log on to the network. I then open netscape
and nothing happens. I see it is looking for a host, and it cannot find
it. I have been able to ping IP addresses successfully in a terminal. I
have even been able to open up a web page if I type in the IP address
instead of an alias.. I cannot ping WWW addresses. I assume that I have
a resolving problem. I  edited the resolv.config like the following (the
numbers are not real):

search
nameserver 123.456.78.6
nameserver 132.232.33.2


 Any suggestions??
 Thanks a Ton!,
Don


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

Subject: Re: Configuring a 3com USrobotics 56k PCI
From: [EMAIL PROTECTED] (Rob Clark)
Date: Mon, 06 Sep 1999 02:21:27 GMT

In article <7qv6v0$469$[EMAIL PROTECTED]>,
Alex Perucchini <[EMAIL PROTECTED]> wrote:

>I have spent the better portion of my weekend trying to configure my
>modem... a new
>3Com 56k PCI voice fax modem (not a winmodem).  Unfortunately my RedHat boot
>installation is not detecting my internal modem in it's appropriate serial
>port... COM2 on windows. This modem works fine on Win98 but for some reason
>I cannot make it to work on Linux, and I desperately want it to work on
>Linux so that I can stop using Win 98! Be warned, I am an newbie to LINUX
>but already a converted soul!
[..]

Is this one of the new 3Com 3CP5610 modems?  Their older PCI modems are
all software modems, but the 3CP5610 and 3CP5609 may be Linux compatible.

There is a special sequence of steps using setserial that you will have to
perform to use a PCI hardware modem-- they are relativcely new and not
automatically recognized by Linux.

Please check the instructions at:
http://www.math.sunysb.edu/~comech/tools/PCImodems.html

You may want to check first for your modem at:
http://www.o2.net/~gromitkc/winmodem.html

Rob Clark, [EMAIL PROTECTED]

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

From: Howard Mann <[EMAIL PROTECTED]>
Subject: Re: Connect to ISP, then nothing happens???
Date: 6 Sep 1999 03:46:12 GMT

In article <[EMAIL PROTECTED]>,
        Don Chorman <[EMAIL PROTECTED]> writes:
> I am connecting to my ISP using Kppp. I dial in,
> connect, use PAP auth. and log on to the network. I then open netscape
> and nothing happens. I see it is looking for a host, and it cannot find
> it. I have been able to ping IP addresses successfully in a terminal. I
> have even been able to open up a web page if I type in the IP address
> instead of an alias.. I cannot ping WWW addresses. I assume that I have
> a resolving problem. I  edited the resolv.config like the following (the
> numbers are not real):
> 
> search
> nameserver 123.456.78.6
> nameserver 132.232.33.2
> 
> 
>  Any suggestions??
>  Thanks a Ton!,
> Don
> 

The file in question is "  /etc/resolv.conf "

Mine has :


search xmission.com 
nameserver 198.60.22.2
nameserver 198.60.22.22


Cheers,

-- 
Howard Mann
http://www.newbielinux.com   
(a LINUX website for newbies)
Smart Linuxers search at: http://www.deja.com/home_ps.shtml


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

From: "Anders S. Buch" <[EMAIL PROTECTED]>
Subject: Re: Configuring a 3com USrobotics 56k PCI
Date: Sun, 05 Sep 1999 20:02:51 -0400

Alex Perucchini wrote:

> I have spent the better portion of my weekend trying to configure my
> modem... a new
> 3Com 56k PCI voice fax modem (not a winmodem).

How sure are you its not a winmodem?  The last thing I heard was
that no manufacturers are making real modems for the PCI bus.
I hope I'm wrong!!

Anders Buch



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

From: newsseeker <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,alt.os.linux,comp.os.linux.misc
Subject: THANK YOU!! Re: NFS Daemon Failed to load:  nfssvc not Implemented
Date: Sun, 05 Sep 1999 23:05:03 -0500

Everyone,

Thank you so much.  I've been tearing my hair out trying to find out why, and
your suggestions look like they did the trick.  I just recompiled my kernel
with the NFS server and daemon included in the kernel, not as modules.....that
seems to be the key.  Why?  I don't know, but I'm just happy to get it
running.

Thanks again,
--nwskr

"Peter S. Fales" wrote:

> In article <[EMAIL PROTECTED]>, root  <[EMAIL PROTECTED]> wrote:
> >When upgrading my RedHat 6.0 to kernels 2.2.10 and 2.2.12, the
> >NFS Daemon does not load properly.
> >
> >At boot, I get FAILED, and when trying to run /usr/sbin/rpc.nfsd
> >manually, I get;
> >nfssvc: Function not implemented
> >
> >NFS runs properly under the default RH6.0 kernel 2.2.5-15 kernel.
> >
> >Any suggestions on how to fix this?
>
> I ran into this problem and fixed it by the following.  I'm not sure
> why this works so, I don't know if this is the "right" way to do it:
>
> (Using "make menuconfig")
>
> - Under "Code maturity level options" select
>         "Prompt for development and/or incomplete drivers"
>
> - Under "Filesystems->Network File Systems" select "Y" for NFS server
>         support.  (I *think* you can build it as a module also, but
>         you may need to manually load the nfsd module.)
>
> - Despite the above, continue using the user space NFS drivers.
>
> YMMV.
>
> --
> Peter Fales                       Lucent Technologies, Room 9A-213
> N9IYJ                             2000 N Naperville Rd PO Box 3033
> internet: [EMAIL PROTECTED]     Naperville, IL 60566-7033
> Remove the "1" from my email      work: (630) 979-8031


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

From: "Steve Cowles" <[EMAIL PROTECTED]>
Subject: Re: Help with Win95 and Samba
Date: Mon, 06 Sep 1999 03:57:07 GMT

See below

Steve Cowles
SWCowles at gte dot net


fishmaster <[EMAIL PROTECTED]> wrote in message
news:VBEA3.4707$[EMAIL PROTECTED]...
> Just another cry for help.
>
> I have two computers. PC1 runs Win95 (950.C) & PC2 runs Red Hat 6.0. I am
> trying to setup small local network with Linux being a file /printer server.
>
> Up to now I was able to ping SAMBA server from Win95 client
> ping 192.168.20.2, however when I tried to ping using servers name
> ping wild.fredy.com stupid Win95  is trying to dial out to internet provider
> (PC1 has a modem and a network card)!

First, Samba (nmb/smb) and ping (ICMP) have nothing to to with each other. Samba
"typically" uses a WINS server or a lmhosts file for name resolution. It can also be
configured to use DNS (typically a last resort!!). Ping uses the resolver libs which 
use
either the hosts file or DNS for name resolution. I'd be willing to bet that your Win95
box is dialing out to the internet because you have not listed your linux box's ip 
address
in your Win95's hosts file. So it is trying to contact the DNS server of your ISP to
resolve wild.fredy.com. Another trick I learned (to keep your system from falsely 
dialing)
is to add the "workgroup/domain" name to the hosts file or DNS server. ie. If you are
using workgroup as your "workgroup" name

192.168.20.2  wild.fredy.com  wild workgroup

be sure that you also specify fredy.com in the "domain" section and also the "domain
suffix search order" of tcp/ip properties in MS.

>
> Pinging from Linux is ok both with domain name and IP address!
> nmblookup -B ACLIENT '*' finds Win95 client
> 192.168.20.9 *<00>
>
> I am also able to login into Samba server on Linux PC
>
> I have modified lmhosts.sam file in c:\windows to reflect the server name
> (192.168.20.2       wild.fredy.com   #PRE)

I hope this was a typo... lmhosts.sam is the "sample" lmhosts file provided my MS. If 
this
is not a typo, then rename "lmhosts.sam" to "lmhosts"

>
> I have also set all the networking parameters in the Network setup windows
> in Win 95: IP address 192.168.20.9, subnet mask 255.255.255.0, WINS
> 192.168.20.2 and etc

If your specifing a WINS address, did you enable the "wins support" component of 
Samba??
This tells Samba (nmbd) to be a WINS server. Then when your 95 box comes up... it will
register its self with the WINS server.

>
> smbclient -L wild.fredy.com on Linux PC returns
> Share       Type    Comment
> --------         -------    -------------
> tmp            Disk      temp files
> Profiles     Disk
> etc
>
> SERVER            Comment
> -------------             -------------
> WILD                   Samba Server
>
> Workgroup          Master
> ---------------          ----------
> Mygroup
>
>
> ----------------------------------------------------------------------------
> ------------
> My problem is some what multi level.
> 1. How do I get Win95 to ping properly?

You will need to put the ip address of your linux box in the "hosts" file on your Win95
box. By doing so, your Win95 box will not try to issue a DNS query, which is probalby
causing your system to dial out to the internet. You should also put the ip address of
your Win95 box in the /etc/hosts file of your linux box.

>
> 2. Net View reports error 53 (computer not found) How do I get Network
> Neighborhood to see Linux shares?

First, enable the "wins support" as mentioned above. Also make sure that both win95 and
samba are configured for the same workgroup/domain. Then both Samba and win95 will
register with the WINS server and you will then be able to see both systems in "Network
Neighborhood". If you want to go one step further... configure Samba to be a "logon
server/domain controller" and then configure "Client for MS networking" to logon to the
domain.

> I have gone over John Blairs book (Samba Integrating Unix and Windows)
> couple of time... I am missing something very obvious????
>
>



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

From: Don Chorman <[EMAIL PROTECTED]>
Subject: Re: Connect to ISP, then nothing happens???
Date: Mon, 06 Sep 1999 00:44:17 -0400

I have updated the /etc/resolv.conf  so that it looks exactly as follows:

search kvi.net
nameserver 205.132.53.33
nameserver 205.132.48.6

Unfortunately, this did not remedy the problem.
:-(
Anything else I could try?
Thanks,
Don
Howard Mann wrote:

> In article <[EMAIL PROTECTED]>,
>         Don Chorman <[EMAIL PROTECTED]> writes:
> > I am connecting to my ISP using Kppp. I dial in,
> > connect, use PAP auth. and log on to the network. I then open netscape
> > and nothing happens. I see it is looking for a host, and it cannot find
> > it. I have been able to ping IP addresses successfully in a terminal. I
> > have even been able to open up a web page if I type in the IP address
> > instead of an alias.. I cannot ping WWW addresses. I assume that I have
> > a resolving problem. I  edited the resolv.config like the following (the
> > numbers are not real):
> >
> > search
> > nameserver 123.456.78.6
> > nameserver 132.232.33.2
> >
> >
> >  Any suggestions??
> >  Thanks a Ton!,
> > Don
> >
>
> The file in question is "  /etc/resolv.conf "
>
> Mine has :
>
> search xmission.com
> nameserver 198.60.22.2
> nameserver 198.60.22.22
>
> Cheers,
>
> --
> Howard Mann
> http://www.newbielinux.com
> (a LINUX website for newbies)
> Smart Linuxers search at: http://www.deja.com/home_ps.shtml


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


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