Hi. I know this is a little ot but I have this line in my iptables on my pc. I was wondering if anyone could tell me what the equivalent of this line is in ipfw. Here is the line:
iptables -A INPUT -p tcp dport $TORRENT_CLIENT_PORT tcp-flags RST RST -j DROP
I tried this line but it doesn't work. I am not really familiar with ipfw.
ipfw add drop tcp src-port 16678 tcpflags rst
It's a fix so comcast doesn't screw up seeding my torrents.
Help is very appreciated! Thanks!
iptables -A INPUT -p tcp dport $TORRENT_CLIENT_PORT tcp-flags RST RST -j DROP
I tried this line but it doesn't work. I am not really familiar with ipfw.
ipfw add drop tcp src-port 16678 tcpflags rst
It's a fix so comcast doesn't screw up seeding my torrents.
Help is very appreciated! Thanks!