Linux-Networking Digest #206, Volume #10         Sun, 14 Feb 99 18:13:50 EST

Contents:
  Re: slow telnet logins in RH 5.2 (again) vs. Slackware/Caldera ("ACE Alex")
  Re: Serial link not 8-bit clean ==> probs with german umlauts??? (Clifford Kite)
  Re: !Re: Help: One way Cable Modems (Dave)
  Re: RH 5.1 using /etc/resolv.conf? (James Youngman)
  Re: Can NT with NTFS coexist with RedHat Linux (Andreas Schyman)
  pppd 2.3.5 errors on kernel 2.2.1 (Partha Sri)
  IP tunneling: SIOCSIFADDR err msg ([EMAIL PROTECTED])
  DDNS: nws.net - error running C code ([EMAIL PROTECTED])
  Re: RH 5.2 Kernel compile help. (Jim Roberts)
  Re: Multihomed host and DHCP ("Clay")
  An array of newbie-ish questions: DSL, DNS, Linux, IP what?! ("nebben")
  Re: DNS nameserver problem... (Brian Lavender)
  RTL 8139 Network card problem ("Mark Swindell")
  Re: Thinking about Promise FasTrak and Netgear 10/100's (Ben Russo)
  Re: Can NT with NTFS coexist with RedHat Linux (Scott)
  Re: Small LAN help...Please! (John Parkey)
  PPP Stalling (Henry)
  Network help!!! ("Aaron Dershem")

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

From: "ACE Alex" <[EMAIL PROTECTED]>
Subject: Re: slow telnet logins in RH 5.2 (again) vs. Slackware/Caldera
Date: Fri, 12 Feb 1999 22:00:08 +0100

Had the same prob when i installed redhat. But I found a solution! The
telnet login is slow cause when you are trying to connect to the machine it
runs reverse dns on the ip address to get some info on you! And cause it
cant find the dns server it has to wait for a network time out. So put up a
dns server or disable the reverse dns search!

/ACE Alex

rsalerno wrote in message <7a49sq$17b$[EMAIL PROTECTED]>...
>I just installed RedHat 5.2 on a Dell 75/40/3BG machine that will
>eventually be a mail server.  Like many others I experienced the "slow
>telnet logins" problem, went to Deja News, and read some suggestions
>about adding the inbound machine's address to the hosts file.
>
>This is all well and good and may get around the problem, but consider
>the following: when running Slackware 3.2 there is NO slow telnet
>problem.  OBVIOUSLY the Slackware distribution doesn't come
>pre-configured with all the other hosts in my network (or anyone
>else's!) and it works just fine, so there's got to be another, better
>answer to this problem.  I've also read that Caldera has no such
>problems as well.  It has to be something peculiar to Red Hat.
>
>I am just starting out setting up this mail server and am learning a
>lot in the process.  However I would rather not deal with a
>distribution that has a lot of weirdities like this telnet thing.
>Honestly, telnetting into the machine was the first thing I tried and
>ran into this problem, not a good sign IMHO.
>
>Slackware install was not as smooth as RH.  Once the install was done,
>there were fewer nasties along the way with Slackware and things worked
>pretty much the way the HOWTOs said they would.  I may just scrap RH
>and go back to Slackware but support is a concern as well (RH seems to
>have a pretty decent support infrastructure)
>
>I'd be interested in hearing anyone else's experiences & thoughts about
>any of these issues.
>
>-Russ Salerno
> rsalerno@li "dot" net



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

From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: Serial link not 8-bit clean ==> probs with german umlauts???
Date: 14 Feb 1999 14:18:31 -0600

Enno Middelberg ([EMAIL PROTECTED]) wrote:
: Hi,

: since I'm not able to send german umlauts via my ppp connection with
: kmail, I try to figure out the reason for this. I noticed some messages
: in my /var/log/warn file saying 

: pppd[274]: Receive serial link is not 8-bit clean:
: ppd[274]: Problem: all had bit 7 set to 0

I doubt that this is related to your umlaut problem.  This message usually
means that you haven't connected to the ISP properly and the ISP is running
a text program rather than PPP.

Well, on second thought maybe it is related to your problem.  If the ISP
is not running PPP then you wouldn't be able to send anything, umlauted
characters included.


--
Clifford Kite <[EMAIL PROTECTED]>                       Not a guru. (tm)
/* Editing with vi is a lot better than using a huge swiss army knife. */

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

From: Dave <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: !Re: Help: One way Cable Modems
Date: 14 Feb 1999 15:17:05 -0600

Pavel Greenfield wrote:
> 
> Thanks, Jim!
> 
> But does Linux in principle support a connection to the internet via a
> combination of ethernet and modem?
> 

It does here!  SurfBoard 1200 external, accessed thru a Windows 2000
proxy server.

Linux doesn't know (or need to know) that's it's a "combination"
connection.  It's just sending data out thru eth0 and getting it back
the same way.

Dave

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

From: James Youngman <[EMAIL PROTECTED]>
Subject: Re: RH 5.1 using /etc/resolv.conf?
Date: 14 Feb 1999 10:40:06 +0000

Ben Cooper <[EMAIL PROTECTED]> writes:

> I'm getting "unknown host" error messages with ping, so I had to set
> SOCKS_NS to get Netscape to resolve domain names.  /etc/nsswitch has
> "file" first for "hosts", which I assume is right.  And I have a good
> nameserver IP in /etc/resolve.conf.
> 
> It looks like BIND isn't using /etc/resolv.conf.  If not, what could it
> be using?  Netscape is 90% of my resolution needs, but I want ftp to
> work too.

0) Can you ping the nameserver specified in /etc/resolv.conf by using its
   IP address?
Yes -> 1
No  -> 3

1) Can you look up the nameserver's own hostname, using itself, by
   using dig?   Use dig @ns-ip-address -x ns-ip-address
Yes -> 2
No  -> 4

2) Looks like the nameserver works OK after all.

3) You have a routing problem.

4) It looks like there is no DNS sever running on that machine, or it
   will not talk to you.  Make sure you have the correct address.

-- 
ACTUALLY reachable as @free-lunch.demon.(whitehouse)co.uk:james+usenet

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

From: Andreas Schyman <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.admin,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: Can NT with NTFS coexist with RedHat Linux
Date: Sat, 13 Feb 1999 21:56:54 +0100

Jim Esparza wrote:
> 
> Have been reading quite a few of the HOWTO's lately trying to get
> Redhat 5.2 installed on my machine.  According to the Linux+NT-Loader
> document, standard Linux can't access NTFS.  BUT, to quote the document:
> 
> "An alpha driver that can read NTFS-Partitions is available at
> 
>     http://www.informatik.hu-berlin.de/~loewis/ntfs"
> 

Looks like that HOW-TO is a bit old... The new kernel do come with a
driver that is able to read from NTFS, but not write.
Andreas.

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

From: Partha Sri <[EMAIL PROTECTED]>
Subject: pppd 2.3.5 errors on kernel 2.2.1
Date: Sun, 14 Feb 1999 15:10:00 -0600
Reply-To: [EMAIL PROTECTED]

Hi All:

Finally, I successfully set up my RH5.2 box on the 2.2.1 kernel and got
ppp to go.
But I am getting the following error messages from modprobe:

Feb 14 14:25:07 screamer pppd[1831]: Serial connection established.
Feb 14 14:25:08 screamer pppd[1831]: Using interface ppp0
Feb 14 14:25:08 screamer pppd[1831]: Connect: ppp0 <--> /dev/modem
Feb 14 14:25:14 screamer pppd[1831]: Remote message: Login Succeeded
Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-21
Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-26
Feb 14 14:25:14 screamer modprobe: can't locate module ppp-compress-24
Feb 14 14:25:14 screamer pppd[1831]: local  IP address x.x.x.x
Feb 14 14:25:14 screamer pppd[1831]: remote IP address z.z.z.z

and this doesn't seem to affect anything that I can see.
Can anyone tell me if I am missing any particular mod??
The modules version I have is 2.1.121.

Any suggestions/pointers is appreciated.

thanks
Partha


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

From: [EMAIL PROTECTED]
Subject: IP tunneling: SIOCSIFADDR err msg
Date: Sun, 14 Feb 1999 21:05:40 GMT

IP tunneling attempt, following section 6.13.1 of NET-3 HOWTO.

How to interpret:

   SIOCSIFADDR: Operation not supported by device

in response to:

   ifconfig tunl0 local-ethernet-address up    ?


2 of 4 linux machines exhibit the error message. The other 2 accept
the command and display a new "tunl0" device thereafter.

I suspect there's some particular kernel compile or configuration
option that may differ among them. There is an apparently necessary
CONFIG_NET_IPIP compile option-- but how do I test whether or not a
given kernel was compiled with it? Something in the /proc filesystem
somewhere?

Any hints appreciated. Also any pointer to general documentation of
SIO... messages and the contents of /proc. Thank you.

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

From: [EMAIL PROTECTED]
Subject: DDNS: nws.net - error running C code
Date: Sun, 14 Feb 1999 20:46:02 GMT

486dx2/66
20MB ram
RedHat Linux 5.1

installed rpms glibc-devel, gcc

I am trying to get a dynamic DNS service to work with my computer. www.nws.net
requires that C-code be compiled and run on the client to provide the dynamic
dns to them so they can update their database and provide a static dns.

The code compiles without errors. However, it gives a segmentation fault and a
core dump when I run it.

I do not want to tinker with their code... it should work as long as it is
compiled properly.
gcc -o regaddr regaddr.c

Has anyone else had problems with the C code from www.nws.net? How have you
solved the problem?

Alternatively, does anyone have suggestions as to which free DDNS service to
use?

Thanks in advance.

Stephen

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

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

From: [EMAIL PROTECTED] (Jim Roberts)
Subject: Re: RH 5.2 Kernel compile help.
Date: Sun, 14 Feb 1999 21:41:02 GMT

Using GLINT, install the kernel source and headers.

> I have just installed rh5.2 w/2.0.36. I ran the server install.
> Now im confused in rh4.2 i could compile the kernel in
> /usr/src/linux now in rh5.2 there is nothing there and the
> make command wont work with commands like make config
> or make xconfig. Am I supposed to just use the linuxconfig
> utility to compile my kernel or am I missing something.
> Thanks for any help with this.
> 
> 

-- 
Jim Roberts         Never enough time!
[EMAIL PROTECTED]

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

From: "Clay" <[EMAIL PROTECTED]>
Subject: Re: Multihomed host and DHCP
Date: Sun, 14 Feb 1999 16:00:21 -0500

Thanx!

--
remove the | character to reply.
Remco van den Berg wrote in message <[EMAIL PROTECTED]>...
>Clay wrote:
>>
>> I'm considering getting a cable modem. It is my understanding that my
>> internet IP address will be assigned by DHCP. I also have a soho LAN that
I
>> want to configure (if I get the cable modem) so I can use Linux as a
>> firewall and proxy server.  I read through Vladimir Vuksan's DHCPcd
>> mini-HOWTO, but I'm unclear as to how to go about what I want to be able
to
>> do. Specifically: How can I configure 2 ethernet cards, one with a DHCP
>> assigned address and one with my own (like 192) assigned address?
>>
>> Clay
>
>No problem. I have the same network configuration here running at home.
>
>I've got two ethernet cards. The first is used for the local network and
>is compiled directly in the kernel and is (if-)configured in rc.inet1
>(Slackware).
>The driver for the ethernet card which is connected to the cable modem is
>compiled as module. (Two ethernet cards in the kernel can give problems.)
>In the file rc.inet2 (Slackware) I run `dhcpcd eth1` and that
>configures the second network connection.
>
>Thats really all you have to do (for configuring the network connections).
>
>-Remco



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

From: "nebben" <[EMAIL PROTECTED]>
Subject: An array of newbie-ish questions: DSL, DNS, Linux, IP what?!
Date: Sun, 14 Feb 1999 22:30:56 GMT

For some time now, I have physically been building a server for me to
learn Linux on.  I have been fabricating the metal casing so far...and
haven't done
any of the software stuff yet.  If anyone could give me some insight on
this stuff, I would most appreciate it.

I have always wanted to have a domian or two that I was the
operator/owner of.  For instance: my current WWW site is called
"Aircool" (http://www.wcslc.edu/pers_pages/bwk6885/), but is located on
our college's WWW server.
I would love to have www.aircool.org (since it appears that .com and
.net are already taken) for the site someday, when I actually start
using DreamWeaver or
Net Objects Fusion.  In any case, how do domains work exactly?  Would
www.aircool.org need to be submitted to local DNS servers, which would
submit
to other DNS servers..and so on, until "www.aircool.org" was registered
on most of the world's DNS servers?  Would I need special permission
from someone
to do this?  What is the relation between numeric IP addresses
(208.213.13.2 for instance) and the easy-to-understand www.aircool.org
english-type addresses?

OK.  Back to the server idea.  I was originally thinking that I would
just install NICs in each of our home computers (4 at the moment), and
hook them all up to the 
server I am building (through a 10 port 10mb hub), then have all of
them share a TCP/IP connection that would be on a continuous 56Kbps
modem connection..
Could that work?  Could all the machines that would be on the mini-LAN
share bandwidth through the 56Kbps modem connection through the server?

I have been talking to friends, who would also be interested in their
own domains someday.  One person I know even approached me wanting
information how
to get a small-business website set up (without all the
www.geocities.com/boulevard/business/2012 extra address crap).  I
suggested that they buy a domain
name, then get webspace from somewhere.  After the webspace/domain
registration costs (through a site like www.domains.com), the costs of
all of our 
domains/sites/and this small business site would add up to big $$.  

Then, I began searching through our information service's website
(www.uswest.com) and stumbled upon DSL.  I am not exactly sure how DSL
works yet, but I
read about 256Kbps, 512Kbps, 768Kbps, 1Mbps, 4Mbps, then 7Mbps access. 
That seems like adequate bandwidth for a few websites (nothing major).  

(http://www.uswest.com/com/customers/interprise/dsl/fast_facts.html)

So, if I were to go DSL here, and have a digital line going right to
this server I am going to make, and have continuous internet access,
would I be able to register
my own domains right from my server (without having to go through
www.domains.com), without having to pay any $$ for getting a new domain?
I guess I still don't understand this stuff too greatly.  Assuming I
could register my own domains for free from my server through the DSL
connection, 
would I need a fixed IP address for the server that the domains would
point to?  Would I be able to host several websites with different
domain names from
one server?  The idea of physically having several web-sites loaded on
a local computer seems like a cost-effective solution, since I would be
doing almost all of the
work myself (hosting it myself at least).
Please tell me what you think!

Sorry for all the questions.  I've never taken any computer classes
before.  I try to learn this stuff on my own.
Sorry for the no-spam stuff in my e-mail.  If possible, e-mail me with
responses since this NG creates so many threads, I am unable to read
most of them.

[EMAIL PROTECTED]
(they claim it is spam filtered....aaaaalmost)

Thanks for any help!
And if you ever need vintage VW ski racks, or VW restoration advice,
let me help YOU!

-ben
--
Posted via Talkway - http://www.talkway.com
Surf Usenet at home, on the road, and by email -- always at Talkway.


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

From: [EMAIL PROTECTED] (Brian Lavender)
Subject: Re: DNS nameserver problem...
Date: Sun, 14 Feb 1999 22:35:14 GMT

I got a caching server working just by following the DNS-HOWTO. Here
is some of my data repeated.

brian

I use Slackware and it is bsd style so the startup for named is in
/etc/rc.inet2. Make sure it is uncommented. It looks similar to this.

# Start the NAMED/BIND name server
if [ -f /usr/sbin/named ]; then
  echo -n " named"
  /usr/sbin/named
fi

Test your caching server with nslookup. 
$nslookup
                                  
Default Server:  localhost
Address:  127.0.0.1
 
> yahoo.com
Server:  localhost
Address:  127.0.0.1
 
Name:    yahoo.com
Address:  204.71.177.35
 
> yahoo.com
Server:  localhost
Address:  127.0.0.1
 
Non-authoritative answer:
Name:    yahoo.com
Address:  204.71.177.35

That indicates your caching server is working. My linux box which
serves as the gateway for my windows machine is 192.168.1.1 so I have
it as the gateway for my nic card in my windoze 95 machine. Below are
other configuration files.

$ cat /etc/named.conf

// Config file for caching only name server
 
options {
        directory "/var/named";
 
        // Uncommenting this might help if you have to go through a
        // firewall and things are not working out:
 
        // query-source address * port 53;
};
 
zone "." {
        type hint;
        file "root.hints";
};
 
zone "0.0.127.in-addr.arpa" {
        type master;
        file "pz/127.0.0";
};

$ cat 127.0.0                                 
@               IN      SOA     ns.linux.bogus.
hostmaster.linux.bogus. (
                                1       ; Serial
                                8H      ; Refresh
                                2H      ; Retry
                                1W      ; Expire
                                1D)     ; Minimum TTL
                        NS      ns.linux.bogus.
1                       PTR     localhost.

On Sun, 24 Jan 1999 17:11:05 GMT, [EMAIL PROTECTED] (Heiko
Gerstung) wrote:

>My next step was to set up a cache-only dns on the linux machine in
>order to get rid of these nonsense connects. So I entered the IP of my
>linux machine as the dns server for the win95 system and tried to
>configure named as cache-only. 
>
>The following phenomenon happened : Whenever I tried to use the
>nameserver (e.g. running netscape on my win95 machine and entering
>"www.xyz.com" as URL) I was able to monitor a request from my named to
>the nameserver of my provider (which I configured as a "forwarder" in
>named.boot), but the linux system tried to connect to this nameserver
>on the "sl0" device ! (I'm using ppp0 for my internet connection).
>
>Named starts with a line "cache zone "" loaded (serial 0)" in
>/var/log/message ...
>
>Any ideas ? Please send my your replies as an email, too !
>([EMAIL PROTECTED]) !!
>
>Thank you very much !!!
You're welcome

========
Brian E. Lavender
http://www.brie.com/brian/

"For every complex problem, there is
a solution that is simple, neat, and
wrong." -- H. L. Mencken

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

From: "Mark Swindell" <mark.swindell@[EMAIL PROTECTED]>
Subject: RTL 8139 Network card problem
Date: Sun, 14 Feb 1999 22:35:20 -0000
Reply-To: "Mark Swindell" <mark.swindell@[EMAIL PROTECTED]>

I'm stuck trying to get my laptop (reliably) talking to my network.  I've
just about run out of things to try so any help is appreciated.

The rtl8139 module (apparently loads OK) using "modprobe rtl8139".  The hub
light goes out indicating something has happened.  "dmesg" shows :-

rtl8139.c:v0.99B 4/7/98 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: RealTek RTL8139 at 0x3080, IRQ 3, 00:10:44:84:30:77

Next "ifconfig eth0 192.1.13" and the hub light returns.

After "route add -net 192.1.1.0 netmask 255.255.255.0 eth0" Im ready to try
a ping.

The result is a transmit timeout.  dmesg shows :-

eth0: Transmit timeout, status 0d 0000.
eth0:  Tx descriptor 0 is 0008003c. (queue head)
eth0:  Tx descriptor 1 is 0008003c.
eth0:  Tx descriptor 2 is 0008003c.
eth0:  Tx descriptor 3 is 0008003c.
eth0: MII status register is 780d.

Using the cards dos setup program I know the card is configured for IRQ3,
I/O 3080H, Device/slot number 6, bus number 0, network speed 10Mbps.

Now the odd thing is that everything works fine when booting using windows
95.  And once in a while (around every ten reboots) it works fine in Linux.

Im using RedHat 5.1 with the RTL8139 installed on the motherboard on my PICO
badged laptop.  And the PC's bios options are limited to say the least.

Any advice on a way forwards ?

TIA,
Mark
mark.swindell@[EMAIL PROTECTED]


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

From: Ben Russo <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.setup
Subject: Re: Thinking about Promise FasTrak and Netgear 10/100's
Date: Sun, 14 Feb 1999 17:41:10 -0500

Michael wrote:
> 
> Hi:
> 
> I am trying to determine whether there are drivers and experience with the
> following
> cards:
> 
> Promise  FasTrak with multiple drives either as RAID or large partition.
> Bay Networks Netgear 10/100BaseTX NIC FA310TX
> 
> I want to get some feedback before I commit money ;-)
> 
> Thanks in advance.  Please reply direct, ISP news server seems to loose
> messages.
> Would appreciate a suggestions on a Linux and/or general news server.
> 
> Michael
> [EMAIL PROTECTED]

I use the NetGear card in my computer.  No problems with 2.0.37 kernel
or later it is recognized.  No special setup needed.

I don't know about the FasTrak card, but I have a DPT card that has a 
Linux penguin right on the box!  I haven't tried it yet, but plan too.

-Ben.

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

From: Scott <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.admin,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: Can NT with NTFS coexist with RedHat Linux
Date: Sun, 14 Feb 1999 15:30:07 -0700



Jon King wrote:
> 
> Tat M. Leung wrote:
> >
> > I have a computer currently running NT server using NTFS.  I like to add a
> > second harddisk to the computer and install RedHat Linux on this drive.  The
> > second harddisk will be used for Linux exclusively.  I understand that if NT
> > is using FAT, there would not be any problem.  Since my system is using
> > NTFS, can I install RedHat Linux on this system?
> >
> > Thank you for any advise.
> >
> > Tat
> 
> I have NT(NTFS) on one partition and Linux on another and they work
> fine.  Then again, I'm a newbie to Linux, so take my words with a grain
> of salt.  BTW this Linux OS kicks ass, I've been using Windows all my
> life and have been waiting for some of the features Linux already has.
> Now all they need to do is port games to Linux.
> 
> Jon

Ever heard of "WINE" my friend. The end of your M$ days may come sooner
than you think (after they implement more API calls).

http://www.winehq.com

-- 
The only reason this was posted via a Microsoft box (maybe that will
change soon?) is that my sister is using the linux box.hine. But, this
message did travel through my linux firewall.

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

From: John Parkey <[EMAIL PROTECTED]>
Subject: Re: Small LAN help...Please!
Date: Sat, 13 Feb 1999 23:14:16 +0000

"(BXTC)" wrote:
> 
> I just wanted to add (since I just found out) that when I hit "activate"
> under the "interfaces" tab in "netcfg"(Network configurator) that in the
> nxterm window that I started netcfg in it says:
>         Delayingeth0 initialization

[rest snipped]

The delaying initialisation could mean that the card can't be probed.  I
had the same problem, but with RedHat 5.2 and 2*3-com 3c509 cards, and
this seems to crop up as a regular issue.

The plug-and-play causes problems with these cards, and it is advisable
to use the DOS utility which comes with the card to disable it, then you
can ensure that the base io address and IRQ on the card match with what
Linux expects.  There is also a Linux utility which does something
similar (which I have not used, and whose name I forget, but I am sure
some kind soul will post the details if they recognise it).

Although you are only using a single card, there is information in the
Multiple Linux mini-HOWTO which will be helpful regarding the
/etc/conf.modules file, etc.:

        http://cesdis.gsfc.nasa.gov/linux/misc/multicard.html

I am making a big assumption above that RH5.1 isn't vastly different
from 5.2; somebody more expert will probably point out if this is not
so.  I hope that this helps.


regards

jp

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

From: Henry <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: PPP Stalling
Date: Sun, 14 Feb 1999 17:42:36 -0500

Hi,

I am using a Linux box (66 Mhz 486) based on Slakware 3.2, kernel
2.0.36, with PPP-2.3.5.  In addition I am using ipautofw.  This box is
used as a firewall/router for interfacing my other machines to my ISP. 
The problem I am having is that sometimes the PPP stops receiving data
for a prolonged period of time (a couple of minutes).

When this happens I usually see 2 receive errors reported by ifconfig
for the ppp connection.  Also I won't be able to see the routing table
(using route or netstat -r).  Then when the data starts flowing again I
will be able to list the routing table.  If I ping someone else I will
see the transmit packet count for pppd increase but the receive count is
static.

My questions are:
   Has anyone else seen this type of problem?
   What can I try, to prove that it is my problem or my ISP's problem?
      (my ISP doesn't support Linux and I haven't asked them for help)

Henry

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

From: "Aaron Dershem" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.hardware,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.setup
Subject: Network help!!!
Date: Sat, 13 Feb 1999 16:56:08 -0600

OK, after reading stuff all day and looking all over the web, I'll say it:
I have no freakin' idea what I'm doing!

Could someone out there outline the steps I need to do in order to get my
network card to work?  I downloaded the via-rhine.c file from the Internet
(using my Win98 box :-(  ), but no clue as to what happens next.  Do I have
to compile a new kernel, compile the driver (.c file), or what?

Thanks, I'll be waiting for an answer.

Email me at [EMAIL PROTECTED]

Aaron Dershem




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


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