Linux-Networking Digest #35, Volume #11           Tue, 4 May 99 06:14:05 EDT

Contents:
  Syntax for Fetchmail and Sendmail ("Frank Apap")
  Re: DHCP Core Dumps! (Bill Peters)
  tcp window size ("Gutterman Zvika")
  Re: kppp: connect before login & keep connection (DonJr)
  network failure upon recompilation ([EMAIL PROTECTED])
  Re: Help: Can tcpdump capture a UDP datagram refragmented by IP layer? 
([EMAIL PROTECTED])
  Re: Samba Server not in Network Neighborhood (Claus Flachenecker)
  HP 4MP cannot got "40 ERROR" using serial. ("Felix Leung")
  Re: NT faster than Linux? (Jamie)
  Re: viewing Linux Xserver Xfree86 on NT ? ("Larry Brasfield")
  Intel 82558 LAN Adapter (Matt Klein)
  Re: How to activate devices on Rehat? (Thomas Zimmerman)
  Re: Samba and Win '98 ([EMAIL PROTECTED])
  Re: Need recommendations on 10/100 NIC. (Clay Calvert)
  Help! Reverse DNS on Red Hat 5.2 ([EMAIL PROTECTED])
  Linux ppp server and win98 dialup client (Ronald Hovens)
  Re: serieller Remotezugriff auf DOS-Rechner? (Walter Loepsinger)
  Re: BOOTP relay and CIDR (Taisto Qvist)
  Re: ppp works but no ping (stephen)
  Re: Which NIC is good for Linux and Win98? (Bill Long)
  Re: Need recommendations on 10/100 NIC. (Jim & Laura Behning)

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

From: "Frank Apap" <[EMAIL PROTECTED]>
Subject: Syntax for Fetchmail and Sendmail
Date: Mon, 3 May 1999 20:00:43 -0400

What are the steps for setting up fetchmail and sendmail and what are the
syntaxes for using them.  I am new to linux and am trying to make a script
that :

1-Connects to a remote pop3 mail server.
2-Reads in new Mail.
3-Replies to the mail with a pregenerated "Thank you" message.
4-Fowards that mail to another email address of mine.

ANY info on this would be great..this is my task and I have little clue how
to start.  Thank you.

A reply through email would be great!

Thanks again.



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

From: Bill Peters <[EMAIL PROTECTED]>
Subject: Re: DHCP Core Dumps!
Date: Mon, 03 May 1999 23:14:07 -0700

John L. Papp wrote:
> 
> I just got ASDL and installed RedHat 5.2 with ethernet support.  The
> kernel has no problem locating the NIC at the correct I/O and IRQ
> value.  However, DHCP fails at boot.  When I run the daemon from the
> command line (/sbin/dhcpcd), I get a core dump.  The NIC is a 3COM
> EtherLink III 3c509B-TPO 10BaseT.  I am currently using the 3c50x driver
> pre-compiled in the kernel.  I have no problem running the system out of
> NT and 98 and all the green lights are on telling me there is a
> connection when I try from Linux.  Since I am getting a core dump, I
> think I might have an installation problem.  The installed version is
> dhcpcd-0.70-2.  Kernel is 2.0.36-0.7.
> 
> Any help would be appreciated.
> 
> --
> John L. Papp
> Aerospace Engineer/System Administrator
> Computational Fluid Dynamics Research Laboratory
> e-mail:  [EMAIL PROTECTED]
> web:  www.cfdrl.uc.edu/~jpapp/

John:

        Did you ever figure out why your dhcpcd was core-dumping?  I've had a
similar experience.  I have a Redhat 5.2 system & version 0.7 of 
dhcpcd.  I just had US West set up an ADSL line and they supplied me
with a Cisco 675 routing modem.  US West is making all their new 
customers connect with the Cisco set to PPP mode as opposed to Bridging
Mode like some friends of mine have.  When my system finishes booting,
dhcpcd is nowhere to be found, and when I run it with the -d option,
I find that it core-dumps like yours did.  If I run tcpdump, too, I 
find that the core-dump occurs after two pairs of "bootpc" and "bootps"
packets are exchanged.  Inside the packets I found the IP address it
was trying to give me, and if I set up a static IP with that address,
the network works.  But this PPP mode apparently turns the Cisco into 
a firewall, so I can't telnet from outside back to my Linux box, for 
instance.  (If I do, I get the cbos> prompt that one gets when one 
talks to the Cisco through its Management Port.)  Since I was curious to
see if my dhcpcd was crashing because of some faulty setup of Linux,
I carried my computer over to a friend's house who had the same ISP
(uswest.net) but whose account was set up for Bridging Mode.  In that
environment, my dhcpcd runs perfectly.

        If you or anyone else has a better solution than my kluge, I'd
appreciate hearing about it!

Bill Peters
Steward Observatory
University of Arizona

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

From: "Gutterman Zvika" <[EMAIL PROTECTED]>
Subject: tcp window size
Date: Tue, 4 May 1999 05:30:07 +0200

Is the a way to control the tcp windows size (Something like the solaris ndd
comand)
on a linux machine?
If not, is there an option to control it when compiling the kernel?

thanks.

__

Zvika.



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

From: DonJr <donjr@[127.0.0.1]>
Crossposted-To: comp.windows.x.kde,alt.os.linux.dial-up,comp.os.linux.setup
Subject: Re: kppp: connect before login & keep connection
Date: Tue, 04 May 1999 03:35:29 -0400

TARogue wrote:
> 
> On Mon, 03 May 1999 15:02:45 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>  scribbled something about kppp: connect before login & keep connection:
> >How can I set up kppp to make a connection automatically, i.e. without having
> >to start it and click "connect"? This should be done either automatically
> >after logging in via kdm, or better yet, before logging in (when kdm starts).
> >
> >Also, how can I set up kppp (or use other tools) to keep the connection alive?
> >(My ISP kicks me out after a certain time of inactivity.)
>

Note it may not be your ISP that is kicking you out after an idle
period.
 Check for an 'idle n' parameter being given to pppd.

 
> with a redhat-type system, check in
> /etc/sysconfig/network-scripts/ifcfg-ppp0 for ONBOOT=yes
> 
> that line initiates the dial-up connection at boot time. to keep
> connected, set up a cron job (crontab -e) to access a remote server
> every x minutes. mine is set as root to set my local clock to the same
> time as the remote servers clock every 15 minutes.
> 
> 15 * * * *      rdate -s remote.server.com
> 
> --


--
 -----------------------
  Don E. Groves, Jr.
  my Email is jetnick AT erols DOT com
   
  I'll add a witty saying here later.

================

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

From: [EMAIL PROTECTED]
Subject: network failure upon recompilation
Date: Tue, 04 May 1999 06:49:58 GMT

This may sound like a stupid question, but I recompiled my RedHat 5.2 kernel
and now i am left without any network connection. Everything works fine in
windows, but all host lookups fail when I try to connect in linux.  I have a
3Com card and recompiled the same kernel, 2.0.36.
am i missing somethign here?

-sara

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux,comp.os.linux.help,comp.protocols.tcp-ip,comp.unix.bsd
Subject: Re: Help: Can tcpdump capture a UDP datagram refragmented by IP layer?
Date: 4 May 1999 06:51:00 GMT

In comp.protocols.tcp-ip Witman Peng <[EMAIL PROTECTED]> wrote:
> Hi there,

> I am sorry to post this question again because I have not got any feedback
> yet. My question is:

> I use tcpdump or snoop to capture the UDP datagram on a specific UDP port.
> But if the datagram is fragmented by IP layer, can I get all these fragments
> or just the first fragment containing the UDP header? Any hints would be
> appreciated.

Shure.

It looks like this :
08:48:48.096968 holodoc.hq.gbg.netman.se.nfs > warp.hq.gbg.netman.se.70d1b3d8: reply 
ok 1472 readdir (frag 46420:1480@0+)
08:48:48.098202 holodoc.hq.gbg.netman.se > warp.hq.gbg.netman.se: (frag 
46420:1480@1480+)
08:48:48.099434 holodoc.hq.gbg.netman.se > warp.hq.gbg.netman.se: (frag 
46420:1480@2960+)
08:48:48.100664 holodoc.hq.gbg.netman.se > warp.hq.gbg.netman.se: (frag 
46420:1480@4440+)
08:48:48.100744 holodoc.hq.gbg.netman.se > warp.hq.gbg.netman.se: (frag 46420:48@5920)

here "holodoc" sends a nfs packet (normally fragmented at the transmitter side).


> BR,
> Witman Peng




-- 
--
Peter Håkanson            Phone +46 0708 39 23 04
Network Management AB     Fax   +46 031 779 7844
Email : use peter (at) gbg (dot) netman (dot) se  No copy to sanford wallace!

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

Date: Tue, 04 May 1999 08:47:57 +0200
From: Claus Flachenecker <[EMAIL PROTECTED]>
Crossposted-To: linux.samba
Subject: Re: Samba Server not in Network Neighborhood

[EMAIL PROTECTED] wrote:

>  I have a RedHat 5.2 machine running Samba(v 1.9.18p10-3).  I edited the
> default smb.conf putting entries for the groupname, added a share, and added
> some allowable hosts.  I ran testparm, which found no errors, but I can't see
> it on the network (I even ran a 'Find Computer...' for it w/ no success).  I
> can't map a drive to the share I created either.  Any ideas?

A friend of mine had the same problem. The answer was the following in his case:

The automatic linux installation also started a dummy network device with the
same ip address as the real ethernet interface. After removing the dummy
interface entry, everything was fine.
So maybe you run ifconfig and see if you have the same problem....

Good luck,
Claus



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

From: "Felix Leung" <[EMAIL PROTECTED]>
Subject: HP 4MP cannot got "40 ERROR" using serial.
Date: Tue, 4 May 1999 16:07:21 +0800

I have a HP LaserJet 4MP which used serial connection to connect with Redhat
Linux ver 5.2, I already installed teh printer driver "hp4mp", it works fine
when I print ASCII testing, but it got error message once I try to print
postscript testing.

The "40 ERROR" definitation is :

"The printer encountered an error while transferring data from the computer.
If you are using the serial I/O, you might have caused this error by turning
the computer ON or OFF while the printer was on line; or your printer's baud
rate or parity was not the same as the computer's."

then I tried to change the closing_wait and closing_wait2 into higher
number, it stills doesn't work. THen I tried another which is matching the
baud rate speed on the printer and serial port are the same (57600, 9600,
etc), it also got the error message.

Anyone have any idea?

I would be appreciated if you could help.

Felix Leung
U of W, Business Computing B.A.
System Analyst
Lexibook Ltd. HK.



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

From: Jamie <[EMAIL PROTECTED]>
Crossposted-To: linux.samba,uk.comp.os.linux
Subject: Re: NT faster than Linux?
Date: Tue, 04 May 1999 09:44:44 +0100
Reply-To: [EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:

< snip >

> Of course. The LAST thing he had a hand in programming was probably M$ BASIC
> in the 80's, and we all know how crap that was.
> 
> He BOUGHT DOS remember. someone else WROTE it.

Yes, it had been QDOS (Quick and Dirty Operating System), sounds like
something else that got lost along way.


-- 
=======================================================
Jamie                        [EMAIL PROTECTED]
          it wasn't me ...

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

From: "Larry Brasfield" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.x
Subject: Re: viewing Linux Xserver Xfree86 on NT ?
Date: Tue, 04 May 1999 04:55:30 GMT

I am just refining Michael's tips a little.
His advice is essentially correct.  In
fact, it applies for use of X in general.

Michael P. Meyer <[EMAIL PROTECTED]> wrote in message 
news:B6uX2.1201$[EMAIL PROTECTED]...
> 1. Start your xserver on the pc.  You may need to configure it to run in
> "Single window mode", or whatever.

The MiX server (MicroImages X server as
referred to below) comes as a set of .exe's
for the Windows platform.  The icon that is
installed launches TNTSTART.exe which
starts both the server itself, XS.exe, and a
window manager TWM.exe.  (I don't know
how the window manager runs on the server
instead of the client as is usual with X, but
it doesn't matter here.)

To use (one of) the Linux window managers,
(KDE in my case), just be sure XS.exe has
been started first on the Windows machine,
the one whose net name is "pcaddress" here.

For your Mac, I'm sure there is a similar split
of responsibility among executable images,
but they will be named differently, of course.

> 2. Telnet into your linux box, login as your userid

I don't think the MiX server enforces any kind
of access privilege based on userid.  You can
also start this from the Linux console if you do
not have telnet on your Mac.

> 3. set your DISPLAY variable:  "export DISPLAY=pcaddress:0.0"

That's the bash or ksh invocation.  Under csh or
tcsh you would "setenv DISPLAY pcaddress:0.0".

> 4. run your .xinit or /etc/X11/xinit     verify these file locs first I
> can't remember where they live.

It is sufficient to start the window manager
at this point.  For example, I do "startkde".

If this was too detailed an explanation, I
apologize.  It is easy to gloss over some
non-obvious details.

> Robin Jackson <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > In article <7E5X2.3438$[EMAIL PROTECTED]>,
> > "Larry Brasfield" <[EMAIL PROTECTED]> wrote:
> >
> > >As they say at their site,
> > >  http://www.microimages.com/freestuf/mix/
> > >MicroImages is happy to make its X Server freely
> > >available for use on any Macintosh or Windows computers.
> > >
> > >It installs very easily, works great, and can
> > >pretty much be configured by referring to
> > >the X documentation.

That might be an oversimplification.  (A
lot can hide under that "pretty much".)

> > Well I have MI/X on my Mac.
> >
> > HOW do I get the normal Xwindowx desktop that comes up on my Linux machine
> > to come up under MI/X?
> >
> > ie I want to see the control Panel, desktop manager, start bar etc??

The window manager provides that stuff.
To see what you see on the Linux box's
display, you must run the same one.

> > I have tried setting DISPLAY but nothing seems to work?

Unless there is some strangeness with
Mac sockets ports, the above should work
if you have IP connectivity otherwise.

--
--Larry Brasfield
Above opinions may be mine alone.
(Humans may reply at unundered [EMAIL PROTECTED] )




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

From: Matt Klein <[EMAIL PROTECTED]>
Subject: Intel 82558 LAN Adapter
Date: Mon, 26 Apr 1999 20:22:23 +0000

I have the Intel 82558 LAN Adapter on my motherboard... Has anyone had
any success in using this with Linux? I think this is the same chipset
that is present on many of the supported Intel networking cards, so I
think it should work... I am running redhat 5.1 (kernel 2.0.36). Any
help would be appreciated...
-- 
Matt Klein
[EMAIL PROTECTED]

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

From: Thomas Zimmerman <[EMAIL PROTECTED]>
Subject: Re: How to activate devices on Rehat?
Date: Mon, 03 May 1999 22:05:06 -0700
Reply-To: [EMAIL PROTECTED]

Luc Wastiaux wrote:
> 
> I have redhat 5.2 and to connect to the internet
> I use "usernet&" to activate ppp0 and connect to the internet.
> is there a command that does this, so I don't have to use usernet& ?

I was able to use "ifup ppp0" to start a connection and "ifdown ppp0" to
take the link down. I got tired of doing that by hand, so I had a look
at www.freshmeat.net and found diald to bring the link up on demand.

Qubes

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

From: [EMAIL PROTECTED]
Subject: Re: Samba and Win '98
Date: Tue, 04 May 1999 08:24:47 GMT

In article <#df0DJdl#GA.205@cpmsnbbsa03>,
  "Colonel Panic©" <[EMAIL PROTECTED]> wrote:
> i must agree...encryption of samba passwd is one more bolt on the door...
>
> Earl W. Harlow <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> I have setup a Samba server and I have all of my Windows '95 machines
> logging into it just fine.  I can see both the server and the workgroup in
> Network Neighborhood.  If I want to log into the Samba server, I double
> click on the server and the resulting dialog box recognizes the user
> properly (from the Microsoft Client logon) and asks for the users password.
> Once supplied, it logs on correctly.
> My problem is on the few Win '98 machines we have.  The process is the same.
> I can see both the workgroup and the Samba server in Network Neighborhood.
> When I try to open the Samba server, it provides the same dialog box asking
> for the password, but in Win '98, it sees the machine as IPC$ instead of the
> user's logon name.  Needless to say, I cannot supply the users name anywhere
> and the password for the user does not work, of course.
> Can anybody tell me what I need to change in Win '98 (registry or what) so
> that it will supply the proper logon information to the Samba server?
> thanks
> Earl Harlow
> Weather Modification, Inc.
>
>

Reply from Badr Naseem , [EMAIL PROTECTED]

Hi there !

To overcome your problem do as below.

1-   Launch the registry editor as follows in your windows machine.

     Click on : /Start/Run

     Type "regedit"  and press enter.

2 -  Dbl click on on : HKEY_LOCAL_MACHINE

3 -  Locate te following key:

     /HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/VxD/VNETSUP

4 -  From the menu bar select Edit/New/Dword Value.

5 -  Rename the entry from "New Value #1" to :

     EnablePlainTextPassword

6 -  Press Enter, then double click on the new entry.

     A dialog box will pop up and enable you to set a value.
     You must set this value to 1.

     That's all.

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: [EMAIL PROTECTED] (Clay Calvert)
Crossposted-To: 
microsoft.public.win98.networking,comp.os.ms-windows.nt.admin.networking
Subject: Re: Need recommendations on 10/100 NIC.
Date: Mon, 03 May 1999 23:33:37 GMT
Reply-To: [EMAIL PROTECTED]

10/100 RJ45/BNC cards are kinda rare.  I never saw one until recently.
Couldn't you get a 10/100 and put both in your PC, and select the one
that you want?

I bought a LinkSys Etherfast 10/100 for less than $25 and it fulfills
requirements 1, and  2, but not three.

What are you going to be plugging this thing into?  Just curious....

On Mon, 03 May 1999 05:51:09 GMT, the FooL <[EMAIL PROTECTED]>
wrote:

>Ok, I'm currently looking at purchasing a 3Com 10/100 3C905B-Combo.
>
>I'm looking for one with both a BNC and a TP connector.
>I have the 3Com 3C590 right now with the AUI/RJ45/BNC connection
>and of course, looked into their 3C905B card as well.
>
>Now, I found that SMC had the Etherpower 10/100 card that
>offers the BNC/RJ45 connectors, and is a lot cheaper, but
>I'm not sure about their performance/quality of if they
>are dependable at all.
>
>I saw Intel had a 10Mbps card, but could not find a 10/100
>card that offered the AUI/RJ45/BNC that the 10Mbps did.
>
>So, the qualifications I'm looking for are
>1. Great performance under Linux, Win98, and WinNT
>2. Great driver support for Linux, Win98, and WinNT
>3. RJ45 and BNC connectors.
>
>pricewise, I already am looking at $120, so that would be near
>the high limit.
>
>Wish to get it in time for my ADSL setup.
>
>-- D
>/----------------------------/
>/0 the names sezs it all... 0/
>/----------------------------/
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

Clay Calvert, MCSE
www.languru.com/multimon.htm
Remove the "x" in my e-mail address to reply.

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

From: [EMAIL PROTECTED]
Subject: Help! Reverse DNS on Red Hat 5.2
Date: Wed, 28 Apr 1999 09:12:23 GMT

I am setting up a DNS server on Red Hat 5.2, and I can't get the reverse
lookups to work.  The forward lookup is working fine.  I'm using BIND 8.

My resolv.conf file:

search hqusareur.army.mil hqusareur.army.mil
nameserver 127.0.0.1

named.conf:

// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
};

//
// a caching only nameserver config
//
zone "." {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
        type master;
        file "named.local";
};

zone "hqusareur.army.mil" {
        type master;
        file "named.forward";
};

zone "144.170.208.in-addr.arpa" {
        type master;
        file "named.144.170.208";
};


named.forward:

@  IN  SOA  hqusareur.army.mil. allstond.hqusareur.army.mil. (  1999021004  ;
serial, todays date + todays serial #  8H  ; refresh, seconds  2H  ; retry,
seconds  1W  ; expire, seconds  1D )  ; minimum, seconds

                NS      dns             ; Inet Address of name server
;               MX      10 mail         ; Primary Mail Exchanger

localhost                          IN     A       127.0.0.1
dns.hqusareur.army.mil.            IN     A       144.170.208.254
dave.hqusareur.army.mil.           IN     A       144.170.208.254

named.144.170.208:

@       IN      SOA     dns.hqusareur.army.mil. allstond.hqusareur.army.mil. (
                          1999021004 ; Serial, todays date + todays serial
                          8H      ; Refresh
                          2H      ; Retry
                          1W      ; Expire
                          1D)     ; Minimum TTL
                  NS      dns.hqusareur.army.mil.


254        IN       PTR     dns.hqusareur.army.mil.
254        IN       PTR     dave.hqusareur.army.mil.

If anyone can provide any insight as to what is causing this problem I would
greatly appreciate it.  Please respond to [EMAIL PROTECTED] as well as
the newsgroup.
Thanks!

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Ronald Hovens <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.ppp
Subject: Linux ppp server and win98 dialup client
Date: Tue, 04 May 1999 11:34:07 +0200

I use RedHat 5.2 linux with the delivered kernel, mgetty and ppp.
Dialing out to my ISP works fine, dialing in from a win98 laptop to my
linux box via any communications program also works fine.

What doesn't work: when I use win98 dialup everything SEEMS to work: the
connection is established, ppp is succesfully started and stays up, but
I cannot ping nor telnet nor browse my linux box over the phone line. I
use no firewall, and all these actions work fine on my Lan.

What is wrong? Many thanks in advance!
Info: (all according to the ppp-howto)
I use a class C network (192.168.0.x)
I use fixed ip numbers (192.168.0.1 for the linux ppp server,
192.168.0.10 for the laptop)
I use an alias for ppp: alias ppp="exec /usr/sbin/pppd -detach"

My /etc/ppp/options/file looks like this:
proxyarp
lock
crtcts
debug
modem

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

From: [EMAIL PROTECTED] (Walter Loepsinger)
Crossposted-To: de.comp.os.msdos,de.comm.software.misc,de.comp.os.unix.networking
Subject: Re: serieller Remotezugriff auf DOS-Rechner?
Date: Tue, 04 May 1999 05:03:23 GMT
Reply-To: [EMAIL PROTECTED]

> wer kennt ein Programm, das mir Zugriff auf einen DOS-Rechner über dessen
> serielle Schnittstelle ermöglicht - während andere Programme auf dem
> Rechner laufen?
> 
> von mir benötigte Funktionen sind:
> (a) Betrachten von Verzeichnissen auf dem DOS-System (DOS-Befehl DIR)
> (b) Abrufen von Textdateien vom DOS-System (DOS-Befehl type)
> (c) Löschen von Dateien vom DOS-System (DOS-Befehl delete)

müßte mit einer TCP/IP-Installation zu machen sein. Hol dir mal das
KA9Q Paket.


--
Schöne Grüße,                *****            Lebe lange und in Frieden!
                              ***         
Walter.                        *                       [EMAIL PROTECTED]

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

From: Taisto Qvist <[EMAIL PROTECTED]>
Subject: Re: BOOTP relay and CIDR
Date: Tue, 04 May 1999 11:48:59 +0200

Hi !
I really dont know what the hardware has to do with support
of CIDR, and my linux didn't allow me to have the two following
entry's in the routing table
10.1.0.0 /16
10.1.25.0 /24
the route command wouldn't accept it.

Anyone who's got the answer for my question about
forwarding bootp/dhcp requests ?

Rob van der Putten wrote:
> 
> Hi there
> 
>>Taisto Qvist wrote:
>> 
>> How can i make my linuxrouter (redhat 5.2 with kernel 2.0.36)
>> relay BOOTP/DHCP requests?
>> 
>> It doesn't look like my current kernel supports CIDR.
>> Is there any kernel version that does, and ifso, which?
>> 
> Just about all hard- and software supports CIDR.
> 
> Regards,
> Rob

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

From: stephen <[EMAIL PROTECTED]>
Subject: Re: ppp works but no ping
Date: Tue, 04 May 1999 13:51:09 +0800
Reply-To: [EMAIL PROTECTED]

I had the problem too
but after I bought a new modem,everything goes fine so far
(i used to use USR modem)


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

From: Bill Long <[EMAIL PROTECTED]>
Subject: Re: Which NIC is good for Linux and Win98?
Date: Tue, 04 May 1999 08:05:03 GMT

i use the 3com 3c509 (vortex or boomerang) with my linux box. have never
had a problem.
you need one of the newer kernels for the driver for it, or you need to
go get the source code for the driver for older versions(cant remember
the website).

3com is fairly reputable and as i recall they were pretty
inexpensive(50.00 - 70.00 range)

also, if your computer supports it, they provide the wakeup on lan
option and cables if you want to use your linux box as some sort of
network or file server.


[EMAIL PROTECTED] wrote:
> 
> Can anybody suggest a good (but inexpensive) 10/100 base PCI ethernet Card
> that is supported by both Linux and Windows 98 OS?
> 
> Thanks
> Brian
> 
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own

-- 
www.bellanet.com - very nice web hosting services
                 - web application services

www.giftsgalore.com : www.longboys.net
telnet://undying.longboys.net:4000 http://undying.longboys.net

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

From: [EMAIL PROTECTED] (Jim & Laura Behning)
Crossposted-To: 
microsoft.public.win98.networking,comp.os.ms-windows.nt.admin.networking
Subject: Re: Need recommendations on 10/100 NIC.
Date: Tue, 04 May 1999 01:40:57 GMT
Reply-To: [EMAIL PROTECTED]

the FooL <[EMAIL PROTECTED]> wrote:

>Ok, I'm currently looking at purchasing a 3Com 10/100 3C905B-Combo.
>
>I'm looking for one with both a BNC and a TP connector.
>I have the 3Com 3C590 right now with the AUI/RJ45/BNC connection
>and of course, looked into their 3C905B card as well.
>
>Now, I found that SMC had the Etherpower 10/100 card that
>offers the BNC/RJ45 connectors, and is a lot cheaper, but
>I'm not sure about their performance/quality of if they
>are dependable at all.
>
>I saw Intel had a 10Mbps card, but could not find a 10/100
>card that offered the AUI/RJ45/BNC that the 10Mbps did.
>
>So, the qualifications I'm looking for are
>1. Great performance under Linux, Win98, and WinNT
>2. Great driver support for Linux, Win98, and WinNT
>3. RJ45 and BNC connectors.
>
I guess the question is why? Coax only goes to 10 that I have seen.
You can get a combo 10 nic for $20. A name brand 10/100 for $75 of
course with no coax.

Jim



Laura Behning
morgans at mindspring dot com
http://www.mindspring.com/~morgans/Laura.htm


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


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