Linux-Networking Digest #352, Volume #10 Tue, 2 Mar 99 09:13:43 EST
Contents:
Re: network numbering, re-numbering question (Erik Hensema)
Re: Small network, Internet connection and caching DNS server (Erik Hensema)
Re: logging in to remote machine (Erik Hensema)
Re: Connetcing to NT RAS with linux (Clifford Kite)
Re: Modem problem, help needed... ("Lawrence S. Lee")
Appleshare on Linux (Ronald Ng)
3Com Ethernet Adaper and Kernel 2.2.2 (Stephan Marwedel)
Re: Plesae suggest V.35 sync card for Linux? (Leon Garde)
Errors compiling CAP (Bernard Paris)
Need info on routing for 2 NICS ("Darrel Davis")
Re: SL3.6 <=> WfWG3.11 v LAN ? (COLIN Stephane)
Re: PPP MSCHAP and NT (BK)
Re: Controlling Samba Shares through LinuxConf (Jesse Low)
Re: Samba & win98 write permissions (Jesse Low)
Re: Samba as domain login server (Jesse Low)
Re: samba printing, Win98 spool32 crash (Jesse Low)
Re: Simple tcp/ip LAN network - problem (Paul Miyasaki)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Erik Hensema)
Subject: Re: network numbering, re-numbering question
Date: Tue, 2 Mar 1999 12:54:26 +0100
Reply-To: [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
>Greetings,
>
>My apologies if this is an old question ... I have read countless
>articles and books describing the topic of network numbering, but I am
>now looking for the answer from "experience".
>
>Can any one point out the drawbacks to assigning addresses from a class
>A "non-routeable" block then subnetting later as needed.
>
>example: (before subnetting)
>Location 1: host1 10.0.1.1/255.0.0.0
> host2 10.0.1.2/255.0.0.0
>Location 2: host1 10.0.2.1/255.0.0.0
> host2 10.0.2.2/255.0.0.0
>
>example: (after subnetting)
>Location 1: host1 10.0.1.1/255.255.0.0
> host2 10.0.1.2/255.255.0.0
>Location 2: host1 10.0.2.1/255.255.0.0
> host2 10.0.2.2/255.255.0.0
The netmasks should be 255.255.255.0, since you're using the first three
octets for the network address.
>The reasoning is that a site has numbers assigned that actually belong
>to someone else. They need to be assigned "private" addresses. They
>also have 5 geographic locations under 1 class "B" address block.
>(routers are configured as bridges). I would like to change the numbers
>first, then create/debug subnets.
>
>Also, any suggestions as to the easiest way to renumber a network?
If possible, use dhcp to configure the clients, this way you can centrally
change all the ip's, gateways, etc.
--
Erik Hensema ([EMAIL PROTECTED])
------------------------------
From: [EMAIL PROTECTED] (Erik Hensema)
Subject: Re: Small network, Internet connection and caching DNS server
Date: Tue, 2 Mar 1999 13:07:58 +0100
Reply-To: [EMAIL PROTECTED]
William Burrow wrote:
>For some reason, sendmail thinks it has to look up names while offline.
>This causes the mail client to appear to hang sending mail -- what happens
>is that the sendmail process is waiting for an answer to its DNS query,
>which isn't going to happen while I'm offline. This is very frustrating,
>but I managed to alleviate it somewhat by putting an entry into my DNS
>tables that points to my fake host IP giving the name localhost (for
>reverse lookups).
Maybe sendmail wants to send the mail directly, even though you're offline.
Try this:
# avoid connecting to "expensive" mailers on initial submission?
O HoldExpensive=True
# default delivery mode
O DeliveryMode=background
Msmtp, P=[IPC], F=mDFMuXe, S=11/31, R=21, E=\r\n, L=990,
^ the "e" flag marks smtp as expensive, leave
all other flags as they are.
T=DNS/RFC822/SMTP,
A=IPC $h
Mesmtp, P=[IPC], F=mDFMuXae, S=11/31, R=21, E=\r\n, L=990,
^
T=DNS/RFC822/SMTP,
A=IPC $h
Msmtp8, P=[IPC], F=mDFMuX8e, S=11/31, R=21, E=\r\n, L=990,
^
T=DNS/RFC822/SMTP,
A=IPC $h
Mrelay, P=[IPC], F=mDFMuXa8e, S=11/31, R=61, E=\r\n, L=2040,
^
T=DNS/RFC822/SMTP,
A=IPC $h
Also, search for "maps.vix.com", if you've got any lines like:
# MAPS project checks -- http://maps.vix.com/
#R$* $: $&{client_addr}
#R$-.$-.$-.$- $: $(host $4.$3.$2.$1.rbl.maps.vix.com. $: OK $)
#ROK $@ OK
#R$+ $#error $@ 5.7.1 $: "Mail from " $&{client_addr} " refus
ed; see http://maps.vix.com/rbl/"
Comment them out.
>This didn't last too long, since the name server hangs quite often.
>It used to do so every so often, but now it is hung just about all the
>time. I tried turning on debugging (-d), but named refused to start.
It isn't a nameserver problem. It's a sendmail problem.
--
Erik Hensema ([EMAIL PROTECTED])
------------------------------
From: [EMAIL PROTECTED] (Erik Hensema)
Subject: Re: logging in to remote machine
Date: Tue, 2 Mar 1999 12:47:34 +0100
Reply-To: [EMAIL PROTECTED]
Mike Redan wrote:
>
>how can I make my laptop login to my main box (over a network) by default,
>so that I only have to maintain one central place for all my users. The
>way I have the two 'puters configured right now is they are connected via
>PLIP.
>also, how can I launch X apps off of the the main computer, and have it
>display on the laptop, like netscape or something similar. I have very
>limited room on the laptop and would like to make it (please excuse the
>buzz word) a "thin client".
Run xdm on the server, and type something like "startx -- -broadcast" on the
client.
--
Erik Hensema ([EMAIL PROTECTED])
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: Connetcing to NT RAS with linux
Date: 1 Mar 1999 20:52:24 -0600
John Hardin ([EMAIL PROTECTED]) wrote:
: Clifford Kite wrote in message <7bec1b$[EMAIL PROTECTED]>...
: >I'd guess that you need to remove the pppd "auth" option, the company
: >NT doesn't seem to want to authenticate itself to you. There are
: >some comments below that may help to understand what's going on.
: You may want to try the MS-CHAP PPPD available at http://www.replay.com/
: It may be able to authenticate the NT system.
Well, www.replay.com was too busy to talk but I'm not sure what there
could bear on the problem. You can compile client-only MSCHAP into pppd
`
with the instructions in the README.MSCHAP80 that comes with the source
package, and perhaps the NT would allow reciprocal authentication with
MSCHAP.
But that's a moot point here since it was PAP that was negotiated - the
request for MSCHAP was rejected by pppd and the rejection accepted by the
company NT.
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* A salute to Inspector Baynes, of the Surry Constabulary, the only
police Inspector to ever best Mr. Sherlock Holmes at his own game.
"The Adventure of Wisteria Lodge", by Sir Arthur Conan Doyle. */
------------------------------
From: "Lawrence S. Lee" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Modem problem, help needed...
Date: Tue, 02 Mar 1999 08:15:04 -0500
I just got my own modem working so I'll take a stab here... most people
seem to suggest setting the PnP jumper on the modem to "off" and
manually configuring your IRQ and base address. My Diamond Supra 288i
doesn't seem to have _any_ jumpers on it and is PnP, so I went in via
Windows to get the port/IRQ information and then plugged that into
setserial. However, before that could work I had to run "pnpdump >
/etc/isapnp.conf" and then edit it to select the proper port/IRQ (I
guess port == base addr) for the modem.
larry
--
[EMAIL PROTECTED] http://www.stevens-tech.edu/~llee
"My other car is a Millenium Falcon."
------------------------------
From: Ronald Ng <[EMAIL PROTECTED]>
Subject: Appleshare on Linux
Date: Tue, 02 Mar 1999 07:39:40 GMT
I went through the trouble of configuring Netatalk on Linux, but now I
have some questions. First of all, nearly 8 hours after booting my
Linux system, my log finally show appletalk services loaded. Here's a
portion of it:
atalkd[334]: restart (1.4b2+asun2.1.0)
atalkd[334]: zip_getnetinfo for eth0
last message repeated 2 times
atalkd[334]: config for no router
atalkd[334]: ready 0/0/0
papd[345]: restart (1.4b2+asun2.1.0_
afpd[354]:AFPServer@* started on 40.1:128(1.4b2+asun2.1.0)
afpd[354]: ASIP started on x.x.x.x:548(1) (1.4b2+asun2.1.0)
For security reasons, I did not included where ASIP started on.
However, what I don't understand is why 1.4b2+asun2.1.0 restarted, and
why zip_getnetinfo was repeated twice. And why did it take so long to
start these services?
I tried using ASIP on my client, and I did get "Connect to file server
_________" as, but when I entered an appropriate username and password,
I get the message
"The connection to this server has been unexpectedly broken". Does
anybody have a clue what I'm doing wrong?
------------------------------
From: Stephan Marwedel <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: 3Com Ethernet Adaper and Kernel 2.2.2
Date: 2 Mar 1999 13:20:04 GMT
Hi,
I have two webservers with the following configuration:
SuSE Linux Distribution 6.0, Kernel 2.2.2, 128 MB RAM, Adaptec 2940 UW
SCSI,
3Com 3c905B Cyclone Ethernet Adapter, Apache 1.3.4
The only difference between the two boxes is that one of them is a
Compaq Deskpro EN6350 while the other is a noname PC with an Asus P2xx
motherboard.
The Problem is: The Compaq box runs fast and stable while the other box
crashes unexpectedly after a while. There's no entry in the system log
whatsoever, it goes down without leaving any information on where the
error was. This is very bad as I just convinced my customers to use
Linux instead of NT and now I#m in trouble argueing for the Linux
solution.
My questions is: Can the combination of the SCSI adapter with the NIC be
the source of the problem? I read something on Donald Becker's page
about PCI Interrupt Sharing being a potential cause of problem with the
3Com NIC. However, on the Compaq box the SCSI adapter shares the
interrupt with the NIC and everything's runnig fine.
Did anybody experienced similar problems?
Any hints and pointer appreciated.
Regards
Stephan
--
==================================================
Stephan Marwedel, Object Technology Group
THALES Communication GmbH, Hamburg, Germany
Email: [EMAIL PROTECTED]
Web: http://www.thales.de
-> This message was created 100% Micro$oft free <-
==================================================
------------------------------
From: [EMAIL PROTECTED] (Leon Garde)
Subject: Re: Plesae suggest V.35 sync card for Linux?
Date: 2 Mar 1999 15:37:01 -0800
William R. Mattil ([EMAIL PROTECTED]) wrote:
: Mark Lo wrote:
: > Thanks for your suggestion. I wish to setup Linux PC to work for a router is
: > because I found that a very low-end model of a PC would have much powerful
: > than any expensive router. I checked Cisco 2501 which was quoted by my ISP.
A sangoma card from www.sangoma.card will do that fine.
you even get excellent drivers to get industry standard ppp protocols
happenning...
: > busy website? How about IBM 2210 which is also quoted by my ISP? My final
: > concerned problem is my ISP said they don't promise they can configure any
: > other router or Linux PC.
the sangoma software may be a bit breif but its not recket science
do what it says to do and it will work .
and baby cisco products are problably NOT going to do 2mbs
that is, you pay $500 for 300kbs ppp and thats all you get.
the sangoma card will do ppp or frame relay at up to 2 mbs,
you get a 2nd port for a backup or a remote office to connect to..
we use sangoma card's to make a frame relay pop in a box.
leon
------------------------------
From: [EMAIL PROTECTED] (Bernard Paris)
Subject: Errors compiling CAP
Date: Tue, 02 Mar 1999 14:18:22 +0200
since netatalk does not offer print accounting (with authentication), I
try to install CAP on my RedHat5.2 Linux box. I know the things I need
work fine with CAP60.
I've downloaded CAP60.pl100 et applied all patches (101 -> 198). Ok.
When compiling CAP I've got the following errors (make programs):
make[1]: Entering directory `/usr/local/src/cap60/lib/cap'
cc -DBYTESWAPPED -DPHASE2 -O -DUSE_GDBM -I/usr/local/src/cap60 -c abatp.c -o
abatp.o
abatp.c:83: elements of array `ratpiov' have incomplete type
abatp.c:84: warning: excess elements in struct initializer after `ratpiov[0]'
abatp.c:84: warning: excess elements in struct initializer after `ratpiov[0]'
abatp.c:85: warning: excess elements in struct initializer after `ratpiov[1]'
abatp.c:85: warning: excess elements in struct initializer after `ratpiov[1]'
abatp.c:86: warning: excess elements in struct initializer after `ratpiov[2]'
abatp.c:86: warning: excess elements in struct initializer after `ratpiov[2]'
abatp.c:87: warning: excess elements in struct initializer after `ratpiov[3]'
abatp.c:87: warning: excess elements in struct initializer after `ratpiov[3]'
abatp.c:88: invalid use of undefined type `struct iovec'
abatp.c: In function `atp_listener':
abatp.c:548: dereferencing pointer to incomplete type
abatp.c:549: increment of pointer to unknown structure
abatp.c:549: arithmetic on pointer to an incomplete type
abatp.c:561: dereferencing pointer to incomplete type
abatp.c: In function `ATPWrite':
abatp.c:1502: storage size of `iov' isn't known
make[1]: *** [abatp.o] Error 1
make[1]: Leaving directory `/usr/local/src/cap60/lib/cap'
make: *** [libsmade] Error 2
Any idea of what to do ??
Bernard Paris
Psychology department
Universite Catholique de Louvain
Louvain-LA-NEUVE.
[EMAIL PROTECTED]
------------------------------
From: "Darrel Davis" <[EMAIL PROTECTED]>
Subject: Need info on routing for 2 NICS
Date: Tue, 2 Mar 1999 08:30:15 -0500
I have a RedHat 5.2 Linux box with 2 NICS which are up and running. The
desire is
to turn the machine into a firewall. eth0 is set to be the gateway device
but with both
interfaces up, i can't even ping between them. Any pointers to FAQs for
this kind
of dual interface routing?
Any help appreciated.
-darrel
------------------------------
From: COLIN Stephane <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux.slackware
Subject: Re: SL3.6 <=> WfWG3.11 v LAN ?
Date: Tue, 02 Mar 1999 14:31:08 +0100
Kevin Ison wrote:
> if you dont have tcp/ip on the wfwg pc how do you expect to connect? Do
> you have IPX loaded on the linux box? You might also want to look at
> samba too....
>
> "B.A." wrote:
>
> > What features/modules do I need to make SURE are compiled/installed on
> > my Slackware v3.6 box in order to have it accessable by my WfWG
> > machine via a HomeLAN. The eth0 is working fine, and I have no
> > problems accessing the Linux box with a DOS tcp/ip suite, and DMESG is
> > telling me that the root drive IS mounted as shared NFS, but my WfWG
> > isn't seeing anything. I can't use TCP/IP under WfWG because it
> > takes up TOO many resources and won't operate correctly. I have
> > NetBEUI and IPX/SPX-NetBIOS protos installed on the WfWG mach.
> > SHOULD this be a working link ???
> >
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > Remove the "SHOOT" and "SPAM" to reply
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> --
> ======================================
> Kevin Ison
> Charlotte, North Carolina USA
> http://users.vnet.net/kevison
> ======================================
You can try to install the mars_nwe package from
ftp://ftp.gwdg.de/pub/linux/misc/ncpfs/mars_nwe/
This is a Novell 3.xx server emulator you must install to the linux server
and you can access from WFW.
--
\\\___///
\\ - - //
( @ @ )
+---------------oOOo-(_)-oOOo---------------------------------------+
| |
| COLIN Stephane, [EMAIL PROTECTED] |
| |
| "The day Microsoft makes something that doesn't suck is probably |
| the day they start making vacuum cleaners" - Ernst Jan Plugge. |
| |
+------------------------Oooo---------------------------------------+
oooO ( )
( ) ) /
\ ( (_/
\_)
------------------------------
From: BK <[EMAIL PROTECTED]>
Subject: Re: PPP MSCHAP and NT
Date: 2 Mar 1999 13:31:31 GMT
rsg wrote:
> Here is the output from ppplog:
> Jan 24 14:57:31 rubens pppd[865]: pppd 2.3.5 started by root, uid 0
> Jan 24 14:57:31 rubens pppd[865]: Using interface ppp0
> Jan 24 14:57:31 rubens pppd[865]: Connect: ppp0 <--> /dev/ttyp2
> Jan 24 14:57:31 rubens pppd[865]: Warning - secret file /etc/ppp/pap-
secrets
> has world and/or group access
> Jan 24 14:57:31 rubens pppd[865]: sent [LCP ConfReq id=0x1 <magic
0xffff8c18>
> <pcomp> <accomp>]
> Jan 24 14:57:58 rubens last message repeated 9 times
> Jan 24 14:58:01 rubens pppd[865]: LCP: timeout sending Config-Requests
> Jan 24 14:58:01 rubens pppd[865]: Connection terminated.
> Jan 24 14:58:02 rubens pppd[865]: Exit.
My experience the last two days is almost identical to the above. I've
read the README.MSCHAP80 file and done everything it says (supposedly).
I've re-compiled pppd with the MSCHAP options uncommented. And I've
"made" the DES libraries. I just get a LCP: timeout sending Config-
Requests. Any help anyone?
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Jesse Low <[EMAIL PROTECTED]>
Subject: Re: Controlling Samba Shares through LinuxConf
Date: 2 Mar 1999 08:31:35 GMT
There is a SAMBA pluggin for Linuxconf that puts the area in there.
Unfortunately, I don't remember where I got the pluggin. I was just looking
for it myself. However, if you go to www.samba.org and follow a link to a
Samba site, there is a section for GUI interfaces to configure SAMBA. It's
helpful.
Mark Kaplan wrote:
>
> On one of our linux boxes we are able to configure Samba shares through
> LinuxConf. On the other box there is not Samba area in LinuxConf. Both
are
> running Red Hat 5.2. I would sure like to know how to add the Samba
powers
> to LinuxConf on the second machine.
>
> Mark Kaplan
> [EMAIL PROTECTED]
>
>
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Jesse Low <[EMAIL PROTECTED]>
Subject: Re: Samba & win98 write permissions
Date: 2 Mar 1999 08:32:10 GMT
Your first reply is great information. I would probably add one other thing
myself. Configure the SAMBA directories with the group SETUID. You can go
to the parent directory and (as root) type chmod -R g+s to set it for all
subdirectories at once. Then set the group ownership to the group you want
to have RW access, ie. chgrp -R <groupname>. The nice thing about this
configuration is that everyone that is a member of the group can create
files and everyone can modify each other's files. This would be for an
exchange type directory where you want everyone to be able to read and
write all the files. If you don't do the chmod -R g+s, users will then
create files that only they can edit. That, of course, may be desirable
too. If you want others to be able to read them, just make sure that the
create mask and the directory mask are set to 640 so everyone can create
files that will be readable by everyone else in the group.
The RedHat manual discusses USER private groups. That is where this
solution is described.
Dan Tager wrote:
>
> Lynn Buell wrote in message <[EMAIL PROTECTED]>...
> >HiThere!
> > I've got to the point where I
> >can see my Linux box on my win98 &
> >can browse the folders, but I can't
> >save anything from the win98 to the
> >Linux. I think I have write
> >permissions correct in samba, but I
> >think I remember seeing somewhere
> >that you have to configure Linux
> >permissions or it doesn't make any
> >difference how samba is
> >configured. I'm using Linux in
> >"the back room" & would really like
> >to convert my file server to it.
> >I'm tired of screwing with windows
> >crap!
> > Thank You for your help. I know
> >about enough about unix & Linux to
> >be dangerous, & I like what I'm
> >Learning, I just need a little
> >coaching
> >
> > Thanks, Lynn
>
>
> You need to set file permissions and default file permissions in samba.
> In your smb.conf file, use the mask option in your shares. This value
> should be a 3 digit number where
> the first digit is owner permission, the second is group permission, and
the
> third is everyone else.
> Use 6 for read and write, 4 for just read, and 0 for neither read nor
write.
> So for public directories use the following...
> mask = 666.
> For directories that you want a group to write to and everyone else read
> only...
> mask = 664
> For directories that are private by user...
> mask = 600
>
> If you already have existing files you can change the permissions from a
> command prompt using chmod. (man chmod) Also make sure the directories
are
> set correctly. They need execute permissionms set, 7 for read, write,
and
> execute. 5 for just read and execute.
>
> User and group ids are defined in your /etc/passwd and /etc/group file.
>
> --Dan
>
> [EMAIL PROTECTED]
>
>
>
>
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Jesse Low <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Samba as domain login server
Date: 2 Mar 1999 08:31:51 GMT
I haven't yet used Samba 2.x.x. But, with 1.9.18, I don't thing Samba could
be a true Domain controller. However, you could set up the Windows machine
to log into it as though it were a domain controller. What it couldn't do
was validate users for remote shares. That where it differed from being a
true PDC. I think the newer version is supposed to allow this.
I've used Samba several ways: 1. as a workgroup server with security=share,
2. As a domain login controller in a standalone environment, 3. As a domain
login controller with security=server with a true NT PDC validating the
login ids. Once the configuration is right, it has always worked like a
champ. One thing you might check is to make sure that the username and
password on the Compaq machine matches the usersname/password on the Samba
server. If it doesn't and you have encryption enabled, you won't be able to
see the machine at all. Once you get those in sync, it magically appears.
Try a NET USE command at the DOS prompt to see what type of error message
you get....always helps!
Juergen Fiedler wrote:
>
> In comp.os.linux.networking Jeff <[EMAIL PROTECTED]> wrote:
> : Just a guess but as far as I know in your client for microsoft windows
> : properties
> : you should take the check mark out of Log into NT server. Just have it
log
> : in and reestablish the connections. IE remove the check mark from the
top
> : box, and make sure the last option has a black dot in it.
> : works for me.
> : Jeff
>
> Nope... that didn't do it. Now I don't get the error message, but: All
> other computers can now log on to the network, even if I give the wrong
> password - seems the password is completely ignored. Only the Compaq
> still can't see the Samba server. Very odd.
>
> Thanks for replying,
> Juergen
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Jesse Low <[EMAIL PROTECTED]>
Subject: Re: samba printing, Win98 spool32 crash
Date: 2 Mar 1999 08:32:21 GMT
If it's any consolation, there are so many things that cause rundll and
spool32 to crash that I can't count them all. Stange though, my RedHat
Linux desktop has never had any DLL crashes. For that matter, there have
only been about 2 or 3 times (in about 3 years of Linux and 7 years of
HPUX) that I've actually had to reboot a UNIX machine to recover from some
type of error. Someday, maybe, the world will be all Linux desktops. Of
course, I'm sure we'll still have plenty of problems. But, way fewer
crashes....of course, unless the Windows programmers take a crack at it.
Then, I suspect we'll start seeing more lockups....then again, maybe not!
george m hoffman md wrote:
> this is really interesting. I get the same errors printing to a
> mars_nwe printer queue. (mars_nwe is a novell netware 3.x emulator for
> linux). The problem is reproducible when I use a novell client on the
> win95 machine, but not when using the microsoft client for netware.
> Just out of interest, do you also have the novell client32 loaded on
> your windows machine? I think there is some known incompatibility with
> the novell cleint spool32 function and microsoft win95, as evidenced by
> a series of articles in the microsoft knowledgebase....and no consistent
> solutions.... except they did list this as to be 'solved' by win 98.
> let me know please
> --
> George M Hoffman MD
> Anesthesiology & Critical Care
> Medical College of Wisconsin
> Children's Hospital of Wisconsin
> 414-266-3388 (voice)
> 414-266-3563 (fax)
> <[EMAIL PROTECTED]>
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Paul Miyasaki <[EMAIL PROTECTED]>
Subject: Re: Simple tcp/ip LAN network - problem
Date: Mon, 01 Mar 1999 21:04:23 -0500
Have tried to see if the there is some kind of resource conflict on Win95 machine
John Hopkins wrote:
> Hmm... I will keep that in mind for future, but I don't think I need
> routing done here. As I said, I don't care if the private network
> between linux and Win95 can see the 'net, even though my second network
> card on Win95 can. I just want to be able to connect to things on linux
> (eg. webserver development, ftp, etc...).
> I've even removed the Internet NIC from Win95 (not physically, via the
> control panel) and tried my local network. Still they couldn't ping
> each other. So I'm guessing that the second NIC in the Win95 box
> doesn't have an effect on the private network (tell me if I'm wrong)?
>
> Thanks,
>
> John
>
> Paul Miyasaki wrote:
> >
> > So You got 2 NIC in your Win95 machine. I assume this is the case. If so, then
>are they both on the same
> > network ie. NIC1 10.2.2.2, NIC2 10.2.2.1. The problem is probably the Win95
>machine. If you have two
> > different networks under Win95 this could be a problem because Win95 doesn't do
>routing. There is a
> > registery hack for this, but I have tried it but didn't get it to work. The
>easiest thing to do would be to
> > buy a cheap 10MB hub and eliminate one of the NIC cards.
> >
> > Paul
> >
> > John Hopkins wrote:
> >
> > > I should also mention that I'm running Red Hat Linux 4.2 and the network
> > > card was detected fine. It is an NE2000 compatible card, 10Mbit.
> > >
> > > John Hopkins wrote:
> > > >
> > > > I'm trying to setup a simple tcp/ip LAN with my Win95 and Linux machines
> > > > . On the Win95, I have an ethernet connection for my cable modem, and
> > > > another network card connecting to the linux. I don't care if I can get
> > > > to the net from the linux box, I just want the two machines to be able
> > > > to connect together. Ping doesn't see the other machine from either
> > > > one.
> > > >
> > > > Win95's ip: 10.2.2.3
> > > > Linux's ip: 10.2.2.2
> > > >
> > > > Here is some information I gathered from the Linux machine:
> > > >
> > > > FILE: /proc/net/route
> > > > ---------------------
> > > >
> > > > Iface Destination Gateway Flags RefCnt Use Metric Mask
> MTU Window
> > > > IRTT
> > > > lo 0000007F 00000000 01 0 4 0
>000000FF 3584 0
> > > > 0
> > > > eth0 0000000A 00000000 01 0 5 0
>000000FF 1500 0
> > > > 0
> > > >
> > > > OUTPUT OF ifconfig
> > > > ------------------
> > > >
> > > > lo Link encap:Local Loopback
> > > > inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
> > > > UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
> > > > RX packets:96 errors:0 dropped:0 overruns:0
> > > > TX packets:96 errors:0 dropped:0 overruns:0
> > > >
> > > > eth0 Link encap:10Mbps Ethernet HWaddr 00:C0:A8:35:A0:EF
> > > > inet addr:10.2.2.2 Bcast:10.255.255.255 Mask:255.0.0.0
> > > > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> > > > RX packets:0 errors:0 dropped:0 overruns:0
> > > > TX packets:0 errors:0 dropped:0 overruns:0
> > > > Interrupt:3 Base address:0x320
> > > >
> > > > OUTPUT OF netstat -r
> > > > --------------------
> > > >
> > > > Kernel IP routing table
> > > > Destination Gateway Genmask Flags MSS Window irtt
> > > > Iface
> > > > 127.0.0.0 * 255.0.0.0 U 3584 0 0
> > > > lo
> > > > 10.0.0.0 * 255.0.0.0 U 1500 0 0
> > > > eth0
> > > >
> > > > I tried shoving the Win95 network card id into ARP on linux, but that
> > > > didn't even help (not sure if it would help anyway).
> > > > Hope someone can help - I've been reading all the relevant HOWTO's and
> > > > trying to get this to work for a long time.
> > > >
> > > > Thanks a million!
> > > >
> > > > John
------------------------------
** 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
******************************