On Tue, 2002-08-13 at 05:23, george drossos wrote:
> Hi!
> 
> i'm a student at South Bank University London and i'm working on a project 
> called " parallel and distributed processing in Linux" (clustering)
> I have three machines (1 server and 2 clients).I have installed RedHat7.3 in 
> the 3 machines and i have a small problem.
> The server has two network cards and i ping the other machines and of course 
> the university's network is reachable.So i ping the default gateway.But in 
> the case of clients i ping the server and the other client but i cannot ping 
> the default gateway.The error massage is Network unreachable.And of course 

The server needs to have ip forwarding enabled before it will allow
access by the clients to the default gateway.  Put a line in
/etc/sysctl.conf that says:

        net.ipv4.ip_forward = 1

and then run the command:

        sysctl -p

> the 2 clients are not connected on Internet.
> Please reply to me,explaining what is the problem.
>             Thank you in advance
>               George Drossos
> 
> 
> 
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
-- 
Carl D. Blake
Director of Engineering
Boeckeler Instruments, Inc.
4650 S. Butterfield Dr.
Tucson, AZ  85714

Phone: 520-745-0001
FAX: 520-745-0004
email: [EMAIL PROTECTED]

.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to