Hi, what is the best rule to block incoming connection to port 113? I'm running oidentd service for irc and have this rule on my pf.conf
the IPs are the ip of the allowed irc servers. Problem is i can still telnet to my fbsd on port 113.
Thanks in advance.
Code:
pass in on em0 proto { tcp, udp } from { 208.83.20.130 130.237.188.216 194.109.20.90 } to port 113 keep state
the IPs are the ip of the allowed irc servers. Problem is i can still telnet to my fbsd on port 113.
Thanks in advance.