Linux-Networking Digest #219, Volume #12 Sat, 14 Aug 99 02:13:29 EDT
Contents:
Re: Help Running SATAN from Linux Box (Chris Mahmood)
Re: Network monitoring software ("Arch Angel")
Re: Getting Desperate... MTU problem win IP MASQ ("Arch Angel")
Re: VMware - wow! (Greg Leblanc)
Re: DHCPD problem? (Geoff Garside)
Re: Networking via Null Modem ("Arch Angel")
Re: IP Forwarding/Redirecting to a Proxy? ([EMAIL PROTECTED])
Re: Is 3Com's 3c905B NIC compatible with Linux? ("guru meditation")
Installed RH 6, Tulip init now delayed? ([EMAIL PROTECTED])
Re: how to setup up 2 or 3 network cards in Red Hat 6? ("Arch Angel")
Mandrake doesn't recognize my Linksys 10MB Ethernet (6135)
Help: SMB printing from Win98 (Jeongseon Euh)
Re: DNS ("Arch Angel")
Help: SMB printing from Win98 (Jeongseon Euh)
NFS - rpc.nfsd issues (Matt P)
Re: script problems (Stuart R. Fuller)
Re: IMAP clients for linux (Ken McCord)
How2 route between two 192.168.*.* subnets? (Arun K. Khan)
Re: arp ping ("Arch Angel")
Re: NSSWITCH??? (David Crooke)
Success with Internet Connection Sharing / Win98SE (Brian Whitman)
Re: Cable Modem & hub (David Crooke)
Re: FTP - I don't want an anonymous account ("Matt")
----------------------------------------------------------------------------
From: Chris Mahmood <[EMAIL PROTECTED]>
Subject: Re: Help Running SATAN from Linux Box
Date: 12 Aug 1999 15:40:41 -0700
"James J. Moore" <[EMAIL PROTECTED]> writes:
> The probes seem to run fine from the
> command line, but whenever I attempt to execute any of the PERL scripts
> from the web interface, SATAN's dedicated web server just hands me back
> the PERL script as a downloaded file rather than executing it.
> Anyone having the same problem? Any ideas for a quick fix? Thanks
> in advance!
Yes, this is a FAQ with Satan. You need to fix the MIME entry in
Navigator's preferences so that *.pl are run by perl.
This is almost surely included in the docs that come with satan.
-ckm
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: Network monitoring software
Date: Fri, 13 Aug 1999 23:33:10 -0400
go to http:\\www2.cotse.com and search for sniffers
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: Getting Desperate... MTU problem win IP MASQ
Date: Fri, 13 Aug 1999 23:19:35 -0400
try http:\\www2.cotse.com for patch
------------------------------
From: Greg Leblanc <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: VMware - wow!
Date: Sat, 14 Aug 1999 03:20:27 GMT
In article <7p0nj4$m5$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Mike Willett LADS LDN X7563) wrote:
> In article <B3Ps3.2187$[EMAIL PROTECTED]>,
> "me" <[EMAIL PROTECTED]> writes:
> >"VMware products provide developers and users with the ability to:
> >
> >Run multiple operating systems concurrently on a single PC--without
> >repartitioning or rebooting.
> >Interoperate among each of these operating systems.
> >Isolate and protect each operating environment, and the applications
and
> >data that are running in it.
> >Encapsulate and manipulate each operating environment, and have the
> >availability to roll back and restart, or move an environment among
> >differently configured machines. "
> >
> >
> >www.vmware.com
> >
>
> It certainly is a WOW!! I'm still on 30 day trial.
> So far I've set up a virtual partition with Win95 which vmware
> uses to boot. I've then got my Linux to Samba across my Win 95 D:
> and E: drives which contains my applications and data respectively
> I've got Samba to allow me to print.
>
> Word, Excel & Powerpoint are ok. Access gives licence errors.
> (Maybe ini files ?)
Are you running Win95 or 98? It makes a big difference to access, since
it's had some problems with licencing. You might check out MS
knowledgebase for a fix to that, I'm sure it's there. If you have
trouble finding it, email me and I'll dig up my file on it.
>
> My only "complaints" are
> i) I only posses a 266MHz and 96Mb RAM, which is fine for
> Linux OR Windows but not BOTH!!! (Can't really blame vmware
> for that though - but if they could see their way to giving
> me some extra hardware I won't turn it down).
Are you running it in full screen mode? I hear that it makes a HUGE
difference. I haven't gotten mine up and running because I need to
re-install redhat on my blazing P100 notebook with 32MB ram before I try
it.
>
> ii) it takes about 4-5 times longer than normal to shutdown
> Windows. Why is that ?
Not a clue on this one...
>
> iii) I can't use the floppy from Linux. Vmware takes control of it.
> use the cdrom either from Linux but I have a CD-Writer
> as well so I don't care
I think that there is a support forum for VMWare, they might be able to
help you, if not, I'll use part of my free email tech support to ask
them.
>
> iv) Sync-ing my real C: drive with all those *.ini files and *.dll
> files is a pain in the ass!! Maybe I won't bother attempting it.
Sync-ing? What do you mean? Shouldn't you just be re-installing apps
and patches?
>
> v) I can't use it to play Tomb Raider !!!
Well, that doesn't give us much to go on to try to give you a hand, now
does it? :)
Good luck!
Greg
>
> Mike
>
>
--
It's pronounced "sexy" not "scuzzy"!
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Geoff Garside <[EMAIL PROTECTED]>
Subject: Re: DHCPD problem?
Date: Sat, 14 Aug 1999 04:03:23 GMT
Make a dhcpcd log file (mine is /var/log/dhcpcd.log on a Slackware 2.2.6
system)
Add a line:
local0.* /var/log/dhcpcd.log
in /etc/syslog.conf
(NB Those are tabs between the fields, not spaces)
Start your dhcpcd with debug, as:
dhcpcd -d eth0
Go look in dhcpcd.log on a regular basis.
(My dhcp client renogotiates the lease every 2 hours. You should see lines
like:
date.time sending DHCP_REQUEST for <your-ip> to <isp-ip>
date.time DHCP_ACK received from <isp-ip>
Take a look at the dhcp (mini?) how-to (I forget, but it's all there,
somewhere!)
Good luck,
Geoff.
Manny Vellon wrote:
> yes, DHCPCD, the client daemon - my original post incorrectly referred to
> DHCPD.
>
> David Crooke wrote in message <[EMAIL PROTECTED]>...
> >
> >You mean, dhcpcd, right? ;-)
> >
> >
> >--
> >David Crooke, Austin TX, USA. +1 (512) 656 6102
> >"Open source software - with no walls and fences, who needs Windows
> >and Gates?"
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: Networking via Null Modem
Date: Fri, 13 Aug 1999 23:36:29 -0400
got to http:\\www3.cotse.com and search for null modems, if it is not onsite
leave your question with them and they will post it to the site within 24hrs
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: IP Forwarding/Redirecting to a Proxy?
Date: Sat, 14 Aug 1999 03:41:21 GMT
> >That is, something like the following:
> > ipfwadm -F -i accept -r 12345 -P tcp -S your.network/mask -D
0.0.0.0/0
> 80
> > ssh -l your-account provider.proxy.machine -L 12345:127.0.0.1:3128
>
> Or even without an account at the remote proxy:
> ssh -l your-account 127.0.0.1 -L 12345:provider.proxy.machine:3128
hmm... interesting idea, but I don't know if it would work. I don't
know if ssh can fix the packets so they look exactly right for the
proxy.
Somebody else (in another mailing list) has suggested that I use a
package called transproxy. It does exactly what I want and it's very
small and robust. I will try it out and see what happens.
Thnx for your help
m
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: "guru meditation" <[EMAIL PROTECTED]>
Subject: Re: Is 3Com's 3c905B NIC compatible with Linux?
Date: Fri, 13 Aug 1999 23:03:34 -0500
I second that. I have 2 3c905b cards on the same machine, using Redhat 6.
They have NEVER given me any problems. Linux even set them both up
correctly, with no conflicts! If only windoze were this easy :)
------------------------------
From: [EMAIL PROTECTED]
Subject: Installed RH 6, Tulip init now delayed?
Date: Sat, 14 Aug 1999 04:33:24 GMT
Hi All,
Just upgraded a working 5.2 to RH 6.0. Now my tulip NIC work intialize
dmesg says "delaying initialization." ifconfig says the same thing
when I attempt to configure the NIC manually. The network config has
not changed.
modconf shows the tulip module present. linuxconf shows the adapter
with the correct io and IRQ.
I'm stuck. I found a couple of posts suggesting that changing the
default options may solve this, but I can't find the options for a
tulip.
Any suggestions (beside changing the HW ;-) ) are greatly appreciated.
Cheers!
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: how to setup up 2 or 3 network cards in Red Hat 6?
Date: Fri, 13 Aug 1999 23:23:17 -0400
go to http:\\www2.cotse.com
use serch engine, if not on the site leave your queation and they will try
to post to site got you within 24 hours.
------------------------------
Subject: Mandrake doesn't recognize my Linksys 10MB Ethernet
From: [EMAIL PROTECTED] (6135)
Date: 13 Aug 1999 21:53:31 -0500
I've got Mandrake 6.0, and it didn't recognize the
Linksys card. Not sure what to do.
It also didn't recognize my USB port, my mouse stopped
working. (had to use the serial mouse and/or the PS2
mouse...)
While I'm at it, the font is so small on the KDE screen,
any ideas?
Thanks,
Scott
------------------------------
From: Jeongseon Euh <[EMAIL PROTECTED]>
Subject: Help: SMB printing from Win98
Date: Thu, 12 Aug 1999 15:21:14 -0400
I'm looking for a help on samba installation.
My linux box has RH 5.2, samba 2.0.5a, and kernel 2.0.36.
I don't have problem to connect Win98 box from Linux box. I configured
samba share security mode for printer and I get the following messages in
Win98box.log when I try to print from Win98 box.
[date] smbd/service.c:make_connection(521)
Win98box (ip address) connect to service lp as user nobody
(uid=99, gid=99) (pid 3105)
[date] smbd/service.c:close_cnum(557)
Win98box (ip address) closed connection to service lp
*date shows exact same numbers above.
And there is error message at Win98 box which is
"Unknow error .... Reboot and try again"
I didn't have problem with RH 5.1 before with same samba configuration.
Any kind of help will be appreciated.
Thanks.
Jeongseon Euh
==========================
E-Mail: [EMAIL PROTECTED]
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: DNS
Date: Fri, 13 Aug 1999 23:15:14 -0400
try http:\\www3.cotse.com
------------------------------
From: Jeongseon Euh <[EMAIL PROTECTED]>
Subject: Help: SMB printing from Win98
Date: Fri, 13 Aug 1999 13:22:25 -0400
I'm looking for a help on samba installation.
My linux box has RH 5.2, samba 2.0.5a, and kernel 2.0.36.
I don't have problem to connect Win98 box from Linux box. I configured
samba share security mode for printer and I get the following messages in
Win98box.log when I try to print from Win98 box.
[date] smbd/service.c:make_connection(521)
Win98box (ip address) connect to service lp as user nobody
(uid=99, gid=99) (pid 3105)
[date] smbd/service.c:close_cnum(557)
Win98box (ip address) closed connection to service lp
*date shows exact same numbers above.
And there is error message at Win98 box which is
"Unknow error .... Reboot and try again"
I didn't have problem with RH 5.1 before with same the samba
configuration. Any kind of help will be appreciated.
Thanks.
Jeongseon Euh
==========================
E-Mail: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Matt P)
Subject: NFS - rpc.nfsd issues
Date: Sat, 14 Aug 1999 01:05:14 -0400
Hello,
I'm running Mandrake 6.0 and trying to access my Linux system from a
WIn98 system. I've been tinkering with Omni-NFS but cant mount the shared
directory. I've made the necessary changes in the exports directory, and
Omni sees the NFS server and directory on the network, but when I attempt
the mount I am told it seems pcnfsd isn't running. Well, I did an nfs
status and found that rpc.nfsd is stopped while the others are all
running. It's always stopped no matter what I do. When I tried starting
the process and get this message: 'nfssvc: Address already in use'. I
can't find any more info in the How-To's on this or in the reams of Linux
.PDF manuals I have. Any help would be great.
Thanks,
Matt P.
------------------------------
From: [EMAIL PROTECTED] (Stuart R. Fuller)
Subject: Re: script problems
Crossposted-To: comp.os.linux.questions
Reply-To: [EMAIL PROTECTED]
Date: Sat, 14 Aug 1999 05:10:02 GMT
Roger ([EMAIL PROTECTED]) wrote:
: I'm having a script problem with my RH6 system...
:
: ----------------------------------------------------------------------------
: #!/bin/sh
:
: ipaddress=`ifconfig | grep -i "p-t-p" | cut -d : -f 2 | cut -d P -f 1`
: thedate=`date`
: resolved=`nslookup $ipaddress | grep -i name | cut -d : -f 2`
:
: sleep 60; echo Attention: Your computer came back up on $thedate with
: the following ip address of $ipaddress and a dns lookup tells that your
: hostname is set to $resolved | mail root@localhost, grunky@localhost,
: [EMAIL PROTECTED] -s "System Back Up"
:
: hostname $resolved
: ------------------------------------------------------------------------------
:
: Above is a script that will do the following
:
: 1 determine the machines ip and dns name when it boots(changes because I
: dial in)
: 2 set the new hostname
: 3 email me, and various other incarnations of myself, reguarding the
: change
:
: I tested this script when the computer was up and running, just to see
: if it works, and it does! However, if the script is called from
: /etc/rc.d/rc.sysinit the script will leave out the ipaddress and
: resolved fields, leaving them blank.
:
: Any ideas on how I could get the script to include these varables when
: called at bootup??
Hmm, in this script, include the line:
echo $PATH
and see if the directory that contains ifconfig (/sbin)is listed. If not,
then explicitly specify the path (/sbin/ifconfig). Also, many of the other
commands indicated are in the /usr/* directory, which may or may not be
mounted at the time.
Stu
------------------------------
From: Ken McCord <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,comp.os.linux.development.apps,comp.windows.x.kde
Subject: Re: IMAP clients for linux
Date: Fri, 13 Aug 1999 22:20:20 -0400
Well, this may be cheating, but you could try IMP over at
www.horde.org. It's an IMAP webmail client.
Ken McCord
Chetan Ahuja wrote:
>
> Hi,
> Apart from huge and lumbering Netscape and text only pine, what's a
> good (preferably GUI) IMAP client for Linux.... I have long held the idea
> that open source IMAP clients for linux are very hard to find. Don't get me
> wrong, I like pine but sometimes I need to convince other people who are
> moving from windows etc and a nice spiffy looking GUI client which takes
> less than a a minute to start on most machines ( so netscape is out ) would
> really help. Also pine's way of handing attachments etc is less than perfect.
> And as far as I know, Mozilla is not yet usable for the general public.
>
> A KDE client will be nice. The built in mailer for KDE doesn't handle IMAP
> (yet?). Does anybody know whether anybody is working on such a client. I will
> be willing to help with my modest skills any way I can. It may also a good idea
> create some sort of a basic open source backend for IMAP mailers which can
> then be plugged into any GUI interface that people might be using ( Xt, Qt,
> GTK etc... ) It might even be ripped from pine sources ( if license allows )
> or the ongoing Mozilla work (if it doesn't force one to ship huge libraries
> with it) Any ideas/suggestions...
>
> Chetan
>
>
>
>
> --
------------------------------
From: [EMAIL PROTECTED] (Arun K. Khan)
Subject: How2 route between two 192.168.*.* subnets?
Date: 14 Aug 1999 05:17:53 GMT
|
|
| subnet 1 |
|-------------------|<--eth0
| |
| |
B eth1->|------------------|
| subnet 2 |
|
| C
A
Subnet 1: 192.168.11.0
Has one workstation (System B), has one Intranet server (System A) (on eth0)
Subnet 2: 192.168.21.0
Has one Intranet server (System A) (eth1), has one Gateway (System C)
>System A (Intranet server) with 2 NICs (Linux 2.2.10)
eth0: 192.168.11.11
eth1: 192.168.21.2
>System B (Workstation)
eth0: 192.168.11.15
>System C (Gateway)
eth0: 192.168.21.1
>From B, I can ping A:eth0 and A:eth1. From C, I can ping A:eth1 and A:eth0.
However, from B I **cannot** ping C and vice versa. (pls. see kernel routing
tables on each system below)
What am I missing in A such that systems on both subnet can communicate?
Once, I have the above solved then I plan to make C a firewall/masquarade
gateway for the Intranet using diald, PPP, ipchains etc.
I would appreciate ideas, especially if you have setup a similar system.
TIA,
Arun Khan
PS pls. remove 'nospam.' to reply by email
>>>>>>>>>>>>>>>>>>>>> Kernel Routing Tables <<<<<<<<<<<<<<<<<<<<<<<<<
On A, the kernel routing setup as shown below:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.11.11 0.0.0.0 255.255.255.255 UH 1 0 0 dummy0
192.168.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
On B, the kernel routing setup as shown below:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.11.15 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.21.0 192.168.11.11 255.255.255.0 UG 0 0 0 eth0
192.168.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
On C, the kernel routing setup as shown below:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.21.1 0.0.0.0 255.255.255.255 UH 0 0 0 dummy0
192.168.21.0 0.0.0.0 255.255.255.0 U 0 0 1 eth0
192.168.11.0 192.168.21.2 255.255.255.0 UG 0 0 2 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 1 lo
------------------------------
From: "Arch Angel" <[EMAIL PROTECTED]>
Subject: Re: arp ping
Date: Fri, 13 Aug 1999 23:12:39 -0400
try http:\\www2.cotse.com
------------------------------
From: David Crooke <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: NSSWITCH???
Date: Sat, 14 Aug 1999 05:25:24 GMT
NIS is a generic name lookup service (c.f. LDAP, NDS) which can contain
any type of info indexed by text strings. Conventionally, it contains
certain named maps for certain purposes, e.g. passwd.byname for login.
The /etc/nsswitch.conf file tells the OS which name services to use for
which purposes, e.g. the line
passwd: files nis
will tell it to use the locally stored text files (/etc/passwd and
/etc/shadow) as first choice for the login authentication service,
followed by NIS.
If you want to use NIS for particular services, make sure it is enabled
for those services and in the priority order you expect by editing
nsswitch.conf
A couple of tips....
1. Make sure "files" is first for passwd - if you want to use the
old-style "+" notation in /etc/passwd, you must set nis_compat
2. Use "files dns" for hosts, leave NIS out of it
Dave
--
David Crooke, Austin TX, USA. +1 (512) 656 6102
"Open source software - with no walls and fences, who needs Windows
and Gates?"
------------------------------
From: Brian Whitman <[EMAIL PROTECTED]>
Subject: Success with Internet Connection Sharing / Win98SE
Date: Sat, 14 Aug 1999 01:38:06 -0400
I just wanted to update on my problem... I fixed it (very happy about
this!)
I set linuxconf to use DHCP for the networking stuff after my card was
recognized. I then set 192.168.0.1 to be my router (which I understand
is the sort-of-IP of the Win98 machine, even though it has its own
(ISP-supplied) IP.) Then, I just set the DNS stuff to be my ISP's
usuals, and now it works! Very nicely so far, too.
Thanks for your help, everyone.
-Brian
--
Brian Whitman
[EMAIL PROTECTED]
http://www.netspace.org/users/bwhitman
[ Sound information: http://www.crudites.org ]
------------------------------
From: David Crooke <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Cable Modem & hub
Date: Sat, 14 Aug 1999 05:29:48 GMT
"Dr. Stephen S. Kerr" wrote:
>
> I'm sure they'll be happy to rent you a second IP address. What might not
> be certain is whether they'll let you run IP masquerading to let several
> machines look like they have one IP address to the Cable company. I've
> heard that some Cable companies don't like it.
Yes, but unless you are hanging a 200 user network from it, will they
notice?
Dave
--
David Crooke, Austin TX, USA. +1 (512) 656 6102
"Open source software - with no walls and fences, who needs Windows
and Gates?"
------------------------------
From: "Matt" <[EMAIL PROTECTED]>
Subject: Re: FTP - I don't want an anonymous account
Date: Sat, 14 Aug 1999 03:18:14 GMT
Try this URL (www.devshed.com/Server_Side/Administration/wuftpd) It's got
all the info you'll need.
Suddn <[EMAIL PROTECTED]> wrote in message
news:krZs3.3921$[EMAIL PROTECTED]...
> How do I make sure that no anonymous users are allowed to FTP into my
> server? I want only real users to be allowed to FTP in.
>
> Thanks.
>
>
------------------------------
** 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
******************************