On Sat, 24 Jan 2004 12:16:33 +0530 (IST)
Nataraj S Narayan <[EMAIL PROTECTED]> wrote:

> I am able to access pass data from any remote user to the server 
> (192.168.0.5) and vice versa. Now I want to exchange between two users
> who are connected simultaneously. ie if the remote machines
> 192.168.0.6 and 192.168.0.7 are connected ,i need to ping from one of
> the machine to t

Yes you need a gateway(0.5) to access the remote machine. 

Here is how it is connected.
0.6 ---> 0.5
          ^
          |
        0.7

Now there is no route b/w 0.6 and 0.7 and they have to access each other
using 0.5 only.

either add this route in 0.6 and 0.7
/sbin/route add default gw 192.168.0.5

or add this on 0.7 to access 0.6
/sbin/route add -host 192.168.0.6 gw 192.168.0.5


-- 
G.Vinubalaji

 MultiTech (())            
Software Systems


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to