Linux-Networking Digest #326, Volume #12 Sun, 22 Aug 99 16:13:45 EDT
Contents:
Re: Synchronizing cmos clock with timeserver? ("Stefan Monnier "
<[EMAIL PROTECTED]>)
Re: [?] changing file permissions???? (root)
Apache proxy question (Stan Benoit)
Re: BeOS Question (Charles M)
multiple port forwarding ([EMAIL PROTECTED])
Re: telnet as root ([EMAIL PROTECTED])
Re: Apache User's Directory (WooW)
RH6 & EtherJet IO/IRQ/DMA?
gnome-ppp error (Chris Ogren)
Samba as PDC for computers with dhcp IPs ("Jong")
Using NS Communicator to read local mail. (Walter Francis)
Re: cable modem cant ping gate way or DNS server ("Michael S. Kerry")
Re: Token Ring 16/4 Speed Problem (Dave Brown)
Re: NFS machines can't see each other ("Lyle Wincentsen")
Re: Synchronizing cmos clock with timeserver? ("Jeff Grossman")
Re: BeOS Question ("rudolfo")
LAN and Cablemodem ethernet card setup (Vlar Schreidlocke)
Re: IP Masqerading - Win95 client wont work!! (Peter Eddy)
dhcp apache & dynamic DNS (root)
Re: NFS machines can't see each other ("Lyle Wincentsen")
----------------------------------------------------------------------------
From: "Stefan Monnier <[EMAIL PROTECTED]>"
<[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Synchronizing cmos clock with timeserver?
Date: 22 Aug 1999 13:58:10 -0400
>>>>> "Jeff" == Jeff Grossman <[EMAIL PROTECTED]> writes:
> It is not letting me do it. I am putting net time \\ip address of linux box
> /s /y and it comes back with an error saying it can't find the machine.
Forget about brain-dead rdate.
>> > Can I get Linux to broadcast the time on an SNTP port or something?
Yes, of course. Check out www.ntp.org
Stefan
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Re: [?] changing file permissions????
Date: Sun, 22 Aug 1999 20:02:19 +0200
[EMAIL PROTECTED] wrote:
>
> Can anyone show me how to use the "chmod" command to change file
> permissions??????
chmod a+x "filename"
Gives e(x)ecute permission to (a)ll. Try <man chmod><enter>. Moreover:
"Linux in a nutshell" by Jessica Perry is very handy when you don't
remember the the exact syntax of these standard commands.
------------------------------
From: Stan Benoit <[EMAIL PROTECTED]>
Subject: Apache proxy question
Date: Sun, 22 Aug 1999 18:11:08 GMT
Hello,
Thanks to this group this newbie has proxy working, well sort of.=20
Question:=20
http proxy is fine.=20
When I configured Netscape on the win 95 box i had to use port 80 for=20
the ftp proxy. It works but is this correct? I thought port 21 was=20
correct for ftp. But when I use port 21 for the ftp proxy, the win 95=20
box yells out, "Sorry, access to the port numbers given has been=20
disabled for security resaons."
Thanks,
--=20
Stan Benoit,=20
eMail: [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED] (Charles M)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: BeOS Question
Date: Sun, 22 Aug 1999 13:04:13 -0500
In article <7ppa7k$b5q$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
> Hi,
>
> Hate to bring this up, but what is BeOS? And why to they claim to be better
> than Linux? They're thinking of giving it a try at my school, and I'm just
> interested in what BeOS really claims to do.
Pros:
Very nice fonts (try bePositive vs netscape on Linux) and overall look of
system
Each desktop can have its own resolution/color depth
Multi- tasking/multi-threaded/multi-you name it.....
A real journeled filesystem - no checks required on hard reboots
Filesystem handles very large partitions AND very large individual files
Mostly complete bash shell
Good API system for programmers
Does have access to a number of ports of some Unix programs
Cons:
Single user
Fewer apps than Linux
Supports less hardware
Not suitable as a server
Mail capabilities sorely lacking
Some User Interface limitations (copying icons between folders: icons
cannot be auto re-arranged, thumbnails are too tiny for images)
Robust, but requires you to have a terminal open if Tracker dies. If not,
reboot required.
CMM
------------------------------
From: [EMAIL PROTECTED]
Subject: multiple port forwarding
Date: Sun, 22 Aug 1999 18:09:36 GMT
Hi there,
I have one network interface card to the internet with four ip-
addresses (ip aliasing) and I would like to make port forwarding (with
linux kernel 2.2.5 ) to one internal web server with virtual hosts. Do
you know if there are muliple ip_addresses on one internet-nic
supported by port forwarding and ip masquarading?
TIA
regards
Claus
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: telnet as root
Date: Sun, 22 Aug 1999 17:35:29 GMT
In article <[EMAIL PROTECTED]>,
Bob James <[EMAIL PROTECTED]> wrote:
> Allowing root to telnet in is dangerous, as it presents only one layer
> of security between a potential cracker and the guts of your box.
Wrong. Allowing root telnet access is dangerous because unencrypted
passwords are sent over the wire, not because it only presents "one
layer" of security. ssh access as root is perfectly secure, but also
presents only "one layer".
> It's recommended that you telnet as a regular user, and su to root if
> needed.
NO!
su is probably the most dangerous command around. IT IS HIGHLY
RECOMMENDED THAT YOU NEVER EVER EVER USE THE `SU` COMMAND. It is
outdated, and its usage should be depreciated as quickly as possible.
`su` has *exactly* the same security flaws as telnet as root -- namely,
that the passwords is sent unencrypted over the wire. Additonally, `su`
has other security flaws [it is vulnerable to a spoof attack] that make
it even less desirable than telnet.
The most secure way to become root is to use a method such as `ssh`.
--
Bill Clark
Systems Architect
ISP Channel
http://neighborhood.ispchannel.com/
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: net_?[EMAIL PROTECTED] (WooW)
Crossposted-To: comp.os.linux.misc
Subject: Re: Apache User's Directory
Date: Sun, 22 Aug 1999 18:37:18 GMT
Try give access permit to /data/home in apache config.
Good Luck!
On Tue, 17 Aug 1999 13:25:00 +0900, [EMAIL PROTECTED] (Jack Cheng)
wrote:
>Hello,
>
>I have a question about the Apache using symbol link, let's say /home/jack
>was moved to /data/home/jack, and I created a symbol link to the root
>directory with the command :
>
> ln -s /data/home /home
>
>
>So, the user's home directory will point to the new location
>(/data/home/jack).
>
>
>But I get a error messages
>
> jack@localhost>lynx localhost/~jack
>
> HTTP/1.1 403 Forbidden
> You don't have permission to access /~jack on this server.
>
>How can I fix the problem, or can I use the symbol link in Apache?
>
>BTW, I using the RH6.0 and Apache-1.3.6-7
>
>Best Regard
>Jack Cheng
------------------------------
From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.portable,redhat.networking.general
Subject: RH6 & EtherJet IO/IRQ/DMA?
Date: Sun, 22 Aug 1999 18:30:56 GMT
I have a PCMCIA EtherJet card, and can't get it to initialize.
The card lists from "cardctl ident", but won't configure - I think it is
because I don't have the correct i/o / irq.
Windows 98 (ugh!) says that it is i/o 0x1014 IRQ 7, but these don't work.
Is there anyway to find out what the correct i/o and irq is in Linux.
Thanks
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: Chris Ogren <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,alt.os.linux,alt.os.linux.dial-up
Subject: gnome-ppp error
Date: Sun, 22 Aug 1999 06:45:56 +0000
My gnome-ppp dialup utility has stopped working for non-root users. I
see the error message, Connect Script failed, reported in
/var/log/messages when trying to establish a ppp connection as a regular
user. However when run as root it works fine.
I have tried setting /usr/sbin/pppd and /usr/bin/gnome-ppp suid root.
This has not corrected the problem.
I recently upgraded to kernel 2.2.11 from 2.2.1. I read that there were
some changes in 2.2.11 which required using /dev/ttyS* and a pppd
upgrade being necessary. I installed ppp v2.3.9. Still no luck.
What exactly does 'Connect Script Filaed' mean? I am not even able to
have the utility pickup the phone line. It never even dials my ISP.
Any suggestions. I'd prefer to be able to use gnome-ppp as a non-root
user like I previously could.
TIA,
Chris
[EMAIL PROTECTED]
------------------------------
From: "Jong" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.protocols.smb
Subject: Samba as PDC for computers with dhcp IPs
Date: Mon, 23 Aug 1999 02:44:03 +0800
Dear all,
I'm planning to build a network with samba server for windoze clients. I
heard that the client windozes computers have to setup sth, e.g. the
C:\WIN\HOSTS or C:\WIN\LMHOSTS file in order to see the samba server.
However, if the IPs are dynamically assigned to the computers, and i cannot
have a chance to configure the windoze (cuz they r laptops, pluggin into
outlet with dhcp occasionally), can the scheme still work?
I'm a newbie to samba, pls help
thanx
John
------------------------------
From: Walter Francis <[EMAIL PROTECTED]>
Subject: Using NS Communicator to read local mail.
Date: Sun, 22 Aug 1999 14:31:13 -0400
Reply-To: [EMAIL PROTECTED]
I KNOW I've seen my question answered before, but 20 minutes in Deja
just came up with several discussions about using Netscape mail/news
files to share with an NT version of Netscape.
I don't mind using Netscape for my POP mail account (read: I haven't
found something I personally like better) but I'd rather use fetchmail
to retrieve the mail, and view it in Netscape if I want to.
Reason? I am on a dialup line, controlled by diald. I can create a
cronfile to see if I'm online, if so fire off fetchmail. Otherwise,
don't.. So if I'm online I check mail every 10 minutes, if I'm offline
it doesn't try to connect.
I created a new folder under Inbox called Local, went to ~wally/nsmail
(set it the preferences for the mail folder), rm'd the Local file, ln -s
/var/spool/mail/wally Local. While that seemed to work for one email,
it didn't see further new emails, nor did it delete the email when I
asked it to, verified in elm.
Perhaps I'm going about this the wrong way, I'd appreciate some help.
--
Walter Francis
http://wally.hplx.net Powered by RedHat 6.0
------------------------------
From: "Michael S. Kerry" <[EMAIL PROTECTED]>
Subject: Re: cable modem cant ping gate way or DNS server
Date: Sun, 22 Aug 1999 18:18:34 GMT
I am not the original poster of this thread, but I have a similar
problem, but with a twist...
I installed two NE2000 NICs (Accton EN166X PnP) in my machine, and then
ran the setup utility to remove the PnP. I then installed RedHat 5.2,
and configured the first (eth0) NIC during the installation (it didn't
find the second). I configured it for my cable modem environment. Upon
booting, my connection to the net was fine. I could ping my @home
gateway, or anywhere else, surf the net, whatever. eth1 still wasn't
recongnized (via ifconfig or the boot messages), which is not
surprising.
The next morning, I added the lines in /etc/conf.modules as per the
Multiple Etherenet Mini HowTo, and suddenly, linux saw both cards (I
could see this via the boot messages). I configured the second card (in
netcfg) for my local net, and it worked -- I could ping my other
machine.
However, I suddenly could no longer ping my @home gateway -- something I
had been able to do the night before. Curious... Note that I can still
use my @home account when I switch back to my Win98 machine.
Any ideas?? Thanks!
Here are some details:
/etc/conf.modules
=================
alias eth0 ne
alias eth1 ne
options ne io=0x300,0x220
/etc/resolv.conf
================
search hwrd1.md.home.com
nameserver 24.3.0.33
nameserver 24.3.0.34
/etc/host.conf
=========
order hosts,bind
multi on
/etc/hosts
=====
127.0.0.1 localhost localhost.localdomain
24.6.138.195 cc745410-a.hwrd1.md.home.com cc745410-a
route -F
========
Destination Gateway Genmask Flags Metric Ref Use Iface
24.6.138.0 * 255.255.255.0 U 0 0 8 eth0
192.168.1.0 * 255.255.255.0 U 0 0 3 eth1
127.0.0.1 * 255.0.0.0 U 0 0 4 lo
default * 24.6.138.1 UG 0 0 31 eth0
[the last line of route -F took a long time to return...]
ifconfig
========
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
Rx Packets:2501 errors:0 dropped:0 overruns:0 frame:0
Tx Packets:2501 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
eth0 Link encap:Ethernet HWaddr 00:00:E8:52:98:7C
inet addr:24.6.138.195 Bcast:24.6.138.255 Mask:255.255.255.0
UP BROADCAST LOOPBACK RUNNING MULTICAST MTU:1500 Metric:1
Rx Packets:481 errors:0 dropped:0 overruns:0 frame:0
Tx Packets:541 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:3 Base address:0x300
eth0 Link encap:Ethernet HWaddr 00:00:E8:52:96:EE
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST LOOPBACK RUNNING MULTICAST MTU:1500 Metric:1
Rx Packets:988 errors:0 dropped:0 overruns:0 frame:0
Tx Packets:30 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:9 Base address:0x220
Mark Post wrote:
>
> On Fri, 20 Aug 1999 05:44:51 GMT, s <[EMAIL PROTECTED]> wrote:
>
> >hi i have @home and cant ping my gate way 24.7.63.1
> >netmask 24.0.200.33 or 24.0.200.34
> >my ip 24.7.63.1 I can ping my own ip but thats all
> >network card is up and running fine but ndc400 nic card retek chipset
> >RTL8029(AS)
> -snip-
>
> Please post the following:
>
> The contents of the following files:
> host.conf
> hosts
> networks
> rc.inet1 (or your equivalent)
>
> The output from these commands:
> route -F
> ifconfig
>
> To send me email, replace 'nospam' with 'home'.
------------------------------
From: [EMAIL PROTECTED] (Dave Brown)
Crossposted-To: comp.os.linux.hardware
Subject: Re: Token Ring 16/4 Speed Problem
Reply-To: [EMAIL PROTECTED]
Date: 22 Aug 99 18:56:42 GMT
In article <[EMAIL PROTECTED]>, Harold Hotelling wrote:
>Hey,
>
>Anybody know how to disable Auto Speed Detection in the token ring
>module ibmtr.o?
>
>My Linux box has a Turbo 16/4 Token Ring card from IBM in it, and I'm
>trying to network it with a token ring XStation.
I don't have any experience with the "Turbo" card, but with the
Auto 16/4 ISA card, you had to use the setup utility that came
on a diskette (booted DOS of some form), to set the Ring speed.
--
Dave Brown Austin, TX
------------------------------
From: "Lyle Wincentsen" <[EMAIL PROTECTED]>
Subject: Re: NFS machines can't see each other
Date: Sun, 22 Aug 1999 13:29:27 -0700
>Hmmm...I can think of a couple of things to check on....
>
>- Are you sure that both NICs are working? Try pinging out from one to the
>other and see if you get a reply that way, i.e.:
> tara # ping 192.168.0.3
> 64 bytes from 192.168.0.3: icmp_seq=0 ttl=255 time=0.4 ms
> 64 bytes from 192.168.0.3: icmp_seq=1 ttl=255 time=0.3 ms
>
I tried pinging from one to the other and I get 100% packet loss. But I can
see the packet light flashing on the hub, so I know the cards are at least
sending out signals. Also, when I have either machine ping itself, it works
fine -- no packet loss.
>- If you are trying to connect using hostnames, is /etc/hosts configured
>properly to reflect the hostnames in your private network?
I have tried both with and without hostnames. Either way, I get the same
thing. Most recently I have tried using only IP numbers, with the same
results. I did not even give hostnames to either machine this time around,
only IP numbers. Also, I didn't give any domains.
>- Is nfsd and everything else starting properly?
Yes. Portmap, mountd and all the nfs daemons are starting on bootup.
>- What does your /etc/exports file look like? Is it configured properly?
My most recent /etc/exports file had only the following in it:
/ (rw,no_root_squash)
As far as I can tell, this should let any host mount any directory on the
machine with root privileges, which is what I want. I've also tried just
accessing the cdrom drive of one machine with the other, which I think
should be covered by the above /etc/exports entry, but just in case I tried
adding the following:
/mnt/cdrom (rw,no_root_squash)
, where /mnt/cdrom is the directory where I mounted the cdrom of the machine
I was trying to connect to. And in case you were wondering, after I mounted
the cdrom on that machine, I made sure I stopped and started portmap and all
the nfs daemons before I tried to mount again from the other machine. Still
no dice. And the only message I get after it times out is "Can't connect to
server". It doesn't give me anything I can sink my teeth into.
------------------------------
From: "Jeff Grossman" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Synchronizing cmos clock with timeserver?
Date: Sun, 22 Aug 1999 10:28:09 -0700
Okay, that would explain it. I have never got Samba working yet.
Thanks,
Jeff
--
Jeff Grossman ([EMAIL PROTECTED])
Steve Cowles <[EMAIL PROTECTED]> wrote in message
news:mERv3.1765$[EMAIL PROTECTED]...
> Jeff,
>
> The "net time" command uses nmb/smb services (Samba) as a transport for
asking
> your linux box to return its current time. I verified this by temporarily
> shutting down samba on my linux box. Then, when I issued "net time", I got
the
> same error message as you. (see below)
>
> Steve Cowles
> SWCowles at gte dot net
>
> ===========================================
> <cut/paste with Samba running>
> C:\>net time \\voyager /s /y
> Current time at \\voyager is 8/22/99 6:49 AM
>
> The command completed successfully.
> C:\>net time \\192.168.9.17 /s /y
> Current time at \\192.168.9.17 is 8/22/99 6:49 AM
>
> The command completed successfully.
>
> <cut/paste without samba running>
> C:\>net time \\voyager /s /y
> System error 53 has occurred.
>
> The network path was not found.
> C:\>
> C:\>net time \\192.168.9.17 /s /y
> System error 53 has occurred.
>
> The network path was not found.
> C:\>
>
> Jeff Grossman <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > It is not letting me do it. I am putting net time \\ip address of linux
box
> > /s /y and it comes back with an error saying it can't find the machine.
> >
> > Jeff
> >
> > --
> > Jeff Grossman ([EMAIL PROTECTED])
> >
> >
> > Cowles, Steve <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > > I also use rdate to set my Linux box time using cron. On my Windows
> > machines
> > > I use the following command to set their time against the Linux box.
The
> > > "net" command comes with every version of Windows I'm aware of.
> > >
> > > net time \\linuxbox /s /y
> > >
> > >
> > > Steve Cowles
> > >
> > > <[EMAIL PROTECTED]> wrote in message
> > > news:[EMAIL PROTECTED]...
> > > > >> /usr/bin/rdate -s wrzx03.rz.uni-wuerzburg.de
> > > >
> > > > I'm using RedHat 5.1 on a server right now, and wonder how, if I run
> > > > this 'rdate' command when the server dials into its ISP to grab
mail,
> > > > can I get the Windoze boxes on the network to set their time from
the
> > > > Linux server?
> > > >
> > > > In the past, I've used a Windoze utility called D4 but it's overkill
> > > > for what I need (I think).
> > > >
> > > > Can I get Linux to broadcast the time on an SNTP port or something?
> > > >
> > > > Thanks,
> > > > [EMAIL PROTECTED]
> > > >
> > >
> > >
> >
> >
>
>
------------------------------
From: "rudolfo" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: Re: BeOS Question
Date: Sun, 22 Aug 1999 12:19:03 -0700
Almost a complete re-work of the OS concept as most people know it. Aside
from what other people have already said, it takes a slightly different tack
towards acheiving the original goals of the "CICS" system as it was
envisioned 50 years ago. It treats everything as a bitstream and by creative
use of processor time allows everything to be almost "realtime" in the same
manner that things propogate through an Object Oriented Database.
If your a coder or "hacker" then get the Be developers guide. It explains a
lot.
Or, for lighter reading, there is an archive of news releases at
http://www.be.com/
rudog
Robert F. Scheyder <[EMAIL PROTECTED]> wrote in message
news:7ppa7k$b5q$[EMAIL PROTECTED]...
> Hi,
>
> Hate to bring this up, but what is BeOS? And why to they claim to be
better
> than Linux? They're thinking of giving it a try at my school, and I'm
just
> interested in what BeOS really claims to do.
>
> Tschuss!
>
> Robert Scheyder
>
> --
> ===================================================
> Robert F. Scheyder
> [EMAIL PROTECTED]
>
> "Life is a Battlefield..."
> -with apologies to Pat Benatar
>
>
------------------------------
From: [EMAIL PROTECTED] (Vlar Schreidlocke)
Subject: LAN and Cablemodem ethernet card setup
Date: Sun, 22 Aug 1999 19:10:49 GMT
I'm trying to get Redhat 6.0 working with two ethernet cards. In the
install it only asked for info about one card. How do I add a second
card? What I want to do is have one card for the LAN and the other one
for the cablemodem. I would like for the other Win98 computers in the
LAN to be able to access Internet through the Linux box with the
cablemodem and the two NIC's. I can't seem to even get RH 6.0 to
recognize both cards. They are jumpered to IRQ 10, 11 and have
addresses of 0x300 and 0x360 respectively. I am a relative beginner at
Linux and would sure appreciate any help with this, especially a web
site that lays it all out in a step by step manner.
------------------------------
From: Peter Eddy <[EMAIL PROTECTED]>
Subject: Re: IP Masqerading - Win95 client wont work!!
Date: Sun, 22 Aug 1999 14:28:53 -0400
"Sunil P. Khatri" wrote:
> # ipfwadm -F -ln
> IP firewall forward rules, default policy: reject
> type prot source destination ports
> acc/m all 192.168.0.0/24 0.0.0.0/0 n/a
> rej all 0.0.0.0/0 0.0.0.0/0 n/a
This looks fine
> #
> # netstat -rn
> Kernel IP routing table
> Destination Gateway Genmask Flags MSS Window irtt Iface
> 24.7.91.103 0.0.0.0 255.255.255.255 UH 1500 0 0 eth1
> 24.7.91.0 0.0.0.0 255.255.255.0 U 1500 0 0 eth0
> 192.168.0.0 0.0.0.0 255.255.255.0 U 1500 0 0 eth1
> 127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0 lo
> 224.0.0.0 0.0.0.0 240.0.0.0 U 1500 0 0 eth0
> 0.0.0.0 24.7.91.1 0.0.0.0 UG 1500 0 0 eth0
First, you have eth1 configured for both networks. Since eth0 is your
gateway to the internet, configure eth1 for your local net only. Just
remove that fist route.
Second, what is the 224.0.0.0 entry for eth0? That looks wrong too
(wrong as in get rid of it.)
Peter
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: dhcp apache & dynamic DNS
Date: Sun, 22 Aug 1999 19:28:43 GMT
I have a dynamic dns setup and im wondering if its possible
to set up apache to virtually have separate domains
my isp is a cable modem which uses dhcp so
i dont have a static ip
help me please
------------------------------
From: "Lyle Wincentsen" <[EMAIL PROTECTED]>
Subject: Re: NFS machines can't see each other
Date: Sun, 22 Aug 1999 13:31:59 -0700
>Can you ping, telnet, ftp, etc. between the pc's?
>
>Phil
I haven't tried to telnet or ftp, but I have tried to ping unsuccessfully
between the machines. I can have either machine ping itself with success,
but when I try to go from one to the other I get a timeout and 100% packet
loss. But i can see the packet light flashing on the hub, so I know the NIC
is putting out something when I give it a ping command. It just appears
that the intended recipient is either not getting the signal or is ignoring
it.
------------------------------
** 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
******************************