Re: P2P Networking question

2003-09-08 Thread Katipo
On Tuesday 09 September 2003 08:10, Christina First wrote:
> Hey,
> What is P2P Networking?  I have it on my computer I think and it keeps
> popping up "can't find server".  What does that mean?  How do I keep it
> from popping up when I am on the internet?  Please email me back soon.
>
> Thanks,
>
> Christina
>
>
> -
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software

>From my recollections of a couple of years ago 'Server timed out', or words 
to that effect was the only website that I.E. was capable of locating.
Regards,

David.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



P2P Networking question

2003-09-08 Thread Christina First
Hey, 
What is P2P Networking?  I have it on my computer I think and it keeps popping up "can't find server".  What does that mean?  How do I keep it from popping up when I am on the internet?  Please email me back soon.
 
Thanks,
 
Christina
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Re: P2P Networking Question

2001-03-05 Thread Jason Nord
Also, if this helps, here's a dump of "route print" from the win98 machine:


Active Routes:

  Network Address  Netmask  Gateway AddressInterface  Metric
  0.0.0.0  0.0.0.0209.202.63.90209.202.63.90   1
127.0.0.0255.0.0.0127.0.0.1127.0.0.1   1
  192.168.1.0255.255.255.0  192.168.1.2  192.168.1.2   2
  192.168.1.2  255.255.255.255127.0.0.1127.0.0.1   1
192.168.1.255  255.255.255.255  192.168.1.2  192.168.1.2   1
 209.202.63.0255.255.255.0209.202.63.90209.202.63.90   1
209.202.63.90  255.255.255.255127.0.0.1127.0.0.1   1
   209.202.63.255  255.255.255.255209.202.63.90209.202.63.90   1
224.0.0.0224.0.0.0209.202.63.90209.202.63.90   1
224.0.0.0224.0.0.0  192.168.1.2  192.168.1.2   1
  255.255.255.255  255.255.255.255209.202.63.90209.202.63.90   1




Re: P2P Networking Question

2001-03-05 Thread Jason Nord
First of all i'd like to apologise for the late reply (real life stuff and all 
that), so here's what i got:


>tcpdump -i eth0
>
>then from the win32 box ping the linux box see if anything comes up on the
>terminal
>running tcpdump.

Yea, actually i'm surprised that something did in fact come up...
20:53:21.704143 arp who-has mercury tell 192.168.1.2
20:53:21.704143 arp reply mercury is-at 0:0:e8:1b:83:4b
20:53:23.204143 arp who-has mercury tell 192.168.1.2
20:53:23.204143 arp reply mercury is-at 0:0:e8:1b:83:4b
etc..

>verify the cable is working as well by using it between 2 other systems.

It's a brand new cable, and the link lights on both NIC's are on


>lastly
>if it still does not work ...
>run:
>ifconfig eth0 >/tmp/diagnostics.log
>route -n >>/tmp/diagnostics.log
>uname -a >>/tmp/diagnostics.log
>lsmod >>/tmp/diagnostics.log
>lspci -v >>/tmp/diagnostics.log
>
>and copy the contents of that file to an email to the list. you may need to

**Start**

eth0  Link encap:Ethernet  HWaddr 00:00:E8:1B:83:4B
  inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:6336 errors:0 dropped:0 overruns:0 frame:0
  TX packets:6342 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:10 Base address:0x300

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth0

Linux mercury 2.2.18pre21 #1 Sat Nov 18 18:47:15 EST 2000 i486 unknown

Module  Size  Used by
af_packet   6136   0  (autoclean)
lockd  41720   0  (autoclean) (unused)
sunrpc 55452   0  (autoclean) [lockd]
serial 19640   1  (autoclean)
nls_cp437   3880   0  (autoclean)
pcmcia_core44896   0
ne  6132   1
83905924   0  [ne]
unix   11336   9  (autoclean)

**End**

Now what i found strange about the ifconfig results is the Tx/Rx packets... I 
guess this means that the NIC's on both machines are set up correctly and the 
cable works (correct me if i'm wrong).

>in order to use them .. now if your ethernet card is ISA(shudder) don't
>bother with the lspci stuff :)

Yea unfortunately it is, it's on an old dx2/66...


>nate

-Jason




Re: P2P Networking Question

2001-03-04 Thread Nate Amsden
Jason Nord wrote:
> 
> >be sure both machines have ips on the same network, be sure both
> >machines are using the same subnet mask, be sure the cable is the
> >right kind and/or be sure your hub/switch works.
> 
> They have consecutive IP's (192.168.1.1 and .2), and they're connected with a 
> crosswired UTP cable. Mask is 255.255.255.0 on both boxes.

thats good. it should work then. if it does not i suggest installing tcpdump
on
the linux box and doing

tcpdump -i eth0

then from the win32 box ping the linux box see if anything comes up on the
terminal
running tcpdump. if not then:

from the linux box, ping the IP of eth0, if it responds good, if not you have
problems.
from the win32 box ping the IP of the ethernet card, if it responds good if
not
you have problems

ignore any workgroup/domain/computer name shit. that is not part of TCP/IP and
won't
affect ping in any way. doesn't matter what they are set to.

verify the cable is working as well by using it between 2 other systems.
lastly
if it still does not work ...
run:
ifconfig eth0 >/tmp/diagnostics.log
route -n >>/tmp/diagnostics.log
uname -a >>/tmp/diagnostics.log
lsmod >>/tmp/diagnostics.log
lspci -v >>/tmp/diagnostics.log

and copy the contents of that file to an email to the list. you may need to
install the packages 'pciutils' and 'tcpdump' via:

apt-get update ; apt-get install pciutils tcpdump

in order to use them .. now if your ethernet card is ISA(shudder) don't
bother with the lspci stuff :)

nate


-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: P2P Networking Question

2001-03-03 Thread Osamu Aoki
Make sure to setup protocol with MS-TCP/IP for DOZE.
install howto and read under /usr/share/doc/HOWTO
  # apt-get install doc-linux-text
  Start playing with fixed IP. (lmhost)  Then think about running DHCP.
www.linuxdoc.org is always good place to start.
www.linux.com is another one.

Osamu

On Sat, Mar 03, 2001 at 09:22:11AM -0600, Jason Nord wrote:
> I have a windows 98 <-> Debian LAN at home, and I can't seem to get either 
> computer to ping the other one.  Are there any special configurations I have 
> to set up to make a doze box talk to a linux box?  A website address would be 
> very useful if you could supply it.  Thanks :)
> 
> -Jason
> 

-- 
+  Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D  +
+   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
+   http://www.aokiconsulting.com/pc/  Cupertino, CA USA  +



Re: P2P Networking Question

2001-03-03 Thread Jason Nord
>be sure both machines have ips on the same network, be sure both
>machines are using the same subnet mask, be sure the cable is the
>right kind and/or be sure your hub/switch works.

They have consecutive IP's (192.168.1.1 and .2), and they're connected with a 
crosswired UTP cable. Mask is 255.255.255.0 on both boxes.

>any basic networking book/page will describe this.

I'm probably not looking on the right pages. All i've been able to find are 
examples of a win <-> win and/or a nix <-> nix setup.

>no special setups to enable TCP/IP communications between a win32
>and a linux system.

Windows 9* (probably win2k too) have a "workgroup" setting, I was wondering 
what the equivalent setting would be in Debian.   Below are what the boxes are 
configured to:

** Windows **
IP: 192.168.1.2
Subnet: 255.255.255.0
Computer name (host i presume):  "venus"
Workgroup:  "workgroup"
Gateway: none

** Debian **
/etc/networks: localnet - 192.168.1.0
IP: 192.168.1.1
Subnet: 255.255.255.0
Hostname:  "mercury" (original huh ;))

Any help would be and IS greatly appreciated, I've set up win95 <-> win95 p2p 
networks before, but this is driving me nuts.

-Jason



RE: P2P Networking Question

2001-03-03 Thread Jason Nord



IP Addresses:
Win: 192.168.1.2
Debian: 192.168.1.1
 
Subnet Mask: tried both 255.255.0.0 and 255.255.255.0
*** REPLY SEPARATOR 
***On 03/03/01 at 4:14 PM Rob Zietlow wrote:

  what IP addresses and subnet 
  mask are you running?
  
-Original Message-From: Jason Nord 
[mailto:[EMAIL PROTECTED]Sent: Saturday, March 03, 2001 
9:22 AMTo: debian-user@lists.debian.orgSubject: P2P 
Networking Question
I have a windows 98 <-> Debian LAN at home, and I 
can't seem to get either computer to ping the other one.  Are there any 
special configurations I have to set up to make a doze box talk to a linux 
box?  A website address would be very useful if you could supply 
it.  Thanks :)
 
-Jason



Re: P2P Networking Question

2001-03-03 Thread aphro
be sure both machines have ips on the same network, be sure both
machines are using the same subnet mask, be sure the cable is the
right kind and/or be sure your hub/switch works.

any basic networking book/page will describe this. 

no special setups to enable TCP/IP communications between a win32
and a linux system.

nate

On Sat, Mar 03, 2001 at 09:22:11AM -0600, Jason Nord wrote:
> I have a windows 98 <-> Debian LAN at home, and I can't seem to get either 
> computer to ping the other one.  Are there any special configurations I have 
> to set up to make a doze box talk to a linux box?  A website address would be 
> very useful if you could supply it.  Thanks :)
> 
> -Jason
> 



P2P Networking Question

2001-03-03 Thread Jason Nord



I have a windows 98 <-> Debian LAN at home, and I can't 
seem to get either computer to ping the other one.  Are there any special 
configurations I have to set up to make a doze box talk to a linux box?  A 
website address would be very useful if you could supply it.  Thanks 
:)
 
-Jason