Check /proc/sys/net/ipv4/ip_forward  It should have the value of 1  If not
then echo 1 to it.

-- 
Howard.
______________________________________________________
LANNet Computing Associates <http://www.lannet.com.au>

On Fri, 20 Oct 2000, Marshall, Joshua wrote:

> Hi,
> 
> I have two ethernet cards in my firewall, one on 10.0.5.x network and
> one on 10.10.10.x network. I have set the routes like this:
> 
> 10.10.10.0 >> eth0
> 10.0.5.0 >> eth1
> 
> I have set ipchains to allow forwarding between the two, by doing:
> 
> ipchains -A forward -s 10.0.0.0/8 -d 10.0.0.0/8 -j ACCEPT
> 
> The input and output chains are similar.
> 
> >From the firewall I can ping hosts on both networks, but I can't ping
> through the firewall, ie from one network to the other.
> 
> Does anyone know what I've overlooked?
> 
> Cheers,
> Josh Marshall.
> 
> 
> 
> --
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
> 



--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to