Linux-Networking Digest #637, Volume #11 Wed, 23 Jun 99 15:13:44 EDT
Contents:
Re: telnet: out yes, in no (Ragu Bharadwaj)
Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was: (Tim Kelley)
is there any winsock-proxy for linux? (Marc Eggenberger)
Re: RH5.2 won't detect my NIC (Thomas =?iso-8859-1?Q?S=F8rensen?=)
Re: FTP on Linux Redhat ("Martin Button")
Re: My default route keeps disappearing... (Mark Price)
Re: wtpm and btmp (help needed!) (Paulo Nogueira)
Re: Linksys LNE100TX & Tulip? (Rod Smith)
Swap over NFS (Andreas Jaehnigen)
Multiple Linux Mail Servers ("Neil A. Miller")
DNS/named helper app? ("Bernhard Wieser")
Re: Network Analyser for IPX Network? (Frank Pinzin)
Re: IPX and Token Ring ("Sean W. Ellis")
Re: Leafnode problems ("Sean W. Ellis")
Re: IP-Addresses/hostnames via web ("Sean W. Ellis")
Re: Firewall and services ("David Means")
Re: proxy program for win98/NT server + linux client ("Frederik Meerwaldt")
Re: Bad ping in quake3 compared to win98 ("Frederik Meerwaldt")
With Networks Under Attack, Password Etiquette is Critical (Tim Gallati)
Re: RH5.2 won't detect my NIC (Jason Peacock)
Re: Linux w/Win clients on a corporate server (Monte Phillips)
neighbor table overflow ("O'Loughlin")
----------------------------------------------------------------------------
From: Ragu Bharadwaj <[EMAIL PROTECTED]>
Subject: Re: telnet: out yes, in no
Date: Wed, 23 Jun 1999 11:41:55 -0600
Big Fish,
Try moving /etc/hosts.allow and /etc/hosts.deny to a different name and
then try telnetting in again. To configure em specifically look at man
hosts_access
-Ragu
Big Fish wrote:
>
> Hello all,
>
> I can telnet out from my Linux machine but
> cannot telnet into it (it has fixed IP):
>
> /home/bigfish: telnet 123.456.7.8
> Trying...
> Connected to 123.456.7.8
> Local flow control off
> Connection closed by foreign host.
>
> What's the problem, and what should I change in
> my configuration?
>
> Thanks!
>
> --
> Please kindly send a copy of your reply directly
> to my e-mail: [EMAIL PROTECTED]
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: Tim Kelley <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.advocacy,comp.infosystems.www.servers.unix,comp.os.linux.misc
Subject: Re: Could Microsoft Cheat On The New Mindcraft Benchmark? (was:
Date: Wed, 23 Jun 1999 13:02:55 -0500
Stuart Fox wrote:
>
> Tim Kelley <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > What if you do not have an NT server/PDC? I guess you are telling me I
> > must have an all Micros~1 solution for things to work properly.
>
> Create a local policy file, throw it in C:\windows for all machines.
Unmanageable.
------------------------------
From: [EMAIL PROTECTED] (Marc Eggenberger)
Subject: is there any winsock-proxy for linux?
Date: Wed, 23 Jun 1999 15:49:19 +0200
Hi there.
I have a Windows NT server which I want to replace by a linux box ... but
the most important service which is running on the NT Server is the
Microsoft Proxy running as WinSock Proxy .. is there anything on the
linux side?
--
mfg
Eggenberger Marc
------------------------------
From: Thomas =?iso-8859-1?Q?S=F8rensen?= <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: RH5.2 won't detect my NIC
Date: Wed, 23 Jun 1999 15:50:58 +0200
Hello Jason
I've had the same symptom, also on a RH5.2.
I tried to use the NE2000 driver on my NIC, with exactly the same
experience as you.
Then I tried to use the NE2KPCI-driver and _viola_ suddenly everything
was working smoothly.
So, you don't use the correct driver. Try searching the web to find out
what chipset is used on your NIC and then find out the correct
Linux-driver.
Hope you can use this
-Thomas Sorensen
Jason Peacock wrote:
> Hello.
>
> I've installed RH5.2 and wanted to try a simple home network between
> it and my Win98 machine. Everything installed fine except that for
> some reason, when I would go into X, run linuxconf, and go into the
> networking section, I would have to manually activate my eth0
> connection even though it was set to activate at boot time. Then
> after I close the networking menu and reopen it, it would be
> deactivated again. Whenever I would call linuxconf through the xterm
> window without a trailing "&" behind it, and then choose to activate
> eth0, it gave me the message saying "eth0 delayed" - and then later
> "no such device eth0" (or something to the effect of these msgs)..
>
> So I had the idea to try and do a reinstall of RH through a Win98
> shared drive. I created the supplemental disk it said I required and
> when prompted to choose a networking card, I chose the NE2000
> compatible ISA card. I let it autoprobe it only to see that it could
> find no such device. I read the card's manual and tried to specify
> the i/o address and irq info of the card to RH but it still could not
> find the card.
>
> The card I am using is a Kingston Technologies KNE20T ISA PNP NIC.
> My Win98 machine has an identical card and locates it fine. I have a
> RJ-45 cable running between the machines. The card is noted to be
> 100% software compatible with Novell's NE2000 compliant series
> Ethernet adapter drivers.
>
> Is there any way I can make Linux detect this card? Since I'm trying
> to do it from the install now, preferrably what I can do in this area
> to get it running.
>
> Any help is GREATLY appreciated.
>
> Thank You
>
> Jason
------------------------------
From: "Martin Button" <[EMAIL PROTECTED]>
Subject: Re: FTP on Linux Redhat
Date: Wed, 23 Jun 1999 14:57:48 +0100
Try making sure that you have the following line in your /etc/inetd.conf
file:
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
If not enter it in or un-remark the line (ie. get rid of the # in at the
start of the line) and hangup the inetd process.
This should work if the ftp program is present in the standard directory in
the RedHat distribution. Otherwise you might not have added the ftpd
package. ftpd would be standard with RedHat Linux.
Regards,
Martin Button.
KC3 Internet Services
Guo Quin wrote in message <1WXb3.17687$[EMAIL PROTECTED]>...
>Hello.
>I use redhat 5.0, ftp is there, check your config file.
>
>Kieu
>
>A. de Vos <[EMAIL PROTECTED]> wrote in message
>news:7ko2ea$2ur5$[EMAIL PROTECTED]...
>> I cannot FTP from Windows to Linux through the LAN (ethernet). But I am
>able
>> to connect to the Apache server through Explorer.
>>
>> How is FTP server started on Linux? And how can I reach it?
>>
>> Arne de Vos
>>
>>
>>
>
>
------------------------------
From: Mark Price <[EMAIL PROTECTED]>
Subject: Re: My default route keeps disappearing...
Date: Wed, 23 Jun 1999 10:37:59 -0700
Check you're not running routed or some other similar dynamic routing
daemon. Could be routed deleting the route.
Mark.
> worried. Does anyone know why this might happen?
------------------------------
From: Paulo Nogueira <[EMAIL PROTECTED]>
Subject: Re: wtpm and btmp (help needed!)
Date: Wed, 23 Jun 1999 19:11:19 +0100
Juergen Heinzl wrote:
> >
> > problem 1:
> >
> > file /var/log/btmp remains empty (0 bytes)
> > no matter what
>
> /etc/login.defs :: set FTMP_FILE to ... or uncomment it; shadow
> password package.
> [...]
On the slackware distribution, that seems to be it.
On the RedHat one, it seems not to work. Ah, but
the file "messages" seems to have what I want...
> > problem 2:
> >
> > logs on the X console (if not other kind of logs as
> > well) are not entered into /var/log/wtmp ; neither
> > "finger" nor "who" succeed in reporting users when
> > their login was of that kind.
> xterm and friends must be started as xterm -l (login) and be
> setuid root to be able to write to utmp / wtmp.
I did not get this one, sorry.
Imagine you are sitting in front of a monitor
displaying the standard linux X console (a small
window asking you for your username and password,
placed on top of a black and white bitmap pattern
as background -- by the way, I _hate_ that bitmap;
how can I change it? not just in my window manager
session, but for the whole system/console/etc).
Now you type in your username and password, and
log into the system. You will probably get an
xterm (or else you may ask one to the window
manager) and may start working. Then you may type
'finger' and (to your surprise) "find out" that you
are not logged in (same with 'who', or 'last').
In general, one should not expect that a user
(especially some hacker :) starts a new window
with 'xterm -l' or so...
What I need is a way to register/know that a
username and a password (either right or wrong)
were entered into the console.
(did I mess something up?)
> Hope it helps,
> Juergen
Thanks!
Paulo
PS if someone is wondering why this message is not
properly threaded, here is the answer: my news
server did not get Jurgen's post :(
so please email me a copy of any reply you post
to the newsgroup!
------------------------------
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: Linksys LNE100TX & Tulip?
Date: Wed, 23 Jun 1999 13:53:30 GMT
Reply-To: [EMAIL PROTECTED]
[Posted and mailed]
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (JunkDTectr) writes:
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] says...
>> In article <[EMAIL PROTECTED]>,
>> root <[EMAIL PROTECTED]> writes:
>> > Hi ,
>> >
>> > Just installed Redhat 6.0. The HOWTO on Ethernet says the tulip driver
>> > will work with the Etherfast 10/100 cards, with the exception of some
>> > proprietary PNIC chipsets.
>>
>> The PNIC chipsets are a Tulip clone chipset. Boards with these chipsets
>> don't work well with the version of the kernel included with RH 6.0
>> (though I've seen some reports of success, so perhaps RH patched their
>> install kernel -- but your experience suggests otherwise).
>
> I'm curious, I'm running RH5.2 and will be updating some to RH6.0
> soon. I've been using Linksys since the first 10/100's came out,
> I've got DEC's, PNIC's and Linksys's,
If by this last you mean that you have boards with chips marked "DEC,"
"PNIC," and "Linksys," the ones that are marked "Linksys" are really PNIC
chips -- check your kernel startup messages for confirmation of this.
> They all work fine with the
> stock RH5.2 tulip (tulip.c:v0.89H). Any specifics on the
> RH6.0/tulip issue?? Point me in a direction.
Most people with PNIC-based boards report that the 0.89H driver does
*NOT* work with their boards, or works unreliably. Some people (like
you) report that it DOES work with their boards. It's conceivable that
there's an interaction between the PNIC chipset and some other hardware
component, or that it's a matter of how the BIOS configures the board
(what IRQ it's given, for instance). I suppose it's also possible that
there are different revisions of the PNIC chipset, or of other components
on the boards, and that some work with 0.89H and others don't.
In any event, Red Hat 6.0 ships with the 0.89H driver, so in theory you
should see no change in network card compatibility if/when you upgrade.
If you do, you can get an updated tulip.c file from
http://cesdis.gsfc.nasa.gov/linux/drivers/tulip-devel.html, drop it into
your kernel source tree in drivers/net, and recompile the kernel or
modules to get it to work.
> I've got them running in everything, Win(NT,95,98), Novell 3 and
> 4, RH5.2 without a hitch, I hate the thought of having to use
> something different for RH6.0.
You don't. While some people have reported an inability to get some Tulip
clones working with Linux even with updated drivers, I've not seen such
reports for the Linksys boards, and in fact I've got one in one of my
systems and it works fine with the updated drivers (I'm using 0.90q, but
there are more recent files than that available now).
> One of the LinkSys marked chips that requires a ROM update for a
> redetection problem with Win98. Is this the problem child? ROM
> upgrade ROMUP.EXE (for LINKSYS chip (168 version))
> http://www.linksys.com/scripts/dlc.asp
It is conceivable that the ROM version on the board has something to do
with compatibility with the older Linux drivers, but I can't say for
certain.
--
Rod Smith
[EMAIL PROTECTED]
http://www.channel1.com/users/rodsmith
NOTE: Remove the "uce" word from my address to mail me
Author of _Special Edition Using WordPerfect for Linux_, from Que;
see http://www.channel1.com/users/rodsmith/books.html
------------------------------
From: Andreas Jaehnigen <[EMAIL PROTECTED]>
Subject: Swap over NFS
Date: Wed, 23 Jun 1999 19:50:11 +0200
Hi,
is everyone out there running a diskless client which swaps over NFS?
The filesystems are exported from a Sun running Solaris 2.6, on the client
side runs kernel 2.2.9 (2.2.10 compiling NOW. *grin*).
Every document about diskless clients I read so far doesn't mention this
topic.... (?!)
Would be nice if you could also send a copy of your answer via mail...
Thanx for everything! :-)
ANDI :-)
[EMAIL PROTECTED]
------------------------------
From: "Neil A. Miller" <[EMAIL PROTECTED]>
Subject: Multiple Linux Mail Servers
Date: Wed, 23 Jun 1999 14:02:54 +0100
Hi
I want to set up internal/external e-mail in a company at low cost.
This is my current train of thought.
We are in the process of obtaining a suitable domain name and will want to
create mail system when we have it. At the moment we are spread over four
sites and are all interconnected with TCP/IP (A Windows NT domain) using
ISDN2 and routers. What I have in my mind is to use Linux based mail servers
at each site of which one (at head office) would act as the gateway to the
Internet. This gateway would dial an ISP every 15 minutes or so during the
day and upload/download external Internet mail. This gateway would also
distribute mail to the internal site based mail servers as needed. Each
desktop user's PC would use Outlook Express (or a similar reader) to check
for mail on their local Linux mail server
I am guessing that Linux using 'sendmail' to distribute mail & PPP to talk
to the ISP will cope with this scenario but I could do with a few pointers
to 'HOWTOs' etc. to get me underway.
Thanks
Neil
------------------------------
From: "Bernhard Wieser" <[EMAIL PROTECTED]>
Subject: DNS/named helper app?
Date: Wed, 23 Jun 1999 08:02:20 -0600
Is there any tool out there that will guide me through DNS configuration?
I have named running but am yet to have it run "correctly".
Please forward URLs.
B.
------------------------------
From: Frank Pinzin <[EMAIL PROTECTED]>
Subject: Re: Network Analyser for IPX Network?
Date: Wed, 23 Jun 1999 13:54:42 +0000
http://www-serra.unipi.it/~ntop/
ntop is a free linux utility for monitoring network traffic: TCP/IP,
IPX, etc.
--
Frank Pinzin [EMAIL PROTECTED]
Sheridan College (905) 845-9430 x2194
Network Systems Group
------------------------------
From: "Sean W. Ellis" <[EMAIL PROTECTED]>
Subject: Re: IPX and Token Ring
Date: Wed, 23 Jun 1999 08:39:03 -0500
Tom wrote:
>
> I got mine to work using ipx_configure and ipx_interface. Try turning all
> of the auto features off with ipx_configure, then use ipx_interface to add
> your interface by hand.
>
> Sean W. Ellis wrote:
> >
> > I am wanting to configure IPX on an Olicom Token Ring card. I can't get
> > the card to do TOKEN-RING or TOKEN-RING_SNAP framing to talk with a
> > Netware host.
> >
> > Anyone else using Token Ring on Linux with IPX ?
> > --
> > Sean W. Ellis, [EMAIL PROTECTED]
>
> ------------------ Posted via SearchLinux ------------------
> http://www.searchlinux.com
#ipx_internal_net add 0xBIC00001 1
#ipx_interface add eth0 802.3 0x10001000
#ipx_interface add wp0 802.3 0x10001001
#ipx_interface add wp1 802.3 0x10001002
#ipxd
eth1 Link encap:16/4 Mbps TR HWaddr 00:00:83:6C:54:24
inet addr:192.168.16.103 Bcast:192.168.16.255
Mask:255.255.255.0
UP BROADCAST RUNNING MTU:2000 Metric:1
RX packets:48645355 errors:0 dropped:108 overruns:0 frame:86
TX packets:29247868 errors:0 dropped:0 overruns:0 carrier:12
Collisions:0
Interrupt:10 Base address:0xe800
wp0 Link encap:Point-to-Point Protocol
inet addr:192.168.252.2 P-t-P:192.168.252.1
Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1500 Metric:1
RX packets:1509924 errors:0 dropped:0 overruns:0 frame:0
TX packets:2784451 errors:1512 dropped:4 overruns:0 carrier:0
Collisions:580
Interrupt:5 Base address:0x300 Memory:e0000-e1fff
wp1 Link encap:Point-to-Point Protocol
inet addr:192.168.251.2 P-t-P:192.168.251.1
Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1500 Metric:1
RX packets:255781 errors:0 dropped:0 overruns:0 frame:0
TX packets:414694 errors:714 dropped:4791 overruns:0 carrier:0
Collisions:182
Interrupt:4 Base address:0x360 Memory:e2000-e3fff
But, it did not work on the Token Ring interface, which for some reason
is eth instead of tr with Olicom. I tried all the available frame
types. What is your configuration ?
--
Sean W. Ellis, [EMAIL PROTECTED]
------------------------------
From: "Sean W. Ellis" <[EMAIL PROTECTED]>
Subject: Re: Leafnode problems
Date: Wed, 23 Jun 1999 08:39:51 -0500
Marc Mutz wrote:
>
> Hi out there!
>
> Tired of being online just to read news, I yesterday installed leafnode.
> Compiling, configuring worked just fine. Also fetch semms to do what it
> should, if you watch the syslog and the size of /var/spool/news.
> When I subscribe to groups in netscape 4.08 I get the single article
> leafnode sends as fake to get to know which usenet groups to download next
> time. However, it stays the only one when I look at it after fetch got
> the first group. I can easily read the news in /var/spool/news, so they are
> there, but they just do not show up in netscape.
> Checking rtin, there are less problems: It reports many 'bad overview
> record (Date)' and '(References)' and adds more or less truncated hostnames
> after them. After a while the article listing shows up and I can read
> the messages just fine, but there is only a fraction of all articles listed.
>
Netscape as a reader sucks.
--
Sean W. Ellis, [EMAIL PROTECTED]
------------------------------
From: "Sean W. Ellis" <[EMAIL PROTECTED]>
Subject: Re: IP-Addresses/hostnames via web
Date: Wed, 23 Jun 1999 08:41:34 -0500
Rainer Neideck wrote:
>
> I�m looking for a possibiltiy to manage my IP-addresses and host names via
> web. The Information supposed to be stored into a SQL-DB and retrieved via
> Browser. Any idea?
I do this now with a PostgreSQL database and perl CGI to access the
information.
Works great,
--
Sean W. Ellis, [EMAIL PROTECTED]
------------------------------
From: "David Means" <[EMAIL PROTECTED]>
Subject: Re: Firewall and services
Date: 23 Jun 1999 18:14:56 GMT
Corinna Esmeralda Schultz <[EMAIL PROTECTED]> wrote in message
news:7kq91t$[EMAIL PROTECTED]...
> I'm a slightly experienced newbie :) so I hope this isn't a dumb
question...
>
> I have 2 machines, a Linux box which is my gateway/firewall/web server,
etc
> and a windows box which is internal (ip address of 192.168.100.2). My
> problem is that when I try to block anything (via dotfile ipfwadm), the
> windows box can't communicate with the Linux box or the outside world.
>
> Details: [snip]
You pose two problems: figuring out which services you need to allow (at
all),
and figuring out what rules to give to ipfwadm, so that it can filter
packets (and
masquerade the ones that *ought* to traverse the firewall. I would second
the
suggestion of using
http://members.home.net/ipmasq/
as a guide to getting set up.
Once you get things going sort of, you may find that some particular service
doesn't work right. To find out what is needed but not permitted, once you
have a ruleset in place, you can put in some temporary rules to permit
everything, and log the packets that do not fit one of your other rules, so
that
you can figure out what is going on. A modest example set of command files
follows:
logall
=========================================================
#!/bin/bash
# Temporary tcp packet rules (recorded in /var/log/messages)
# These commands insert rules to accept all packets not previously
# matched, and to log info about them. This could well be
# a security breach, so a companion script is used to remove
# the rules when we are done with testing.
/sbin/ipfwadm -I -a accept -o -P tcp
/sbin/ipfwadm -O -a accept -o -P tcp
=========================================================
dellogall
=========================================================
#!/bin/bash
# Temporary tcp packet rules (recorded in /var/log/messages)
# These commands insert rules to accept all packets not previously
# matched, and to log info about them. This could well be
# a security breach, so a companion script is used to remove
# the rules when we are done with testing.
/sbin/ipfwadm -I -d accept -o -P tcp
/sbin/ipfwadm -O -d accept -o -P tcp
==========================================================
------------------------------
From: "Frederik Meerwaldt" <[EMAIL PROTECTED]>
Subject: Re: proxy program for win98/NT server + linux client
Date: Wed, 23 Jun 1999 18:03:42 +0200
Install M$ Proxy Server 2.0 or higher (I don't know if there's a higher
Version) to your NT System.
On your Linux System Enter in the Proxy field of NetScape the machinename
and the domain or the IP Address.
--
My real E-Mail address: Meerwaldt (at) T-Online (dot) de
=====================================================================
$ ON F$ERROR("LANGUAGE","ENGLISH","IN_MESSAGE").GT.F$ERROR("NORMAL") -
THEN EXCUSE/OBJECT=ME
=====================================================================
kawing <[EMAIL PROTECTED]> wrote in message
news:mm7c3.242$[EMAIL PROTECTED]...
> Which proxy program can allow me to use a Win98 or/and NT server as
>
> server, but a linux as a client?
>
> I have a network of 2 computers. One is a dual-boot of WIn98/NT, the
>
> other is linux. I want to share Internet access between them but don't
>
> know what proxy server program I should use. I have WinGate but seems
>
> it only work on Windows networks.
>
> Any suggestion will be welcomed,
>
> kawing
>
>
>
>
------------------------------
From: "Frederik Meerwaldt" <[EMAIL PROTECTED]>
Subject: Re: Bad ping in quake3 compared to win98
Date: Wed, 23 Jun 1999 18:04:30 +0200
Is there a Quake 3 for Linux???
--
My real E-Mail address: Meerwaldt (at) T-Online (dot) de
=====================================================================
$ ON F$ERROR("LANGUAGE","ENGLISH","IN_MESSAGE").GT.F$ERROR("NORMAL") -
THEN EXCUSE/OBJECT=ME
=====================================================================
Thomas Kochak <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I've always played Quake 3 Test in windows and got a ping around
> 165-195. When I played it in linux I got a ping around 300-350!! I am
> using a Diamond
> SupraExpress 56e (external). What position does the mtu & mru values in
> the /etc/ppp/options file do? I believe they were both set at 550 or
> something like that. If I increase/decrease them will that speed it up
> at all? And is there any other way to speed it up?
>
------------------------------
From: [EMAIL PROTECTED] (Tim Gallati)
Subject: With Networks Under Attack, Password Etiquette is Critical
Date: Wed, 23 Jun 1999 18:26:17 GMT
With Networks Under Attack, Password Etiquette is Critical
"Cyber attacks" are once again in the news, however the greatest risk
of attack comes from inside your organization.
http://www2.premisesnetworks.com/welcome/ngck
------------------------------
From: [EMAIL PROTECTED] (Jason Peacock)
Subject: Re: RH5.2 won't detect my NIC
Date: Wed, 23 Jun 1999 17:38:01 GMT
On Wed, 23 Jun 1999 15:50:58 +0200, Thomas =?iso-8859-1?Q?S=F8rensen?=
<[EMAIL PROTECTED]> wrote:
>Hello Jason
>
>I've had the same symptom, also on a RH5.2.
>I tried to use the NE2000 driver on my NIC, with exactly the same
>experience as you.
>Then I tried to use the NE2KPCI-driver and _viola_ suddenly everything
>was working smoothly.
If you are referring to the NE2KPCI driver that is included with RH
and available at installation time, I did try that one and set it to
autoprobe. I also tried every other driver w/ autoprobe hopeing for a
stroke of luck.. No go.. =)
>So, you don't use the correct driver. Try searching the web to find out
>what chipset is used on your NIC and then find out the correct
>Linux-driver.
Is there a site somewhere that contains NIC drivers that aren't
included in the distribution?
>
>Hope you can use this
>
>-Thomas Sorensen
Thanks for the quick response! I'm also going to try calling the
Kingston Technologies 1-800 number to see if they may offer any help
on this matter. None of their listings show they support Linux
though..
Thanks again
Jason
------------------------------
From: [EMAIL PROTECTED] (Monte Phillips)
Subject: Re: Linux w/Win clients on a corporate server
Date: Wed, 23 Jun 1999 13:41:01 GMT
Only caveat I know of is the 95bugfix option in the kernel setup.
They kernel proggers wrote a work-around for a '95 timestamp problem
in smbmounted file/dirs. It iscalled Win95bugfix in the kernel
options. It worked! except that when enabled it will now trash the
stamps on 98/NT files. So look real close at this since you will be
mixing 95/98/NT machines. Might pay to contact SAMBA.org or someone
on the kernel team and see what the status of that thing is.
g'Luk
[EMAIL PROTECTED] (Mike Jagdis) wrote:
>In article <[EMAIL PROTECTED]>, Josh Flechtner wrote:
>> Ive opted to purchase a Dell2300 Poweredge server running only
>>RedHat 6.0, preinstalled, as the OS. Now the other 15 clients will be
>>running either Win95 (mostly),Win98 or WinNT. It seems from previous
>>newsgroup postings that saMBa is the "bridge" between Linux and Windoze,
>>so they can both co-exist peacefully.
>> Has anybody (and I know your out there) attempted this process. If
>>so, what advice, documentation, sites, etc... can you provide a
>>reference or guidence. Drop me a line and thanks!
------------------------------
From: "O'Loughlin" <[EMAIL PROTECTED]>
Subject: neighbor table overflow
Date: Wed, 23 Jun 1999 19:19:28 +0100
I get the kernel panic "neighbor table overflow" when I try to connect to
any TCP services on my linux box! Does any one know what this means? Also I
get a message
Eth0: Rx mode set to 1
or something like that. Any one any Ideas?
Thanks in advance.
D.
Relpy to [EMAIL PROTECTED] If possable. Ta.
------------------------------
** 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
******************************