iptables in BH 1.7.2 ??

cml

Vu+ Newbie
Good day forum:

question: is posible to install IPTABLES in BH 1.7.2 ??

BR TO ALL !!!
 

SatCo

Vu+ Newbie
root@vuultimo:/tmp# iptables -S
modprobe: module ip_tables not found in modules.dep
iptables v1.4.6: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

it seems we need kernel support
 

cml

Vu+ Newbie
very helpfull , but , how can i deny ALL incoming trafic ?

route add -host Trusted_IP allow / here i declare the ip i want to allow
route add -host any_ip reject / block all the rest

the "any" or * ,keywords for all ip combinations doesnt work...
any ideas?
 
Top