mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-19 10:29:23 +01:00
ufw: tell users who don't run identd to reject 113
This commit is contained in:
parent
1fe84f2ce6
commit
583c3ea26a
@ -41,6 +41,13 @@ ufw allow 60000:61000/udp
|
|||||||
* Put the firewall in force.
|
* Put the firewall in force.
|
||||||
* 113/ident — Allow identd to be reached, probably all my hosts run it for
|
* 113/ident — Allow identd to be reached, probably all my hosts run it for
|
||||||
IRC.
|
IRC.
|
||||||
|
* If some host doesn't run it use `ufw reject 113` so the IRC server
|
||||||
|
asking for your ident is replied "Connection refused" and the
|
||||||
|
connecting happens faster as you aren't force to wait for timeout.
|
||||||
|
* I am not sure if this is faster than running ident, but my
|
||||||
|
recommendation is to allow it if you run it and otherwise reject.
|
||||||
|
Deny forces you to wait for timeout as your firewall says
|
||||||
|
nothing.
|
||||||
* 631/cups — Allow access to cups for printer sharing
|
* 631/cups — Allow access to cups for printer sharing
|
||||||
* 5060/sip — VoIP, in this case Linphone
|
* 5060/sip — VoIP, in this case Linphone
|
||||||
* 5353/mdns/Avahi — used for `.local` addresses
|
* 5353/mdns/Avahi — used for `.local` addresses
|
||||||
|
Loading…
Reference in New Issue
Block a user