Linux-Networking Digest #158, Volume #11 Fri, 14 May 99 19:13:49 EDT
Contents:
Masq. Problem ([EMAIL PROTECTED])
how do I setup exceed ? ("bibi")
Re: Setting up a Linux-box as a Router (Clifford Kite)
Telnet/ftp question ("Guy Dillen")
Re: Telnet/ftp question (Jacob Gladish)
help with setserial ("roger jaeck")
Re: diald (Mark Johnson)
Re: DEC PCI Fast Ethernet DECchip 21142 (Frank Sweetser)
Re: MediaOne Cable Modem ([EMAIL PROTECTED])
Re: tape backups (The BRU Guys)
can't ping, ftp etc "Unable to connect, unknown host" ("Eriksson")
Re: Ethernet Woes (Ben Whalley)
Re: Help me...I've been hacked! ([EMAIL PROTECTED])
Re: Help me...I've been hacked! (Paul D. Smith)
reading mail in linux over nfs (Lorizepp)
Re: 10000 connections in quick succession causes drops ([EMAIL PROTECTED])
Re: 3C509B NIC Problem...try this .... (A Guy Called Tyketto)
Re: 3C509B NIC Problem...try this .... (Ben Whalley)
Re: Newbie humble Q: can't run autoboot.bat at D:\ (diahedrial)
samba: problems with capital letters ("roger jaeck")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Masq. Problem
Date: Fri, 14 May 1999 16:51:06 GMT
When using the following command :
(sbin/ipfwadm -F -a accept -m $INET -P tcp -S 172.19.12.89/32 -D $ANY
ftp) I can masq. to a remote site and login fine, but when the FTP
program tries to retrieve a directory listing a get a DoDirList(0)
error? Any ideas? I only want to Masq. the FTP protocol Redhat Linux
5.0 kernel 2.0.36 If I remove the word ftp from the end of the command
(which means allow all tcp stuff) then it works fine. However I do not
want the client machine to have that ability.
Thank You,
William
[EMAIL PROTECTED]
------------------------------
From: "bibi" <[EMAIL PROTECTED]>
Subject: how do I setup exceed ?
Date: Sat, 15 May 1999 05:18:46 -0700
Crossposted-To:
apana.lists.web.java.linux,comp.os.linux.help,comp.os.linux.setup,linux.redhat.misc
Hi All,
I have a P233 win98 box and a P200 Linux RedHat 5.2 box. What I want to do
is to load the x windos from my
win 98 box. I have exceed 6.0.
Ok now come to the point.
This is my exceed setup.
win98 ip: 192.168.1.3
Linux ip: 192.168.1.1
Xconfig seups
========================
communication = passive
display number = 0
Protocol = default
Window mode = multiple.
Xstart setup
====================
start method: REXEC(TCP/IP)
Program type : X window
Host type: Unix
command: /usr/X11R6/bin/xterm -sb -ls -display 192.168.1.3:0.0 -fg blue -bg
lightgrey &
when I Run it, the error message says: "Unable to connect to the host using
specified start method"
But If I change the
start method: REXEC(TCP/IP) to RLOGIN(TCP/IP) and the
command: /usr/X11R6/bin/startx -sb -ls -display 192.168.1.3:0.0 -fg blue -bg
lightgrey &
the X Window starts on the Linux box instead of my Win98.
when I setup the export DISPLAY=192.168.1.3:0.0 and use the
xhost command, the following error comes up:
_X11TransSocketINETConnect: Can't connect: errno = 111
xterm Xt error: Can't open display: 192.168.1.3:0.0
Does anyone know how to setup it?
Please email me or discuss about this matter.
Sincerely,
VJ
------------------------------
From: kite@NoSpam.%inetport.com (Clifford Kite)
Subject: Re: Setting up a Linux-box as a Router
Date: 14 May 1999 15:05:42 -0500
Friedrich Kirsch ([EMAIL PROTECTED]) wrote:
: Hi Clifford,
: thanks a lot for helping! Now, ip-forewarding is compiled in and turned on.
: The network-routes I set up
: in /etc/route.conf (SuSE 6.0 = 2.0.36) look like this:
: 192.168.4.0 0.0.0.0 255.255.255.0 eth1
: 192.168.4.129 0.0.0.0 255.255.255.255 Io
: 192.168.4.255 192.168.4.129 255.255.255.255 eth1
: 192.168.3.0 0.0.0.0 255.255.255.0 eth0
: 192.168.3.163 0.0.0.0 255.255.255.255 Io
: 192.168.3.255 192.168.3.163 255.255.255.255 eth0
: 224.0.0.0 0.0.0.0 240.0.0.0 eth1
: 224.0.0.0 0.0.0.0 240.0.0.0 eth0
: 255.255.255.255 192.168.4.129 255.255.255.255 eth1
: default 192.168.3.101
: Now, it doesn't work. A Ping from Net 192.168.4.0 is not replied from
: 192.168.3.0. Of course, pinging from the Gatewaybox into both lans work.
: Notice, that the Defaultgateway 192.168.3.101 is an Internet-gateway.
There are some things here that I don't know about. The Io interface is
one, the broadcast-like host addresses 192.168.4.255 and 192.168.3.255 are
another, and the 224.0.0.0 network routes to eth0 and eth1 with 240.0.0.0
masks still another. I really don't understand the default route either,
the one with IP 192.168.3.101 which you say is an Internet gateway.
And is route.conf indigious to SUSE? I've not see such a configuration
file before although I would guess that it's probably a boot-up file
used in SUSE distributions.
My concept of what you had was this:
LAN A <--> LANs' Gateway <--> LAN B
Still, the ethernet LANs should be able to talk to each other - provided
every box on the LANs, other than the gateway, has a network route to it's
network and it's default gateway pointed at the LANs' gateway. This is
*not* the Internet gateway, which you didn't mention in your first post.
BTW the only way a reserved IP box could be an Internet gateway is for it
to be dual-homed with a routeable IP and use NAT, or the Linux many-to-one
variety of NAT called IP-masquerading. You can't get to the internet
from reserved address networks without that or something very similar.
No offense if you know all this, I'm just confused as to what's what here.
: Clifford Kite schrieb:
: > Friedrich Kirsch ([EMAIL PROTECTED]) wrote:
: > : I have two subnets 195.168.3.0 und 195.168.4.0 und one Linux-box with
: > : two Network-Cards. I'd like to use the Linuxbox as a router between the
: > : two nets, without writing routingtables (except Default-gateway) for
: > : each host. Is it possible to set up the routing with static routes just
: > : on the router? Do I have to use "gated" or "routed"?
: >
: > You can configure the default gateway for all the LAN boxen to point to
: > the gateway box. The gateway kernel needs IP forwarding compiled into
: > it and turned on with "echo -n 1 > /proc/sys/net/ipv4/ip_forward" . You
: > need specific network routes on each box for the LAN that the box is
: > attached to. I *think* that's all that is needed provided that these
: > two LANs are the only ones that you have.
: >
--
Clifford Kite <kite@inet%port.com> Not a guru. (tm)
/* Those who can't write, write manuals. */
------------------------------
From: "Guy Dillen" <[EMAIL PROTECTED]>
Subject: Telnet/ftp question
Date: 14 May 1999 21:29:18 GMT
I'm running RedHat Linux 5.2 on both a server and a workstation (both
Intel). A third machine is a client running under Win95 (all connected by a
hub). My problem is when i try to ftp or telnet from the Win95 or Linux
client/workstation to the Linux server it takes several minutes before I
get the login prompt.
Anyone has an idea what goes wrong?
Any help very much appreciated.
Guy Dillen
------------------------------
From: Jacob Gladish <[EMAIL PROTECTED]>
Subject: Re: Telnet/ftp question
Date: Fri, 14 May 1999 17:43:02 -0400
Guy Dillen wrote:
>
> I'm running RedHat Linux 5.2 on both a server and a workstation (both
> Intel). A third machine is a client running under Win95 (all connected by a
> hub). My problem is when i try to ftp or telnet from the Win95 or Linux
> client/workstation to the Linux server it takes several minutes before I
> get the login prompt.
>
> Anyone has an idea what goes wrong?
>
> Any help very much appreciated.
>
> Guy Dillen
I had this same exact problem when I hooked two of my linux machines
together. I am using a crossover cable and no hub. I put the name/ip
pairs of the machines in the /etc/hosts file and it seemed to fix it.
Another thing that "might" have been the problem is that I was using
ip's I made up that where not the reserved ips ( 192.168.*.* i believe.
I didn't read the how-to unitl after I got it setup...but don't tell
anyone). Anyway, I was thinking that maybe since the ips where real deal
ips, the machine that I was trying to connect from was attempting to
connect to my isp nameservers and look the names up and then timing out
and then making the connection. Hope this helps.
jake.
------------------------------
From: "roger jaeck" <[EMAIL PROTECTED]>
Subject: help with setserial
Date: Fri, 14 May 1999 23:40:58 +0200
hello ,
I get two serial pci cards, but I can't configure it for new device.
The Kernel found the card: With "cat /proc/pci" the result was
Bus 0, device 15, function 0:
Network controller: PLX PLX9050 PCI <-> IOBus Bridge (rev 1).
Medium devsel. Fast back-to-back capable. IRQ 11.
Non-prefetchable 32 bit memory at 0xe1002000.
I/O at 0x6400.
I/O at 0x6500.
I/O at 0x6600.
So how can I use setserial to get a new ttyS* - dev.
Thanks a lot for your help
roger
------------------------------
From: Mark Johnson <markj*no*spam*@gilanet.com>
Subject: Re: diald
Date: Fri, 14 May 1999 13:22:26 -0600
Reply-To: [EMAIL PROTECTED]
After bringing up diald, I found it necessary to add a rule to my firewall (which had
run just fine using pppd without diald) to ge it working:
/sbin/ipfwadm -O -a accept -S 192.168.0.101/32 -D 0.0.0.0/0
where:
local 192.168.0.101
is an option in diald.conf.
However, reading this thread makes me wonder:
1. Why does Frank Hahn have "inet addr: 192.168.100.10" for both eth0 and sl0? Does
the kernel route all his local LAN packets to sl0? Why do that?
2. After diald brings up my connection, I see two default routes, one for ppp0 and
another for sl0, but both show 0.0.0.0 as the gateway address (I believe this means
"no gateway"). I assume diald takes the packets to the default route which uses sl0,
and forwards them somehow to my ISP's router. By then why bother to set up ppp0 as a
default route?
tarkin wrote:
> Well well, I looked at var/log/messages and found i needed to compile SLIP....
>
> :)
>
> So diald was fine after that. Worked like a charm. I got all ahead of myself
> and went on to setup IP masqerading... ...compiled those necessary parts (I
> think) into the kernel, and now diald doesn't run.
>
> Whether or not diald has anything at all to do with my recompiling for
> masqerading i do not know. But the /var/log/messages DOES give me this, which i
> do not have a CLUE about. I believe it is an error on boot, at the starting of
> diald:
>
> May 13 23:05:56 yoda kernel: diald uses obsolete (PF_INET,SOCK_PACKET)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> What exactly is this?? when i run "# diald up" it will make a connection just
> fine. However, it does not make a connection on DEMAND!! grr... It does create
> the sl0 with proper routing (I believe).
>
> Brent
------------------------------
From: Frank Sweetser <[EMAIL PROTECTED]>
Subject: Re: DEC PCI Fast Ethernet DECchip 21142
Date: 02 May 1999 17:37:35 -0400
Matt <[EMAIL PROTECTED]> writes:
> Hi,
>
> Does the following network DEC chip work with linux and
> NT4... DEC PCI Fast Ethernet DECchip 21142
sure - use the tulip driver under linux.
--
Frank Sweetser rasmusin at wpi.edu fsweetser at blee.net | PGP key available
paramount.ind.wpi.edu RedHat 5.2 kernel 2.2.5 i586 | at public servers
Any false value is gonna be fairly boring in Perl, mathematicians
notwithstanding.
-- Larry Wall in <[EMAIL PROTECTED]>
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: MediaOne Cable Modem
Date: Fri, 14 May 1999 21:31:43 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
>> my two cents to this:
>> (liberal edit...)
>> ... i asked him "do you know if i can run the cable modem while on
>> linux?"
>> mediaone- "um.. linux? is that the new operating system going
>> around?"
>> me- "something like that"
>> (remember, i'm on linux while talking to him)
>> mediaone- "i dont know anything about that, i dont think you can. we
>> only support windows right now"
>> me - "ok, i was just wondering"
>>
>> i dont know if it's just them trying to cover their asses or what,
>> but i had a good laugh anyways
>> cheers
>> carlos
You'll get another good laugh out of this, Carlos:
> ---- My Original Message -----
> From: TIMOTHY XXXXX
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 12, 1999 11:20 AM
> Subject: lack of Linux support
>
> You are probably tired of hearing this - from a search of
> newsgroups, it looks like this will not be the first message
> you've gotten on the subject.
>
> I am disappointed in the lack of support for Linux at
> MediaOne Express in Chicago. I have your service at
> home, it runs well when I run Win98, and could very well run
> on Linux if I could get basic information from Media One. It
> seems that other areas of the country do not have this
> problem. Why is MediaOne Chicago ignoring this growing
> OS market? Many people really interested in computers
> and fast, 24-7 access are going to be interested in Linux -
> the basic home user is more likely to be happy with AOL
> and a phone modem, since they mostly just use e-mail and
> basic web shopping pages.
>
> Knowing the enthusiasm of this comunity, I bet you could get
> a couple of volunteers to support other Linux users on
> MediaOne in Chicago - they would just need your support to
> get going. Has anyone considered this as a reasonable
> solution?
>
> Timothy
- - - - - - Reply from MediaOne - - - - -
> Timothy,
> MediaOne Express does not provide technical support for Linux.
> MediaOne Express only provides technical support for Windows 95/98/NT.
> Thomas
> MediaOne Express
> Technical Support
> Central Region (Chicagoland)
> Email: [EMAIL PROTECTED]
Phone: (630) 716-2800
M-F 8am-12am, Sa 8am-8pm, Su 8am-5pm
After Hours: Voice Mail Available
_____________________________
Isn't that lame! ANY business I know would have done a MUCH better job
of 'customer retention'... at least to the point of writing a nice
"We're very sorry we can't support your OS at this time.." type flush
letter. And, as a former Evangelista - I guess MediaOne isn't
supporting MacOS anymore, either!
Can anyone say "c-a-b-l-e m-o-n-o-p-o-l-y?" .... SURE !
Timo
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: The BRU Guys <[EMAIL PROTECTED]>
Subject: Re: tape backups
Date: Fri, 14 May 1999 21:38:07 GMT
In article <7hf18i$[EMAIL PROTECTED]>,
"Joshua D Rusch" <[EMAIL PROTECTED]> wrote:
> I was also thinking about buying BRU 2000 personal edition,
> but it says it can't back up a samba mount. Is this true???
> Thanks for any help
> Josh
Josh,
BRU-PE is our non-commercial, personal edition and does not do all that
our BRU Commercial product does:
BRU: http://www.estinc.com/features.html
PE: http://www.estinc.com/pefeat.html
Hope this helps clarify things....
--
TechSupport
"The BRU Guys"
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: "Eriksson" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux.slakware
Subject: can't ping, ftp etc "Unable to connect, unknown host"
Date: Fri, 14 May 1999 23:51:35 +0200
it is me again.
I'm having troubles with my PPP script. (who hasn't?)
This is what happends.
# pppd
the modem dials the number and I connect to my ISP.
When I check /var/log/messages I see that I've got an IP address.
BUT Something is wrong with the host lookup things. I can't do anything!
When I try to ftp it says. "Unknown host servername" or "Unable to connect,
unknown host" etc..
in /etc/resolv.conf I've got all the nameservers that my ISP provides.
What have I missed?
Thanx!
/Martin
------------------------------
From: Ben Whalley <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,uk.comp.os.linux
Subject: Re: Ethernet Woes
Date: Fri, 14 May 1999 21:46:11 +0100
David Means wrote:
> Ben Whalley <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> You may already have tried several of these things, but if not, one
> of them may help things get going.
>
> 1. Make SURE that the Tx and Rx pins are connected by twisted
> pairs. The best way to do this is by visual inspection: if the cable is
> made using (US) standard color coding, then pins 1&2 should have
> white/green and green/white wires attached to them on one end, and
> white/orange and orange/white wires at the other end. Similarly, pins
> 3&6 should have white/orange and orange/white at one end, and white/green
> and green/white wires at the other end. If this is not so, then in the
> words
> of Jean-Luc Picard, "Make it so." This is my best guess at the problem,
> on account of the Tx errors you report.
>
> 2. You still need to have routes in both route tables, even if you are
> only
> connecting 2 computers. Using the command #netstat -rn, verify that
> you have a line like this on each system:
> Destination Gateway Genmask Flags MSS window
> irtt Iface
> 192.168.134.0 * 255.255.255.0 U 1500 0
> 0 eth0
>
thanks for that, i am sure the patch cable is ok, but i thought it might be the
routing, but the fact that routing is such a huge topic had me befuddled...many
thanks for the assist, will try the route command
thanks , bigtime
Ben
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Help me...I've been hacked!
Date: Fri, 14 May 1999 20:51:55 GMT
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] writes:
> > Correct. You're not allowed to sell it.
> The RSA patent is more restrictive than that.
Keep in mind I was only talking about ssh1. I stated previously that
ssh2 is "crap". I don't mean that from a licensing standpoint -- the
package itself is garbage. There are features I use in ssh1 that simply
are not "yet" supported by ssh2, thus I wouldn't care if they paid me to
use it -- it's still crap.
> The license on the RSAREF library, for example, doesn't allow sale of
> either applications _or_ services based on RSAREF applications.
Not true. With regards to services:
--
2. Restrictions.
(b) Activities other than copying, distribution and modification of the
Program are not subject to this License and they are outside its
scope. Functional use (running) of the Program is not restricted.
--
> So, RedHat can't include it on a CD,
Not true.
--
2. Restrictions.
(a) [...] [P]utting this program on CD-ROMs containing other
free software is explicitly permitted even when a modest
distribution fee is charged for the CD, as long as this
software is not a primary selling argument for the CD.
--
> you can't use it as a contractor to connect to your
> clients, etc.
Not true.
--
1. Licenses.
(b) [...] [A] consultant may freely install this software on a client's
machine for his own use, but if he/she sells the client a system
that uses SSH as a component, a separate license is required. If a
company includes this program or a derivative work thereof, as part
of its product, commercial licensing is required.
--
> I'm trying to point out you're being unclear in your advice. When you
> say "ssh" most people will go get the latest version.
I imagine you were talking about ssh2 when you made the above claims,
and were simply being unclear in your advice. When you say "ssh" most
sysadmins will assume you mean the version that actually works [ssh1].
:)
ssh2 is *not* the "latest version" of ssh1 -- it is an altogether
different package. It's not 100% backwards compatible with ssh1, and in
the FreeBSD world [and I imagine Linux as well, but don't know offhand]
there's a very clear distinction made about this. The FreeBSD package
for ssh1 is called "ssh", which is why I refer to ssh1 that way [and
refer to ssh2 as "ssh2", which is *its* package name].
Having said that, you're probably right about it being unclear to *some*
people [and I'll try to be more careful about it in the future,
especially when posting in Linux groups], but I still think "most
people" will know that "ssh" means "ssh1".
> If you're going to evangelize the use of ssh, you should be careful to
> advise them that ssh2 is very likely illegal for them to use, and that
> they should use ssh1.
Agreed.
--
-Bill Clark
Systems Architect
ISP Channel
http://locale.ispchannel.com/
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (Paul D. Smith)
Subject: Re: Help me...I've been hacked!
Date: 14 May 1999 11:43:34 -0400
Reply-To: [EMAIL PROTECTED]
%% [EMAIL PROTECTED] (Duncan Simpson) writes:
ds> Last time I read the ssh 2.x licence if a primary reason for the
ds> use of ssh was doing sysadministrivia that was commercial use,
ds> period. So if I installed sshd 2.x on my system and used it for
ds> remote sysadminstrivia I would have to pay.
It's worse than that. The license says NON-COMMERCIAL USE means _ONLY_:
NON-COMMERCIAL USE shall mean the following uses of the SOFTWARE:
a) any use done outside and without connection to a commercial
organization and commercial activity,
b) use related to leisure time activities by private
individuals, including hobbies, games, etc. provided
however that such use is not commenced with commercial
companies.
I don't see how, with a straightforward reading, just about _any_ use
passes part (a), since you're almost always connecting to _some_
commercial organization. Hell, even the FSF is a "commercial
organization", in that they sell products for money. And that's
assuming that by "connecting" they don't mean to your ISP, which is of
course commercial, but only the "endpoints" of the ssh tunnel.
--
===============================================================================
Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
===============================================================================
These are my opinions---Nortel Networks takes no responsibility for them.
------------------------------
From: [EMAIL PROTECTED] (Lorizepp)
Subject: reading mail in linux over nfs
Date: 14 May 1999 21:59:48 GMT
I have redhat6 with ipx/nfs connected to a netware4.1 server. Is there a way to
receive mail over the lan? I can with my ppp connection no prob.
The rest of the network uses win95 and exchange for mail. are there any Linux
mail programs that can receive mail from exchange??
Please help.
e-mail me at [EMAIL PROTECTED]
TIA
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: 10000 connections in quick succession causes drops
Date: Fri, 14 May 1999 20:59:17 GMT
In article <MPG.11a5e5bc5fac781c98984c@news>,
[EMAIL PROTECTED] (Jon Skeet) wrote:
> I'm having some problems getting a set of results for some tests I'm
> running on my server. A number of users are set up to give the system
> a known load, and then a single operation is performed 10000 times as
> quickly as possible. All this is done over the network.
> I've found that a lot of times, several of the 10000 connections are
> refused. (As a guide, it usually takes about 60 seconds to perform the
> operations.)
What does syslog tell you? In particular, are you getting any messages
regarding sk_buffs? You may be overloading your memory buffers for
network I/O.
--
-Bill Clark
System Architect
ISP Channel
http://locale.ispchannel.com/
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---
------------------------------
From: [EMAIL PROTECTED] (A Guy Called Tyketto)
Crossposted-To: comp.os.linux.setup
Subject: Re: 3C509B NIC Problem...try this ....
Date: 14 May 1999 15:57:06 -0500
=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1
Uhh...
If I remember correctly, and going off of the subject line, isn't a
3C509B, an ISA card? I'm using a 509B in my box, on an ISA port, and there
are no problems whatsoever. I/O address is automatigically detected, while
you don't need to specify an I/O port, nor an IRQ, as you would, for an
8390 based card (Cabletron, NE2000, etc). Just compile into the kernel, or
as a module, and pass the 'ether=0,0,300" option to lilo at boot time, and
you should be set..
3c905B, on the other hand, you'd need the vortex support in. I
believe it is the same configuration as above. Check
/usr/src/linux/Documentation/networking/net-modules.txt, or the equivalent
in the 2.2.x or 2.3.x tree (I'm currently looking at a 2.0.x tree atm).
BL.
- --
Brad Littlejohn | Email: [EMAIL PROTECTED]
Unix Systems Administrator, | [EMAIL PROTECTED]
WebMaster, NewsMaster.. Smeghead! :) | http://www.omnilinx.net/~tyketto
PGP: 1024/E9DF4D85 67 6B 33 D0 B9 95 F4 37 4B D1 CE BD 48 B0 06 93
=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE3PE0EyBkZmuMZ8L8RAl5NAKCOMhbqmMRYzy815Mz2zGSoOo7M6gCgzopD
4yEalWEpgnp4u4sxmecErs8=
=VSnj
=====END PGP SIGNATURE=====
------------------------------
From: Ben Whalley <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: 3C509B NIC Problem...try this ....
Date: Fri, 14 May 1999 21:43:26 +0100
marco tephlant wrote:
> In article <7h9u8k$q6r$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> > Marco,
> > No. Won't hurt it in windows. That's what I've done with mine.
> >
> > However, [group], I still can't get my card to work in Linux. Using Debian
> > 2.0.36.
> >
> > In searching the Web I see that I should add some info to the conf.modules
> > file, but when I vi it the header says not to edit that file directly.
> >
> > Instead it points me to files in /etc/modutils. I'm not sure which ones to
> > change, and have made some changes anyway, and it doesn't work.
> >
> > Does anyone know what files Debian gets module info from on boot???
>
> I don't know if this has any relevance but I switched off plug and play
> and used the dos configuration utility to change the irq to 5 and hey
> presto it works,
>
i have similar cards, 2 x 3c5099b's with pnp switched off, io set to 0x300, irq
10, with a patch cable connecting the two PCs, cannot get the bloody things to
work...cards recognised, but i can't get a ping etc from them...gah
any ideas ?
ben
>
> --
> Marco
--
Hey, wait a minute!! I want a divorce!! ... you're not Clint Eastwood!!
------------------------------
From: diahedrial <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Newbie humble Q: can't run autoboot.bat at D:\
Date: Wed, 12 May 1999 09:25:49 -0700
Two choices: find dos drivers for the CD-ROM, or make a boot floppy
from the CD-ROM. From a machine/OS that can access the CD-ROM, go
to the \dosutils directory. It will have rawrite.exe. Put a fresh
floppy in drive a: and try the following command:
rawrite -f ..\images\boot.img -d a:
If memory serves me that should work to make a boot floppy for the
install. Try "rawrite -h" for options. Check the path to boot.img,
I don't have a 5.2 CD here to check it. Hope this get's you going...
-diahedrial.
[EMAIL PROTECTED] wrote:
>
> Hi Group,
> I hope somebody can point me to a better place if this is not the
> appropriated ng to discauss this question.
>
> I got the redhat linux 5.2 installation guide with the free CD from
> linuxmall.com. Soon I realized that I need the boot discatte, or run autoboot
> at cd-rom. However, at dos prompt the machine can't recognize d drive. I
> suppose I need some driver. However this is school's box I'm messing around
> with. I have absolutely no idea where to start.
>
> I suppose I can get a bootdisk from a new linux distro (openLinux2.2 is
> cheap) or get a linux 5.2 box from ebay. Any other recommendation? Any
> program that can format a floppy disk in linux format and make a linux
> bootdisk from the dos prompt?
>
> Any input is greatly apprecated.
>
> CY
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: "roger jaeck" <[EMAIL PROTECTED]>
Subject: samba: problems with capital letters
Date: Sat, 15 May 1999 00:08:01 +0200
hello,
I use samba as file server on a SuSe 6.0 linux system. I got a WinNT 4.0 SP
3 as a client.
If save a file on my local NT disk with starting a capital letter, for
example "Test.xls" and copy it to my samba server, the copied file lose the
big "T" and writes "test.xls".
May anybody help to solve this problem
thanks a lot
roger
------------------------------
** 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
******************************