Hi

> I have a problem with ip forwading on my server. As suggested by craig i edited
> the file sysctl.conf file to enable ip forwarding. also  i have cheked out that
> iptables is not blocking any port. cat /proc/sys/net/ipv4/ip_forward shows a
> value.
> 
> Following is my  /etc/sysconfig/network file
> 
> NETWORKING=yes
> HOSTNAME=linuxbox
> GATEWAY=210.212.161.97
> FORWARD_IP4=yes
> GATEWAYDEV=eth1
>  
> where eth1 has a public ip.
> 
> 
> But i cannot ping any external address  when i boot the diskless clients in the
> shell prompt.

-------------------------------------------------------------------------------
Note to anyone just looking ...
Normally clients are not involved! The client gives you a
keyboard/display on the SERVER, and the SERVER access the internet and
the following discussion is not relevant at all
-------------------------------------------------------------------------------

I missed the pre-amble, but here is some info:

RedHat 9 does not port forward like this. You need to

echo "1" > /proc/sys/net/ipv4/ip_forward

Other systems should and may work with the FORWARD argument.

Your thin clients will not be able to access the internet unless you
have specified a gateway to them and unless you are masqurading on your
server (unless you have real IPs to waste, and are using them).

So step 1: make another box access the internet.
   step 2: gateway the thin clients
   step 3: it works.

For me my clients are on eth0 as a trusted network
                         eth1 is firewalled, but allows free
                         ESTABLISHED,RELATED incoming to the clients.

My clients use ssh to update the server SQL DB. (card swipes)

James


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to