this answer implies at least your router is between the machines
and your friends router as well.

there are special ip addresses that are different from the normal
addresses uaed by the internet.

one such example is 127.0.0.1 which may be used by every machine when
it wants to talk to itself.

other *special* addresses are the that begin with 192.168.*.*
they are reserved for small private networks, or LANs (local area
networks). since there are millions of these small lans these addresses
are ONLY valid within the lan they are in.

you have a lan. your friend has a lan. both lans draw IP from the same
range of non-routable addresses.

you could easly both have the same 192.168.*.* address.
machines can only send data to other machines on the same subnet.

so your friends machine tried to connect to port  9097 on a machine
on HIS (assuming your friend is a he) lan not YOUR lan.

here is your situation as far as I can guess.
(also assuming your email is sent by the same ISP)

(notice the inside and outside IPs on both routers are similar to the
ip of the machines they connect to)


[you 192.168.1.100]
    |
    |
    |
[your-router-inside 192.168.1.1]
[your-router-outside 67.175.100.73]  ;your (dynamic) IP
    |
    |
    |
[your-ISP's-gateway 67.175.100.1](gateway typically *.1)
    |
    |
    |
< the internet >
    |
    |
    |
[friends-ISP's  ?.?.?.?]
    |
    |
    |
[friends-router-outside ?.?.?.?]  ; friends dynamic IP
[friends-router-inside  192.168.1.1]
    |
    |
    |
[friends 192.168.1.101]



for this to work:
        your friend would need to know your (dynamic IP)
        your router would need to know that when it got traffic on a
particular port (9097) from the outside to forward to the non routable
address 192.168.1.100 on its inside.



for just starting out it may be easier for you to just put a second
machine on your lan



[you1 192.168.1.100] ---- <switch/hub> --- [you2 192.168.1.99]
                                |
                                |
                                |
                    [your-router-inside 192.168.1.1]
                    [your-router-outside 67.175.100.73];your (dynamic) IP

then they do not need the router to communicate because they are on the
same subnet, you dont need to forward a port yet and you get to play.





On Sun, 3 Oct 2004, Izkata wrote:

>
>
>
> >
> > What is the IP information for the second machine?
>
> Well, mine:
> Connection-specific DNS Suffix  . :
> IP Address. . . . . . . . . . . . : 192.168.1.100
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.1.1
>
> Other (friend):
> Connection-specific DNS Suffix  . :
>  IP Address. . . . . . . . . . . . : 192.168.0.101
>  Subnet Mask . . . . . . . . . . . : 255.255.255.0
>  Default Gateway . . . . . . . . . : 192.168.0.1
>
> 0.o  They're almost the same.. that can't be normal, can it?
> My friend lives almost an hour away -and- has a different
> ISP...  (MCI, I have Comcast)
>
>
> > NAT: Network Address Translation  --- Used for allowing mulitple
> > machines to access the internet from the same IP address and for
> > securing local subnets...
> >
> >
> >
> > On Sun, 3 Oct 2004 15:02:21 -0500, Izkata <[EMAIL PROTECTED]> wrote:
> > >
> > > > are the two computers on the same subnet?
> > > >
> > > > is the router between the computers?
> > >
> > > Nope..
> > >
> > > > is the router doing NAT?
> > >
> > > What's NAT??     X^D
> > >
> > > > addresses that begin with 192.168.1.* or 10.0.0.* are "unroutable"
> > > > (that is everyone with a lan uses the same sets of addresses so they
> are
> > > > useless for the internet at large)
> > > >
> > > > your router may be able to shunt traffic on port 9097 to your computer
> > > > running the server then the client will connect the routers ip.
> > > >
> > > >
> > > > you can also open a dos shell and type ipconfig to get your machines
> ip.
> > >
> > > Connection-specific DNS Suffix  . :
> > > IP Address. . . . . . . . . . . . : 192.168.1.100
> > > Subnet Mask . . . . . . . . . . . : 255.255.255.0
> > > Default Gateway . . . . . . . . . : 192.168.1.1
> > >
> > > > hope that helps
> > > >
> > >
> > > lmao nope... I'm very, very confused....
> > >
> > >
> > >
> > > --
> > > To unsubscribe from the list, just send an email to rebol-request
> > > at rebol.com with unsubscribe as the subject.
> > >
> > >
> >
> >
> >
> > --
> > Enjoy!!
> > ~~Ammon ;~>
> > ~Sui  Generis~
> > --
> > To unsubscribe from the list, just send an email to rebol-request
> > at rebol.com with unsubscribe as the subject.
> >
> >
>
>
> --
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.
>
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to