BLOCK 3127 udp PORT

Tim ignored_mailbox at yahoo.com.au
Sat Dec 2 07:50:08 UTC 2006


On Sat, 2006-12-02 at 10:45 +0530, yogesh at banasdairy.coop wrote:
> hi i want to block my server port no 3127 upd port
> so what changes i have to make in iptables

There's:
/usr/bin/system-config-securitylevel
/usr/bin/system-config-securitylevel-tui

And for manual iptable configuration, I'd expect something like the
following to do the trick:

iptables --append INPUT --jump DROP --protocol udp --destination-port 3127

It's been a while since I've written my rules by hand, I've just
re-worked an existing rule in my script to suit your query.  Mine also
have paramters like "--in-interface eth0" to apply them to specific
interfaces, but I think the rule will apply to all interfaces without
specifics, like that.

-- 
(Currently testing FC5, but still running FC4, if that's important.)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.




More information about the fedora-list mailing list