disable port 199

John O'Loughlin j.oloughlin at qmul.ac.uk
Wed Mar 28 12:39:08 UTC 2007


presumably you want to not allow network traffic to whatever you have 
listening on that port, perhaps just not run whatever it is or:

iptables -A INPUT -p tcp --dport 199 -j DROP

just be careful that no previous rules allows the traffic (so you may want 
to insert rather than append)

John

On Wed, 28 Mar 2007, Koray Sonmez wrote:

>
> Hello
> We have Redhat ES 4 and want to disable prot 199.
> How can ı do this?
> Regards,
> Koray Sonmez
>
>
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>


More information about the redhat-list mailing list