Linux-Networking Digest #215, Volume #11         Thu, 20 May 99 14:13:40 EDT

Contents:
  Re: PCI Modem - lost cause? (David A. Rogers)
  Re: PPP route error ("Paul Douglas")
  NFS and /usr ([EMAIL PROTECTED])
  Re: Weird DHCP behavior (Joe Fox)
  Re: Sendmail Addressing Variables (Andrzej Filip)
  Question Urgent: Server Configuration? ("Amitabh Kumar")
  Re: OMNIS Studio RAD Tool available on Linux soon....... (Thomas L|fgren)
  Re: Sendmail Addressing Variables (Andrzej Filip)
  Re: Routing in RedHat 6.0 (Derek Lucas)
  Re: 3COM OfficeConnect NIC (3CS0HO100-TX) ([EMAIL PROTECTED])
  Re: 3COM OfficeConnect NIC (3CS0HO100-TX) ([EMAIL PROTECTED])
  Teminal ("Bezalel Geretz")
  Re: ppp problems .... any advice please ? - SOLVED ! ("G.Mailer")
  DHCP client - works once (Ross Nelson)
  HP Vectra Ethernet config ("Michael J. Barillier")
  Re: SAMBA  Linux to Win98 prob! ("Terry Fielder")
  Re: Network Monitoring Software ([EMAIL PROTECTED])

----------------------------------------------------------------------------

From: [EMAIL PROTECTED] (David A. Rogers)
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: PCI Modem - lost cause?
Date: 19 May 1999 20:18:31 GMT

On Wed, 19 May 1999 09:50:51 -0700, Roberto Leibman
<[EMAIL PROTECTED]> speaketh saying:
>
><[EMAIL PROTECTED]> wrote in message
>news:7hulmp$1f6$[EMAIL PROTECTED]...
>> In article <7hgvds$n38$[EMAIL PROTECTED]>,
>> Roberto Leibman <[EMAIL PROTECTED]> wrote:
>> On the other hand, "what the modem is expecting the OS to do" also raises
>a
>> philosophical disagreement.  It's not the OS's responsibility to be part
>> of a peripheral.  For this reason, probably nobody who *can* would be
>working
>> on it.
>
>I have to disagree with this, as the constraint in computing power moves
>around, from i/o bound to processor bound to memory bound to disk bound to
>bandwith bound, the "right" partitioning philosophy changes as well. I think
>we are at a time where we most people have a lot of extra capacity in their
>CPU's (most of the time anyway), it makes engineering sense to download some
>of the processing chore to the less stressed CPU, particularly if this can
>bring the price of the peripherals down. System partitioning does not have
>hard rules such as "It's not the OS's responsibility", granted modularity
>should be sought after, but other things do enter the equation. Also,
>remember that 3COM (and others) are in business to make money, not to cater
>to "fringe" markets, I don't blame them for producing the WinModem, It's a
>GREAT idea on their part, I do blame computer makers for not clearly stating
>that its what in the box when you buy it clearly stating that you *want* to
>install Linux on it! We might be unhappy about it, but think of how many
>people have gotten access to the net with the savings that WinModem's
>produce!

I don't buy it.  I've got a 133 and I want all of those cycles
being used for their intended purpose.  Even if I had a 450, I don't want some
rube-goldberg peripheral slowing it down.

Regards,
dar

------------------------------

From: "Paul Douglas" <[EMAIL PROTECTED]>
Subject: Re: PPP route error
Date: Wed, 19 May 1999 21:06:20 +0100

> Hmm..  You haven't read the linux/Documentation/Changes file that comes

Oops - sorry, I should have done that.  I originally thought I was using
pppd 2.3.5.

Anyway, I've installed 2.3.8 and recompiled the kernel just to be sure.

Still not much change.  Output of route and ifconfig as before so I
won't repeat them.  Pinging the server address, dns servers, and default
gateway address all works fine.  Trying to go further than that, as
before, produces a blank.

There is a "use kernel patch" option for adding a dynamic IP address
option in my rc.config.  I've tried this both off and on but it makes
no difference either way.  The address doesn't seem to be the problem,
plus I compiled everything into the kernel that looked useful for PPP.
Just thought I'd mention it.

Sorry this is probably getting pretty tedious for you - I can only
reiterate my gratitude for your continuing trouble.

Many thanks once again.

Just for the record, here's the (successful looking to me) log of last
session.

Serial connection established.

Using interface ppp0

Connect: ppp0 <--> /dev/modem

sent [LCP ConfReq id=0x1 <mru 552> <asyncmap 0x0> <magic 0xe7c7c14d> <pcomp>
<accomp>]

rcvd [LCP ConfReq id=0x1 <mru 1500> <asyncmap 0x0> <magic 0xa5ec175d>
<pcomp> <accomp> < 11 04 05 dc> < 13 03 00>]

sent [LCP ConfRej id=0x1 < 11 04 05 dc> < 13 03 00>]

rcvd [LCP ConfAck id=0x1 <mru 552> <asyncmap 0x0> <magic 0xe7c7c14d> <pcomp>
<accomp>]

rcvd [LCP ConfReq id=0x2 <mru 1500> <asyncmap 0x0> <magic 0xa5ec175d>
<pcomp> <accomp>]

sent [LCP ConfAck id=0x2 <mru 1500> <asyncmap 0x0> <magic 0xa5ec175d>
<pcomp> <accomp>]

sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>]

sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]

rcvd [IPCP ConfReq id=0x3 <addr 194.131.240.9>]

sent [IPCP ConfAck id=0x3 <addr 194.131.240.9>]

sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>]

sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]

rcvd [IPCP ConfNak id=0x1 <addr 194.131.246.42> <compress VJ 0f 00>]

sent [IPCP ConfReq id=0x2 <addr 194.131.246.42> <compress VJ 0f 00>]

rcvd [LCP ProtRej id=0x4 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]

rcvd [IPCP ConfAck id=0x2 <addr 194.131.246.42> <compress VJ 0f 00>]

local  IP address 194.131.246.42

remote IP address 194.131.240.9

Terminating on signal 15.




------------------------------

From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: NFS and /usr
Date: Wed, 19 May 1999 13:10:36 -0500

With RH50 if host allows root access ('/') I can read any directory.  I
want this.  With RH60, I cannot read /usr (or /root and some others).  I
-can- read /etc, among others.
If I mount host:/usr as /something, I -can- read /usr.  Anyone else seen
this?

/etc/exports:

    /                friend(rw)
    /usr            friend(rw)

commands:

    mount host:/ /host                <== works, but cannot read /usr,
others
    mount host:/usr /host/usr        <== works, but only for /usr (of
course)

Yes, I have tried exporting only '/' (removing the /usr line) but still
cannot read /usr (nothing
appears in the directory).  All directories and all sub-directories and
files have read permission
for all users and groups.


------------------------------

From: Joe Fox <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Weird DHCP behavior
Date: Wed, 19 May 1999 15:22:07 -0600



On Tue, 27 Apr 1999, Jan Chab wrote:

> I have RH 5.2 and I have been trying for more than 5 days to setup the cable
> network connection thru DHCPcd. I downloaded the latest dhcpcd version then
> compiled it and it seemed to work well. But when I try to activate the eth0
> interface with the DHCP option (through RH's netcfg or with "ifup eth0") the
> output is:
> 
> Using DHCP for eth0... failed.

The latest dhcp is designed for the 2.2.x kernel. If you haven't updated
the kernel yet, that's what you need to do now. (RH 5.2 comes with 2.0.36
I think) Anyway, that's the first thing to check...

> And "ifconfig" shows only the local loopback, not the eth0. I also
> configured the "activate at boot" option and during the boot I get a similar
> message:
> 
> Using DHCP for eth0... modprobe: cannot locate net-pf-17
> failed.

It does seem that you haven't updated the kernel yet. Try either getting
the previous version of DHCPc or the newer kernel.

-Joe Fox
 UNIX Software Engineer
 [EMAIL PROTECTED]



------------------------------

From: Andrzej Filip <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail
Subject: Re: Sendmail Addressing Variables
Date: Thu, 20 May 1999 18:13:23 +0200

Peter C Smith wrote:

> Does anyone know how to get Sendmail (on RedHat 5.2) to route
> messages with address variables to a specific mailbox?
>
> Example: [EMAIL PROTECTED] Or,
> [EMAIL PROTECTED]
>
> As you can see, the user name is always prefixed with "fax", but
> the rest is variable (may be different every time). I need
> message addresses prefixed with "fax" but followed with a
> variable number to be sent to the same mailbox every time. Is
> there a way to do this?
> For any help rendered, many thanks in advance.

try to use the following format:
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Use "sendmail -bv ADDRESS" to see
where ADDRESS is going to be delivered e.g.

# sendmail -bv [EMAIL PROTECTED]

I think that on redhat 5.* procmail is used as local
delivery agent and you may access the "after plus"
address part in .procmailrc ($1 ?)

--
Andrzej (Andrew) A. Filip -- IT Consultant
http://www,bigfoot.com/~anfi
Private: [EMAIL PROTECTED]   Business: [EMAIL PROTECTED]
I NO LONGER USE [EMAIL PROTECTED]
Posting history (all addresses):
http://www.dejanews.com/profile.xp?author=Andrzej%20Filip&ST=PS



------------------------------

From: "Amitabh Kumar" <[EMAIL PROTECTED]>
Subject: Question Urgent: Server Configuration?
Date: Thu, 20 May 1999 21:27:16 +0530

Hi,

I am to do a server sizing study as well a TCO (Total Cost of Ownership)
study & other related stuffs, for our client's network. One of them will be
setting up a 1000 user network and another a 327 user network, both
supported by LAN & WAN implementing TCP/IP protocol. The network is
heterogeneous having HP UNIX, Windows NT and Windows 95.

I am supposed to find out the requirements for 4 distinct servers (m/c s) in
each case. They will be

A. Firewall Server
B. DHCP Server
C. Proxy Server
D. Authentication Server.

I am currently planning them for UNIX and WinNT, but I have a distinct
feeling that LINUX will be a better option (lower TCO maybe?). But I am not
sure of the server configuration requirements.
I am not familiar with LINUX, and would be grateful if somebody can help me
out. I have certain query, specially in.

1. What should be the minimum tpmC rating of the server?
2. What would be the memory requirements (RAM)?
3. What would be Hard disk capacity requirements?
4. What are the softwares available for the following? (and in your opinion
which will be the best option?)
        a. Firewall
        b. for DHCP Server
        c. Proxy
        d. for Authentication Server

Guess I will have to learn LINUX fast if clients decide to go for it.
I kind of need it urgently as the deadline is only 9 hours away. I will be
checking the newsgroup hourly.

TIA.

Amitabh


PS: Don't mind, I have posted the query to multiple newsgroup, but wanted to
increase chance of getting quick reply( and was not sure exactly where to
post it to).



------------------------------

Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.m68k,comp.os.linux.misc,comp.os.linux.portable,comp.os.linux.powerpc,comp.os.linux.security,comp.os.linux.setup,comp.os
Subject: Re: OMNIS Studio RAD Tool available on Linux soon.......
From: Thomas L|fgren <[EMAIL PROTECTED]>
Date: 17 May 1999 11:43:53 +0200

And we all hope your skills at software development is up to par with
your netiquette.  I fail to see what this has to do with hardware,
m68k, networking, portable, powerpc, security, setup or operating
systems.  Maybe you didn't read the charters.  Maybe we won't buy your
software.  Get a fucking clue.
-- 
T. Lofgren - Wherever I lay my .emacs, that's my ${HOME}
These opinions are mine, not yours.  Get your own damn opinions.

------------------------------

From: Andrzej Filip <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail
Subject: Re: Sendmail Addressing Variables
Date: Thu, 20 May 1999 18:14:56 +0200

Peter C Smith wrote:

> Does anyone know how to get Sendmail (on RedHat 5.2) to route
> messages with address variables to a specific mailbox?
>
> Example: [EMAIL PROTECTED] Or,
> [EMAIL PROTECTED]
>
> As you can see, the user name is always prefixed with "fax", but
> the rest is variable (may be different every time). I need
> message addresses prefixed with "fax" but followed with a
> variable number to be sent to the same mailbox every time. Is
> there a way to do this?
> For any help rendered, many thanks in advance.

try to use the following format:
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Use "sendmail -bv ADDRESS" to see
where ADDRESS is going to be delivered e.g.

# sendmail -bv [EMAIL PROTECTED]

I think that on redhat 5.* procmail is used as local
delivery agent and you may access the "after plus"
address part in .procmailrc ($1 ?)

--
Andrzej (Andrew) A. Filip -- IT Consultant
http://www,bigfoot.com/~anfi
Private: [EMAIL PROTECTED]   Business: [EMAIL PROTECTED]
I NO LONGER USE [EMAIL PROTECTED]
Posting history (all addresses):
http://www.dejanews.com/profile.xp?author=Andrzej%20Filip&ST=PS



------------------------------

Date: Wed, 19 May 1999 12:22:34 -0400
From: Derek Lucas <[EMAIL PROTECTED]>
Subject: Re: Routing in RedHat 6.0

Use IP masqurading.  First, make sure it is enabled in your kernel, and
use ipfwadm or ipchains (depending on kernel version).  use man to get
syntax for it.  

Oh..  and machines outside your network, will obviously only be able to
ping the IP associated with the modem connection, because the other IP's
are just local IP addresses.  :)

--

Derek Lucas
Systems Administrator
OneNet Communications, Inc.
513.618.1000 : [EMAIL PROTECTED]

On Tue, 18 May 1999, Stalker wrote:

> Hi everyone!
> 
> I've just recently installed Redhat 6 on a machine with the intention of
> using the thing as a gateway for a small group of IP-capable machines. I am
> however, having some problems with the routing part of the equation. The
> basic setup is a bunch of machines with C-class IP addresses sitting behind
> the Linux machine with a modem connected to an ISP. Here's what's do-able
> and not-do-able.
> 
> 1. All machines inside the network work without problems and are able to get
> all their IP info (DNS/WINS/Gateway/IP address/subnet mask etc) through
> DHCP.
> 2. Every machine inside the LAN can ping anything inside the network, the
> gateway machine and the modem's IP address buy no further out.
> 3. From the Internet, only the modem's IP can be pinged.
> 4. Doing a tracert from any machine inside the network to the gateway
> machine yields nothing.
> 
> That's about it. Any suggestions?
> 
> Thanks heaps!
> 
> Chris Ricks.
> 
> 
> 
> 
> 
> 
> 


------------------------------

From: [EMAIL PROTECTED]
Subject: Re: 3COM OfficeConnect NIC (3CS0HO100-TX)
Date: Wed, 19 May 1999 16:12:43 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> On Sun, 25 Apr 1999 13:10:10 -0700, "Tom Bowden"
<[EMAIL PROTECTED]>
> wrote:
>
> >I recently purchased a 10/100 card and am
having trouble getting it
> >recognized in linux (kernel 2.2.6).
> >
> >ID is 3COM OfficeConnect NIC (3CSOHO100-TX).
>
> Allow me to add some information since I'm in
the same boat as Tom:
>
> It has a chip with LUCENT 40-04834 marked on
it.  The 3Com number is
> 40-0483-004.
>
> Can someone help point us to a driver which
handles this chip?
>
> Jake Brodsky, mailto:[EMAIL PROTECTED]
> "Nearly fifty percent of all graduates came from
> the bottom half of the class."
>


This is what I did:

 get 3c59x.c from here
http://cesdis.gsfc.nasa.gov/linux/drivers/3c515.c


 add this line to the pci_id_info

      {"3cSOHO100-TX",    0x10b7, 0x7646, 0xffff,
        PCI_USES_IO|PCI_USES_MASTER,
IS_CYCLONE|HAS_NWAY|HAS_CB_FNS,
        128, vortex_probe1},


 follow these instructions for compiling
http://cesdis.gsfc.nasa.gov/linux/misc/modules.html

 Then if you can ismod it with no errors

 do this:

 "  3c59x.o to /lib/modules/`uname -r`/net/ and
add the following line to /etc/conf.modules:

  alias eth0 3c59x

 "
 Reboot

 Should work fine from here on out. Here are the
two URL's that helped me


http://www.tux.org/hypermail/linux-vortex/1999-Apr/0012.html
(God Bless, Mr. Bill Paul)

http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html

Good Luck,
Jason Todd


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: 3COM OfficeConnect NIC (3CS0HO100-TX)
Date: Wed, 19 May 1999 16:14:42 GMT

In article <[EMAIL PROTECTED]>,
  [EMAIL PROTECTED] wrote:
> On Sun, 25 Apr 1999 13:10:10 -0700, "Tom Bowden" <[EMAIL PROTECTED]>
> wrote:
>
> >I recently purchased a 10/100 card and am having trouble getting it
> >recognized in linux (kernel 2.2.6).
> >
> >ID is 3COM OfficeConnect NIC (3CSOHO100-TX).
>
> Allow me to add some information since I'm in the same boat as Tom:
>
> It has a chip with LUCENT 40-04834 marked on it.  The 3Com number is
> 40-0483-004.
>
> Can someone help point us to a driver which handles this chip?
>
> Jake Brodsky, mailto:[EMAIL PROTECTED]
> "Nearly fifty percent of all graduates came from
> the bottom half of the class."
>

This is what I did:

 get 3c59x.c from here http://cesdis.gsfc.nasa.gov/linux/drivers/3c515.c


 add this line to the pci_id_info

      {"3cSOHO100-TX",    0x10b7, 0x7646, 0xffff,
        PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_NWAY|HAS_CB_FNS,
        128, vortex_probe1},


 follow these instructions for compiling
http://cesdis.gsfc.nasa.gov/linux/misc/modules.html

 Then if you can ismod it with no errors

 do this:

 "  3c59x.o to /lib/modules/`uname -r`/net/ and add the following line
to /etc/conf.modules:

  alias eth0 3c59x

 "
 Reboot

 Should work fine from here on out. Here are the two URL's that helped
me

  http://www.tux.org/hypermail/linux-vortex/1999-Apr/0012.html (God
Bless, Mr. Bill Paul)
  http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html

Good Luck,
  Jason Todd


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------

From: "Bezalel Geretz" <[EMAIL PROTECTED]>
Subject: Teminal
Date: Wed, 19 May 1999 17:47:10 -0400

Although this is technically not a networking question I want to convert an
IBM PC (1.5MB floppy 640KB RAM no hard drive) into a teminal for RH Linux
5.2. If anyone has done this or knows of any helpful URLs please let me
know.

Thanks
Bezalel



------------------------------

From: "G.Mailer" <[EMAIL PROTECTED]>
Subject: Re: ppp problems .... any advice please ? - SOLVED !
Date: Thu, 20 May 1999 17:15:31 GMT

Many thanks for all of the suggestions of help and config files - you won't
believe what the solution was !

- my chat script waited for a 'ogin:' prompt, got it and replied with
  the name
- then waited for a 'ssword:'prompt, got it and replied with the password
- then waited for 'rotocol:' prompt, GOT IT and started my own ppp

Their end was never starting ppp.

It turned out, Demon hadn't set up the requested password ?????  It amazed
me that their system even asked for protocol - even their helpdesk said
that it should respond with invalid login if the password was wrong !  

Thanks for all of your suggestions and offers of scripts though - I'll have
to put it down to experience ( and catch up with some sleep !).

Regards - George Mailer




G.Mailer <[EMAIL PROTECTED]> wrote in article
<01bea253$76362dc0$8400a8c0@george>...
> I wonder if someone could point me in the right direction -
> 
> I had a working Redhat 5.0 system, using diald and ppp to connect on
demand
> to an ISP.  After numerous arguments with this ISP - I went to change the
> scripts to use a different one - no it doesn't work !
> 
> The error I get :-
> 
> pppd[3841]: Using interface ppp0
> pppd[3841]: Connect: ppp0 <--> /dev/ttyS3
> kernel: ppp_tty_ioctl: set xasyncmap
> kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
> kernel: ppp_tty_ioctl: set flags to 10000
> kernel: ppp_tty_ioctl: set mru to 5dc
> kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
> kernel: ppp_tty_ioctl: set flags to 10000
> kernel: ppp_tty_ioctl: get unit: 0<4>ppp: frame with bad fcs, excess =
b031
> kernel: ppp: frame with bad fcs, excess = b031
> last message repeated 7 times
> kernel: ppp: channel ppp0 closing.
> pppd[3841]: LCP: timeout sending Config-Requests
> pppd[3841]: Connection terminated.
> pppd[3841]: Receive serial link is not 8-bit clean:
> pppd[3841]: Problem: all had bit 7 set to 0
> pppd[3841]: Hangup (SIGHUP)
> pppd[3841]: Exit.
> 
> Many thanks in advance - I'm glad I've found this newsgroup only today -
> it's already solved another problem just by reading past posts !
> 
> Regards - George Mailer.
> 

------------------------------

From: [EMAIL PROTECTED] (Ross Nelson)
Subject: DHCP client - works once
Date: Thu, 20 May 1999 10:21:58 -0700

I installed RedHat 5.2 yesterday, setting it up as a DHCP client.  It was
working fine.  After I did some other installs, I shutdown and it no
longer worked.  Thinking I might have broken something, I re-installed. 
Again, it worked fine.  This morning, it's not there.

The message I see is:  "Delaying eth0 initialization"

I tried the X control panel, and selected 'activate' on DCHP, but if I
exit the control panel and restart it, the state has returned to
inactive.  I'm connected to an NT DHCP server if that's relevent.   I
really don't want to reinstall Linux every morning, does anyone have a
suggestion?  [e-mail replies preferred]

 -- ross

Ross Nelson                           Stagecast Software, Inc.
http://www.dnai.com/~ross/            http://www.stagecast.com/

------------------------------

From: "Michael J. Barillier" <[EMAIL PROTECTED]>
Subject: HP Vectra Ethernet config
Date: Thu, 20 May 1999 17:28:56 GMT

I'm trying to configure the built-in Ethernet card on an HP Vectra VL, but
without any success.  Anyone had any success or a few pointers?

Thanx --

===========================================================================
Michael J. Barillier  email: [EMAIL PROTECTED]

#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)

------------------------------

From: "Terry Fielder" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,aus.computers.linux,comp.os.linux.help
Subject: Re: SAMBA  Linux to Win98 prob!
Date: Thu, 20 May 1999 17:53:45 GMT

The get host by name problem is probably the smb server unable to determine
the name of the LINUX machine.  This is a COMMON issue if you are using
dhcp, but you aren't.

Nonetheless, within /etc/smb.conf you can explicitly tell smb what the
machine name is, without having it try to figure out from the OS and its
config files.

There are also MANY other changes you may have to make to smb.conf, I
recommend you take the time to read it through and tweek it on your way
down.   :)

Terry Fielder
[EMAIL PROTECTED]

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>Machine #1 = 133Mhz cyrix w/Win98 (4gig +2gig & 64M mem)
>CDROM, IDE ZIP drive Floppy 56K WinModem (frown)
>Machine #2 = 133Mhz cyrix w/Linux (400M/Win95 + 600M w/Linux
>& 16 M mem)  Linux boots from floppy, and win 95 drive is mtd
>
>---------------------------------------------------------------------------
====================
>#2 LINUX config info:
>Network Configurator(Xwindows):
> NAME:
> Hostname = Monte.Linux
> Domain = (blank)
> search for hostnames in add'l domains = (blank)
> Nameservers= (blank)
>
> HOSTS:
> (blank)
>
> INTERFACES:
>Interface           IP           proto      allboot      active
>lo          127.0.0.1       none       yes         active
>eth0      200.1.1.1        none       yes         active
>
> ROUTING: NPF(IPv4)
>     Default Gateway = 200.0.0.1
> Default Gateway Device = eth0
>
>---------------------------------------------------------------------------
=====================
>#1 Win98 Network
>Identification - Computer name = Win98
> Workgroup = Workgroup
> Computer descr = Win98
>Access Control - Share-level access control
>
>Network Devices installed:
>      Client for MS Networks options = logon and restore
>                                network connections
> Dialup Adapter (VPN support)     modem internet works fine.
> LinkSys Ether16 LAN card  options:
>                driver type = enhanced mode NDIS driver
> Bindings = NETBUI  & TCP/IP
> (Advanced & Current config options)= default
> TCP/IP Dialup  (working)
> TCP/IP LinkSys Ether16 LAN options =
>                                  IP address = 200.1.1.2
> subnet mask = 255.255.255.0   (default)
> WINS enabled search = 200.1.1.1
> Gateways = 200.1.1.1    (linux box)
>                     204.52.135.1  (ISP)
> **note  I had to add the ISP when I enabled WINS otherwise
>Win98 only searched the linux gate when I tried to go to differnt
>websites w/browser.**
> No Advanced selections
> File and Printer sharing for MS Networks
>______________________________________________________
>
>Now sit down for this <G>  #2(Win98) is peer to peered to the
>Win95 drive on #1  ( works fine )
>
>The Win98 & Linux can ping etc each other.
>I have installed FTP server & anon FTP on Linux box.  I am able to
>log on from Win98 both as anonymous and as registered user
>w/password.  I have done this with both windows internal ftp & with
>Cute FTP.   I have successfully transferred (win98 -> Linux) and
>read files in both using the above configuration.  Oh, and telnet
>works Win98 -> Linux
>
>I have installed Samba 2.0 etc(feb99) and smbd & nmpd both load
>on boot.   When I run testparm I get the following:
>
>[root@Monte] /etc # testparm
>Load smb config files from /etc/smb.conf
>Get_Hostbyname: Unknown host Monte.Linux
>Failed to get my hostname.
>
>I would like to enable Samba for full useage of file & printer sharing
>
>in both directions.
>
>
>



------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: 
comp.networks,comp.os.ms-windows.nt.admin.networks,microsoft.public.windowsnt
Subject: Re: Network Monitoring Software
Date: Thu, 20 May 1999 17:01:24 GMT



You might look at IPSentry for monitoring
connectivity, availability, Disk space, NT
Service, etc...

  http://www.ipsentry.com

   -Rex



In article <MLkZ2.16242
$[EMAIL PROTECTED]>,
  "Ken Szeto" <[EMAIL PROTECTED]> wrote:
> I would like to get some feedback from people
who are currently using or
> used Network Monitoring Tools such as 3COM
Transcend, HP Openview, Lanalyzer
> and any another network monitoring software.
Reason I am asking this is
> because my [stupid] supervisor thinks that a 60
users network requires one
> and it would greatly improve (his) ability to
troubleshoot and pinpoint
> where problems are.  Does anyone agree to this
statement?  I just hate to
> see the company I am working for have to spend
silly money for this kind of
> software because I don't think it is necessary
for our current network size.
>
> If you have anything to share, please let me
know.  Thank you very much.
>
> Ken Szeto, MCSE
>
>



--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---

------------------------------


** 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
******************************

Reply via email to