Hi,
Is it possible to block an IP (unwanted client) in cccam?
I use a dreambox as server.
In my firewall is not possible, no option.
thanks
Hi,
Is it possible to block an IP (unwanted client) in cccam?
I use a dreambox as server.
In my firewall is not possible, no option.
thanks
Dont know if it will help:
Block an IP:
=====================
iptables -I INPUT -s 78.15.240.132 -j DROP
=====================
Unblock an IP :
=====================
iptables -D INPUT -s 88.190.200.113 -j DROP
=====================
Blocked IP list
=====================
iptables -L INPUT -v -n | grep DROP
=====================