pf.conf rule that allows outbound traceroute on a specific port
Hello,
Product: Sparc Solaris 11.4.x
I'm trying to test the network route for outbound UDP packets using this command:
traceroute remoteHostName 52311
And am getting these blocked entries when dynamically viewing the pf.log:
one log entry showing:
00:00:05.409347 rule 7/0(match): block out on net1: xxx.xxx.xxx..214.38943 > xxx.xxx.xxx.184.33434: UDP, bad length 52283 > 1472
and then repeated log entries showing:
00:00:00.000011 rule 7/0(match): block out on net1: xxx.xxx.xxx.214 > xxx.xxx.xxx.184: ip-proto-17
Which I'm not understanding why, because :
grep udp /etc/protocols
udp 17 UDP # user datagram protocol
verifies traceroute is attempting a UDP packet traceroute, and pf.conf has this rule to allow outbound UDP on port 52311: