Hello Forum,
For some troubleshooting I want to generate traffic from the sophos UTM cli using nc or telnet, using the following commands.
root#telnet 192.168.100.1 512
root#nc -zv 192.168.100.1 512
The traffic is however being dropped by the sophos itself. I have even created an any any allow rule.
root# grep 192.168.100.1 /var/log/packetfilter.log
2018:04:19-12:55:36 xxx ulogd[22059]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="60003" outitf="ethx" srcmac="xxxxxxxxxxx" srcip="xxxxxx" dstip="192.168.100.1"
This thread was automatically locked due to age.