APF, IPTABLES, Fedora 15 - Not blocking correctly

Posted by RichardW11 on Server Fault See other posts from Server Fault or by RichardW11
Published on 2012-10-23T16:15:35Z Indexed on 2012/10/23 17:04 UTC
Read the original article Hit count: 214

Filed under:
|
|
|
|

I just got a new remote server which came with Fedora 15. I first tried to run APF but it gave me this error "apf(18031): {glob} unable to load iptables module (ip_tables), aborting.". Which I then set SET_MONOKERN="0" to SET_MONOKERN="1" to resolve the problem.

However, with my config file showing

BLK_P2P_PORTS="1214,2323,4660_4678,6257,6699,6346,6347,6881_6889,6346,7778"

The ports show up as closed, instead of being filtered. Any idea why this would be happening?

22/tcp   open   ssh
80/tcp   open   http
443/tcp  open   https
2323/tcp closed 3d-nfsd
4662/tcp closed edonkey
6346/tcp closed gnutella
6699/tcp closed napster
6881/tcp closed bittorrent-tracker
7778/tcp closed interwise

© Server Fault or respective owner

Related posts about linux

Related posts about iptables