Добрый день, вечер, или что-там у вас...
Мне нужно открыть порт 25565, на роутере открыл, осталось открыть на самом ноуте.
iptables -t filter -A INPUT -i eth0 -p tcp --dport 25565 -j ACCEPT - не помогает, пишет: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.4.12: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
guessgustaw@guessgustaw-PC:~$
Что делать, подскажите!