SCIENTIFIC-LINUX-USERS Archives

July 2007

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Steven J. Yellin" <[log in to unmask]>
Reply To:
Steven J. Yellin
Date:
Tue, 10 Jul 2007 22:43:06 -0700
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (37 lines)
     Try putting in /etc/sysctl.conf the line
net.ipv4.ip_forward = 1

Steven Yellin

On Wed, 11 Jul 2007, vivek chal wrote:

> Hi all!
>
> I have made Gateway of my DNS by using the following iptables rules:
>   iptables --flush
>   iptables --table nat --flush
>   iptables --delete-chain
>   iptables --table nat --delete-chain
>   iptables --table nat --append POSTROUTING --out-interface eth0 -j
> MASQUERADE
>   iptables --append FORWARD --in-interface eth1 -j ACCEPT
>   echo 1 > /proc/sys/net/ipv4/ip_forward
>   iptables-save
>
> My gateway is working fine but the only problem is that i have to run
> echo 1 > /proc/sys/net/ipv4/ip_forward
> everyday after booting my server in order to make my gateway up.My clients
> can't ping any site untill i give this command. i have made service iptables
> to start at boot time.
> Could anyone tell me where i am doing wrong.
>
> -- 
> Vivek Chalotra
> GRID Project Associate,
> High Energy Physics Group,
> Department of Physics & Electronics,
> University of Jammu,
> Jammu 180006,
> INDIA.
>

ATOM RSS1 RSS2