Linux-Networking Digest #651, Volume #10 Sat, 27 Mar 99 19:13:32 EST
Contents:
dhcp_70 compiling? (Doug O'Leary)
Re: Charter Cable VSP users Please Read. (Randolph)
FS: O'Reilly-Apache The Definitive Guide (smoked)
Using Samba and NT Workstation ("Tony Thompson")
PPP demand dialing won't work under 2.2.3 ??? (Ron Flory)
Re: Anyone using MediaOne? (Doug Pearson)
telnet from 98 to linux ("Armando L. Caro Jr.")
Prioritized IP traffic ("Mark L. Smith")
Netatalk setup in RH 5.2 ("Michael T. Cavanagh")
Re: NFS problems with Linux 2.2.x server, freebsd client (Tomoo Nomura)
Re: Finding a process on a port ([EMAIL PROTECTED])
Re: Probs setting up a remote printer ("Jeremy L. Buchmann")
Cards working but no connect (William Cameron)
Re: New LAN set up - problem ONE (Desmond Coughlan)
Re: need a hub to connect 2 machines w/ ethernet? (Jon-o Addleman)
Re: Buy Internet ([EMAIL PROTECTED])
Re: Machine name themes - what do you use? ("Duncan A. McRae")
Help on bootup ("Allen")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Doug O'Leary)
Subject: dhcp_70 compiling?
Date: Sat, 27 Mar 1999 15:05:53 -0600
Hey;
I've got redhat ver 5.1 (kernel ver 2.0.34) and I'm having some problems
compiling the dhcp client daemon. I'm getting a bunch of VAR redefined
warnings, and finally an error about a library variable not being a
function. I've included the error output. I know it's long and I
apologize for that; however, I'm hoping somebody can tell me how to fix
the source so it'll work.
I was a C programmer once upon a time; however, that was *long* ago and,
unfortunately, I never learned any network programming, so this is a bit
over my head.
Any help is greatly appreciated.
Thanks for your time.
Doug O'Leary
--
==============
Douglas K. O'Leary
Senior System Admin
[EMAIL PROTECTED]
[EMAIL PROTECTED]
==============
======== make errors: =================
In file included from /usr/include/linux/if.h:23,
from /usr/include/linux/netdevice.h:30,
from if.c:27:
/usr/include/linux/socket.h:38: warning: `SCM_RIGHTS' redefined
/usr/include/socketbits.h:216: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:41: warning: `SOCK_STREAM' redefined
/usr/include/socketbits.h:40: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:42: warning: `SOCK_DGRAM' redefined
/usr/include/socketbits.h:43: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:43: warning: `SOCK_RAW' redefined
/usr/include/socketbits.h:45: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:44: warning: `SOCK_RDM' redefined
/usr/include/socketbits.h:47: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:45: warning: `SOCK_SEQPACKET' redefined
/usr/include/socketbits.h:50: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:46: warning: `SOCK_PACKET' redefined
/usr/include/socketbits.h:54: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:53: warning: `AF_UNSPEC' redefined
/usr/include/socketbits.h:82: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:54: warning: `AF_UNIX' redefined
/usr/include/socketbits.h:84: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:55: warning: `AF_INET' redefined
/usr/include/socketbits.h:86: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:56: warning: `AF_AX25' redefined
/usr/include/socketbits.h:87: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:57: warning: `AF_IPX' redefined
/usr/include/socketbits.h:88: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:58: warning: `AF_APPLETALK' redefined
/usr/include/socketbits.h:89: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:59: warning: `AF_NETROM' redefined
/usr/include/socketbits.h:90: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:60: warning: `AF_BRIDGE' redefined
/usr/include/socketbits.h:91: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:61: warning: `AF_AAL5' redefined
/usr/include/socketbits.h:92: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:62: warning: `AF_X25' redefined
/usr/include/socketbits.h:93: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:66: warning: `AF_MAX' redefined
/usr/include/socketbits.h:103: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:69: warning: `PF_UNSPEC' redefined
/usr/include/socketbits.h:58: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:70: warning: `PF_UNIX' redefined
/usr/include/socketbits.h:60: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:71: warning: `PF_INET' redefined
/usr/include/socketbits.h:62: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:72: warning: `PF_AX25' redefined
/usr/include/socketbits.h:63: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:73: warning: `PF_IPX' redefined
/usr/include/socketbits.h:64: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:74: warning: `PF_APPLETALK' redefined
/usr/include/socketbits.h:65: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:75: warning: `PF_NETROM' redefined
/usr/include/socketbits.h:66: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:76: warning: `PF_BRIDGE' redefined
/usr/include/socketbits.h:67: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:77: warning: `PF_AAL5' redefined
/usr/include/socketbits.h:68: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:78: warning: `PF_X25' redefined
/usr/include/socketbits.h:69: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:82: warning: `PF_MAX' redefined
/usr/include/socketbits.h:79: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:88: warning: `MSG_OOB' redefined
/usr/include/socketbits.h:137: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:89: warning: `MSG_PEEK' redefined
/usr/include/socketbits.h:139: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:90: warning: `MSG_DONTROUTE' redefined
/usr/include/socketbits.h:141: warning: this is the location of the
previous definition
/usr/include/linux/socket.h:92: warning: `MSG_PROXY' redefined
/usr/include/socketbits.h:145: warning: this is the location of the
previous definition
In file included from if.c:28:
/usr/include/net/if.h:31: warning: `IFF_UP' redefined
/usr/include/linux/if.h:26: warning: this is the location of the previous
definition
/usr/include/net/if.h:33: warning: `IFF_BROADCAST' redefined
/usr/include/linux/if.h:27: warning: this is the location of the previous
definition
/usr/include/net/if.h:35: warning: `IFF_DEBUG' redefined
/usr/include/linux/if.h:28: warning: this is the location of the previous
definition
/usr/include/net/if.h:37: warning: `IFF_LOOPBACK' redefined
/usr/include/linux/if.h:29: warning: this is the location of the previous
definition
/usr/include/net/if.h:39: warning: `IFF_POINTOPOINT' redefined
/usr/include/linux/if.h:30: warning: this is the location of the previous
definition
/usr/include/net/if.h:41: warning: `IFF_NOTRAILERS' redefined
/usr/include/linux/if.h:31: warning: this is the location of the previous
definition
/usr/include/net/if.h:43: warning: `IFF_RUNNING' redefined
/usr/include/linux/if.h:32: warning: this is the location of the previous
definition
/usr/include/net/if.h:45: warning: `IFF_NOARP' redefined
/usr/include/linux/if.h:33: warning: this is the location of the previous
definition
/usr/include/net/if.h:47: warning: `IFF_PROMISC' redefined
/usr/include/linux/if.h:34: warning: this is the location of the previous
definition
/usr/include/net/if.h:51: warning: `IFF_ALLMULTI' redefined
/usr/include/linux/if.h:36: warning: this is the location of the previous
definition
/usr/include/net/if.h:54: warning: `IFF_MASTER' redefined
/usr/include/linux/if.h:38: warning: this is the location of the previous
definition
/usr/include/net/if.h:56: warning: `IFF_SLAVE' redefined
/usr/include/linux/if.h:39: warning: this is the location of the previous
definition
/usr/include/net/if.h:59: warning: `IFF_MULTICAST' redefined
/usr/include/linux/if.h:41: warning: this is the location of the previous
definition
/usr/include/net/if.h:142: warning: `ifr_metric' redefined
/usr/include/linux/if.h:130: warning: this is the location of the
previous definition
In file included from /usr/include/linux/if.h:23,
from /usr/include/linux/netdevice.h:30,
from if.c:27:
/usr/include/linux/socket.h:9: redefinition of `struct sockaddr'
/usr/include/linux/socket.h:14: redefinition of `struct linger'
/usr/include/linux/socket.h:26: redefinition of `struct msghdr'
In file included from if.c:28:
/usr/include/net/if.h:30: parse error before `0x1'
/usr/include/net/if.h:73: redefinition of `struct ifaddr'
/usr/include/net/if.h:96: redefinition of `struct ifmap'
/usr/include/net/if.h:111: redefinition of `struct ifreq'
/usr/include/net/if.h:155: redefinition of `struct ifconf'
if.c: In function `ifReset':
if.c:54: `IFF_UP' undeclared (first use this function)
if.c:54: (Each undeclared identifier is reported only once
if.c:54: for each function it appears in.)
if.c:54: `IFF_BROADCAST' undeclared (first use this function)
if.c:54: `IFF_NOTRAILERS' undeclared (first use this function)
if.c:54: `IFF_RUNNING' undeclared (first use this function)
if.c: In function `ifDown':
if.c:132: `IFF_UP' undeclared (first use this function)
make: *** [if.o] Error 1
------------------------------
From: Randolph <[EMAIL PROTECTED]>
Subject: Re: Charter Cable VSP users Please Read.
Date: 27 Mar 1999 21:31:56 GMT
I don't exactly comply with your solution to fixing the "WinCable modem"
being made by 3Com. I think that 3Com should be contacted and frequently.
Consider this, my local provider is pawning off these same modems so I have
the same problem. Charter can't really do anything for me. 3Com makes the
modem and would be the one with the responsiblility to write the driver or
release enough info. for one to be written. Also consider the fact that
there are some Unix based providers that are catching hell themselves.
Everyone who cares PLEASE contact 3Com and encourage your local cable
service provider to contact 3Com about providing a viable solution. The
same stands as stated by Damon. Please be calm and curtious, eventhough
many providers can be obnoxious and ignorant. 3Com will continue to offer
the VSP to cable service providers as a solution and I believe that it's
more likely that 3Com will write a *nix driver for the masses before your
service provider will overhaul their whole infrastructure for the extra $30
- $60 they make from you and the other few *nix users in your area.
Randolph
> ->snip<-
> Seems like 3com is pawning these modems off on Charter because they have
> a contract. It smells allot like a WinCable modem. But I don't think
> 3com is the one that should be targeted.
> ->snip<-
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: [EMAIL PROTECTED] (smoked)
Crossposted-To: comp.unix.bsd.freebsd.misc,misc.forsale.computers.other.software
Subject: FS: O'Reilly-Apache The Definitive Guide
Date: Sat, 27 Mar 1999 16:52:48 -0500
Apache is the most used web server on the net.
First edition, March 1997. In good condition, with a few creases, but
otherwise intact. Glue on the spine might be a little worn. Comes with
complementing CDROM which was never used.
It's $34.95 new, but will sell for $15 or best offer. Shipping is
additional $1.50. Email me at [EMAIL PROTECTED]
------------------------------
From: "Tony Thompson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.help,comp.os.linux.misc,linux.samba
Subject: Using Samba and NT Workstation
Date: Sat, 27 Mar 1999 15:49:53 -0700
I'm trying to Linux with Samba and Windows NT Workstation talking. When I
look at the Network Neighborhood on NT it will show the group but it does
not display the computer(times out). The version of Linux I am using is 5.2
and everything now is running on an out of the box server installation.
Things that do work are Apache, FTP and pinging so I know the network does
exist but something must be set wrong in the default install.
Anyone have any ideas?
Please respond to [EMAIL PROTECTED]
Thanks!
Tony Thompson
------------------------------
From: Ron Flory <[EMAIL PROTECTED]>
Crossposted-To: linux.dev.ppp,linux.act.ppp
Subject: PPP demand dialing won't work under 2.2.3 ???
Date: Sat, 27 Mar 1999 16:15:53 -0600
hi-
I've been using demand-dialing under a RedHat 5.2-based 2.0.36 system
for a long time now, and would like to update to 2.2.3. I have several
systems, some running 2.0.x series kernels, and others running 2.2.3
kenels, so I have a fair amount of experience with both.
The key problem under pppd 2.3.5 (and pppd 2.3.3) with 2.2.3 kernel
seems to be the 'noipdefault' option no longer behaves correctly. If
its present, it now prevents the assignment of the 'bogus' remote
address (which is simply a placeholder in the routing table, to be
changed to the actual remote address upon connection). If it not
present the pppd daemon aborts, and says no remote address assigned
(which is required for demand dialing).
I've specified both 'ipcp-accept-local' and 'ipcp-accept-remote'
options, which should work as they did under 2.0.36.
Here's my 'options.modem' file:
/dev/modem
115200
crtscts
demand
modem
connect "chat -v -r /etc/ppp/report -f /etc/ppp/dialout"
defaultroute
user rjflory
kdebug 1
debug
0.0.0.0:198.247.1.62
ipcp-accept-local
ipcp-accept-remote
mtu 4096
mru 4096
noipdefault
idle 1200
bsdcomp 15,15
deflate 15,15
noipx
ipx-routing 0
which is working perfectly under pppd 2.3.3 on a 2.0.36 RedHat 5.2
machine nearby (i'm routine this message through it...).
Also, watch out. The pcmcia startup scripts will clobber your
/dev/modev softlink if it find any /dev/cua* entries, so delete them if
you are running a pcmcia modem under 2.2.x kernels.
ron
------------------------------
From: Doug Pearson <[EMAIL PROTECTED]>
Subject: Re: Anyone using MediaOne?
Date: Sat, 27 Mar 1999 17:24:58 -0500
Running Linux 2.2.3 and MediaOne express here in the northeast with no
problems (so far). I'm using dhcpcd from the dhcpcd-1.3.16.tar.gz
package. No rebuilding necessary, just used the binary that's in the
package as is.
-dep-
Marc W Wilson wrote:
>
> Hello,
> I would like to ask the group if anyone
> here is currently using a Linux box connected to
> MediaOne Express' cable modem service?
> I sent an e-mail to MediaOne and asked if
> I could hook a Linux machine up to their cable modem
> service. Perhaps this was a mistake, but I wanted to
> know what they'd say. Well, they said it was not possible.
> However, the Linux mini-howto at:
>
> ftp://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/Cable-Modem
>
> contradicts MediaOne's reply. According to the mini-howto
> it's relatively simple to set up the service using Red
> Hat (I just got Red Hat 5.2).
> Does anyone here use MediaOne Express with
> Linux?
>
> Thanks,
> [EMAIL PROTECTED]
------------------------------
From: "Armando L. Caro Jr." <[EMAIL PROTECTED]>
Subject: telnet from 98 to linux
Date: Sat, 27 Mar 1999 17:26:27 -0500
Reply-To: "Armando L. Caro Jr." <[EMAIL PROTECTED]>
I am having some problems just connecting a win98 machine and a
linux machine.
Here is the deal... I have 2 machines on an ethernet. One is a full time
Linux box, the other is a Win98/Linux dual-boot. When the 2nd is booted
to linux, I can connect back and forth with no problems. The problem is
that I don't know much about Win98 to get it connected to the linux box.
I have it already setup to get an IP address automatically for dialing
into an ISP, so I don't want to mess that up. Can someone either point me
to some HOWTO or give me some steps to get the 2 connected?
Please email me your responses.
Thanks,
Armando
=======================================================================
Armando L. Caro Jr. [EMAIL PROTECTED]
University of Delaware http://www.cis.udel.edu/~acaro
=======================================================================
------------------------------
From: "Mark L. Smith" <[EMAIL PROTECTED]>
Subject: Prioritized IP traffic
Date: Sat, 27 Mar 1999 17:45:30 -0500
Hello,
Some of the more advanced firewalls and routers I've seen have had a
concept of prioritized traffic (only allowing certain traffic through
when there is idle bandwidth available).
I've seen configuration like:
1) Drop the priority of all traffic between IP addresses x.x.x.x and
y.y.y.y (great for a machine that backups up data and then tries to move
it off site).
2) Drop the priority of all TCP traffic on port x (great for mail
servers talking to the outside world).
3) A combination of both.
Anyone done anything like this with Linux as a router or as a firewall?
Thanks!
-Mark
------------------------------
From: "Michael T. Cavanagh" <[EMAIL PROTECTED]>
Subject: Netatalk setup in RH 5.2
Date: Sat, 27 Mar 1999 14:15:21 -0600
Reply-To: [EMAIL PROTECTED]
Hi, all:
I am investigating using Netatalk to set up a file server for a
university classroom. I work at Winona State University in Minnesota
and I would like to save the taxpayers some cash. Using Linux instead of
Appleshare IP would save money, time, equip, etc.
I have investigated the Netatalk sites on the web and they are a bit
vague. They assume more knowlege than this newbie has. I have RH 5.2
running for our department server (and zipping right along with no
problems.) My question is... is there a good step-by-step for installing
this function?
I notice an appletalk message when the kernel boots. Does this mean I
don't have to recompile the kernel? Can netatalk be run as a module
(since its traffic will be light?)
Any help would be appreciated. The Taxpayers (and Jesse Ventura) thank
you as well!
Mike
--
------------------------Warning/Guarantee------------------------
-----------------------------------------------------------------
Pursuant to USC 47, there is a $500 per incident charge for each
piece of Unsolicited Commercial Email (UCE) sent to this or any
other personal address. Sending such UCEs implys full acceptance
of these terms and your agreement to immediately remit payment.
-----------------------------------------------------------------
------------------------------
From: Tomoo Nomura <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.bsd.freebsd.misc
Subject: Re: NFS problems with Linux 2.2.x server, freebsd client
Date: Sun, 28 Mar 1999 08:15:45 +0900
Hello,
> It may be broken - someone sent me this URL yesterday, which
> may shed some light on how to fix it:
>
> http://lwn.net/1999/0318/a/knfsd.html
I got it, but could not compile it.
gcc -g -O2 -D_GNU_SOURCE -I../../support/include -Wall -m486 -pipe
-DHAVE_NETGRO
UPS -Wno-unused -c rpcmisc.c -o rpcmisc.o
rpcmisc.c: In function `closedown':
rpcmisc.c:118: `__kernel_fd_set' undeclared (first use this
function)
rpcmisc.c:118: (Each undeclared identifier is reported only once
rpcmisc.c:118: for each function it appears in.)
rpcmisc.c:118: parse error before `)'
rpcmisc.c:118: warning: `__result' might be used uninitialized in
this function
make[2]: *** [rpcmisc.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
Anyone has any idea ?
Tomoo
--
************************************************************
Nomura Technical Management Office Ltd.
http://www.tmo.co.jp/
Tomoo Nomura [EMAIL PROTECTED] Nifty:GBH12257
Fax: +81-78-797-0241
ValueFax Support in Japan
HAFAS Electronic Time Table in Japan
************************************************************
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Finding a process on a port
Date: Sat, 27 Mar 1999 23:14:00 GMT
In article <2l8L2.12769$[EMAIL PROTECTED]>,
"Jim Laird" <[EMAIL PROTECTED]> wrote:
> Hey splash!! I found a program that will do this: lsof -- that is, "list
> open files". Since a socket is a file, you can figure out what process is
> listening to which port. I found some rpms at
I'll have to get my hands on that. I heard about it before, but to my
knowledge it was just a replacement for `fstat` (which doesn't do any of the
other nifty things you describe). I guess I was wrong. Fortunately, being
wrong also means that I now have my hands on a tool I've always wanted, but
have been too lazy to write myself. That's not a bad thing.
...on the other hand, I just tried three different versions of the FreeBSD
`lsof` port, and none of them work. I'll try later.
-Bill Clark
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Jeremy L. Buchmann" <[EMAIL PROTECTED]>
Subject: Re: Probs setting up a remote printer
Date: 27 Mar 1999 23:34:39 GMT
The lpd documentation is available at:
http://www.freebsd.org/handbook/handbook92.html
And you should also read the Printing-HOWTO at:
http://metalab.unc.edu/LDP/HOWTO/Printing-HOWTO.html
Lastly, read the manpages for lpd, termcap, and printcap
John Darrington <[EMAIL PROTECTED]> wrote:
: I have got two machines: Deanne and freyja.
: Deanne has a printer which worjs quite happily as
: a local printer. Deanne's /etcc/hosts.equiv
: contains :
: localhost
: 192.168.0.1
: 127.0.0.1
: Deanne
: freyja
: Deanne's /etc/printcap contains:
: lp|lp: \
: :lp=/dev/lp1: \
: :sd=/usr/spool/lpd/laser: \
: :lf=/usr/spool/lpd/laser/errs: \
: :of=/usr/spool/lpd/laser/output_filter: \
: :mx#0: \
: :sh:
: But freyja cannot print on Deanne's printer.
: When I do telnet Deanne 515, I get
: Connected to Deanne.
: Escape character is '^]'.
: /usr/sbin/lpd: lp: Malformed from address
: Connection closed by foreign host.
: What am I doing wrong?
--
===================================================================
Jeremy Buchmann "Those who trade freedom for safety deserve
[EMAIL PROTECTED] neither freedom nor safety." -- Ben Franklin
===================================================================
------------------------------
From: William Cameron <[EMAIL PROTECTED]>
Subject: Cards working but no connect
Date: Sun, 28 Mar 1999 01:04:03 +0000
Hello,
I have a Linux Box that I am trying use a webserver and I want to use
windows 98 as web browser client. I have both cards in both machines.
Each ping their own particular IP address correctly but do not recognize
each other. I have added the other card IP address to my hosts file.
I don't know how to do the equivilant in Windows 98. I seems that both
machines now the network card is there but refuse to answer (respond to
ping) the other machine.
I think something is not configured correctly. I am referecing various,
HOWTOs but none seem to indicate how to configure Win 98 to communicate
with each other.
I have tried running through the hub and also direct connecting.
Any suggestions appreciated,
William Cameron
------------------------------
From: Desmond Coughlan <[EMAIL PROTECTED]>
Subject: Re: New LAN set up - problem ONE
Date: 27 Mar 1999 23:53:34 +0100
"Tony s" <[EMAIL PROTECTED]> writes:
> Right, here�s the story.
>
> I got rh5.2 on an old p60, got w95 on a newer p233, connected using
> ethernet cards, set up the server option with the happy notion of running a
> linux server with apache in order to try out some new ideas I had with CGI
> interaction.
>
> All is now connected but as I am a COMPETE newbi to linux and servers in
> general I cant get the P233 under w95 to connect with the linux box. What I
> want is the linux as a server for this p233 and also act as a gateway for
> my web access, but lets start with how to get these things connected.
Try the IP-Masquerading HOWTO
--
Desmond Coughlan |Restez zen ... Linux peut le faire
[EMAIL PROTECTED]
[www site under construction]
------------------------------
From: [EMAIL PROTECTED] (Jon-o Addleman)
Subject: Re: need a hub to connect 2 machines w/ ethernet?
Date: Sat, 27 Mar 1999 23:59:03 GMT
Once upon a Sun, 21 Mar 1999 16:36:34 -0500, Reuben Pasquini
<[EMAIL PROTECTED]> wrote:
>Hi,
>
>I'm connecting two Linux machines over an ethernet with 10Base2 wire
>(end looks like a big phone plug). It looks like Linux recognizes
>the card on both ends - the interfaces are up, and the routes are set.
>However, the machines won't ping each other.
>I've just connected the two machines directly with a cable.
>Do I need to put a hub in between for some reason? If so, why?
>
>Thanks in advance for the help. Please cc replies to
>[EMAIL PROTECTED]
I read the other replies here, and I think all your questions can be
answered in a bit more detail by looking at the ethernet howto. The
linux documentation project (http://sunsite.unc.edu/LDP) has all of
them.
--
Jon-o Addleman
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Buy Internet
Date: Sat, 27 Mar 1999 22:08:38 GMT
Really? Not a spark of interest? Not even a pointer somewhere else?
Surprising. No one wants to take over the Internet?
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "Duncan A. McRae" <[EMAIL PROTECTED]>
Crossposted-To:
vmsnet.networks.misc,microsoft.public.windowsnt.domain,comp.unix.solaris,comp.os.os2.networking.server,comp.os.ms-windows.nt.admin.networking,comp.infosystems.www.servers.unix,comp.protocols.tcp-ip.domains
Subject: Re: Machine name themes - what do you use?
Date: Sat, 27 Mar 1999 19:06:35 -0500
I always named my machine after my mother, being the first important woman
in my life. When I got a network, I was going to name machines after
significant girlfriends. Unfortunately, I didn't start networking until
after I was married. That was find for the second machine (wife's name) and
even the third (daughter), but now I'm stuck -- do I find another theme, or
have an affair in order to name machine #4? Or, almost as bad, do I simply
name a machine after an ex- and deal with the inevitable hail of nasty
looks?
------------------------------
From: "Allen" <[EMAIL PROTECTED]>
Subject: Help on bootup
Date: Sun, 28 Mar 1999 00:11:29 GMT
Hi all,
I have just installed a 2nd NIC on my RedHat 5.2. I added an entry in
/etc/config.modules for this EtherExpress 16 ISA card (same as the 1st NIC)
and rebooted the PC. It is now hung on bootup. Please help!
Thanks.
Allen
------------------------------
** 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
******************************