> > try iptables -A INPUT .... > or -A OUTPUT .... > or -A FORWARD .... > > depending on which chain you want this rule to append to (looking at > your example, probably INPUT??). Or use > > iptables -I <chainname> <number> .... > > to insert the rule at rule number <number> > in the chain. > > > HTH > > Sven You're right. Thanks to all you guys. -- Robert