netfilter-bounces@xxxxxxxxxxxxxxxxxxx wrote: > Thanks Rob > it seems it's not loaded, check this: So you can't use the REJECT target. > #locate ipt_REJECT > ipt_MASQUERADE 3649 8 > ipt_mac 1985 7 > iptable_nat 23173 2 ipt_MASQUERADE > ip_conntrack 40949 2 ipt_MASQUERADE,iptable_nat > ip_tables 16833 3 ipt_MASQUERADE,ipt_mac,iptable_nat "locate" can't possibly give you the above results. The output of locate should look like this: /lib/modules/<kernel-version>/kernel/net/ipv4/netfilter/ipt_REJECT.ko > and > # lsmod|grep ipt > ipt_MASQUERADE 3649 8 > ipt_mac 1985 7 > iptable_nat 23173 2 ipt_MASQUERADE > ip_conntrack 40949 2 ipt_MASQUERADE,iptable_nat > ip_tables 16833 3 ipt_MASQUERADE,ipt_mac,iptable_nat > > how can I load the ipt_REJECT? Perhaps you need to familiarize with Linux commands. # modprobe ipt_REJECT But if you don't have it, you can't load it. Grts, Rob -- Disclaimer: Any errors in spelling, tact, or fact are transmission errors.