RichieZ
Diamond Member
Ok so I want to block bittorrent, or at least the most common ports 6881-6889
I'm using a Linksys WRT54GS V2.0 w/ Sveasoft Alchemy RC5a
lets say I justed wanted to block port 6881, wouldn't that be:
nvram set rc_firewall='/usr/sbin/iptables -I INPUT -p tcp -s 192.168.1.1/199 --dport 6881 -j DROP'
nvram commit
and then reboot?
But when I check iptables -L -n it doesn't seem to show up
Please help
I'm using a Linksys WRT54GS V2.0 w/ Sveasoft Alchemy RC5a
lets say I justed wanted to block port 6881, wouldn't that be:
nvram set rc_firewall='/usr/sbin/iptables -I INPUT -p tcp -s 192.168.1.1/199 --dport 6881 -j DROP'
nvram commit
and then reboot?
But when I check iptables -L -n it doesn't seem to show up
Please help