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

> 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?

For starters, _why_ are you using IPCHAINS? This is simple routing - you
don't need chains, you simply enable routing between the two networks, and
assign routes appropriately.

DaZZa



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

Reply via email to