On Sat, Apr 13, 2002 at 01:09:06PM +0200, alesko wrote: > Hello guys, > > I'm tryin' to do some ip-forwarding but without success.IPTABLES won't accept my >parameters. > > I want the linux-box to forward all packets which come from my internal network. > > > > > bash# iptables -A FORWARD -s 10.0.0/24 -d 0/0 -j MASQUERADE
Have you tried: bash# iptables -A FORWARD -s 10.0.0.0/24 -j MASQUERADE > > returns: > > iptables: invalid argument
