On Wed, Apr 03, 2002 at 12:14:10PM +0100, Horsnell T. wrote: > Am I being an idiot here? > I want to set a rule to REJECT (rather than DROP) > attempts to access port 80, but iptables wont let me.
> # iptables -A FORWARD -i eth1 -o eth0 -p tcp --dport 80 -j REJECT > iptables: No chain/target/match by that name Did you build in support for the REJECT target? If you didn't build it into the kernel, or build it as a module (and either build in the module autoloader or load the module explicitly), you won't be able to use the REJECT target. -- Derrik Pates | Sysadmin, Douglas School | #linuxOS on EFnet [EMAIL PROTECTED] | District (dsdk12.net) | #linuxOS on OPN
