> dude, which interface of your router did you put this on?
> --v
>
> [EMAIL PROTECTED] wrote:
>
>> ipchains -A input -p TCP -b --sport 6660:6670 -y -j DENY
>> ipchains -A input -p UDP -b --sport 6660:6670 -j DENY
>>
>>
>
>
>
> _
> Philippine Linux Users Group. Web site and archives at
> http://plug.linux.org.ph To leave: send "unsubscribe" in the body to
> [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body
> to [EMAIL PROTECTED]

ipchains -A input -p TCP -b -i eth1 -s $mylocalnetwork --dport 6660:8000
-y -j DENYipchains -A input -p UDP -b -i eth1 -s $mylocalnetwork --dport 6660:8000-j
DENY
my final rules in blocking mirc port...TY

oninz <-- {^0^}


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to