Hello all,
I am trying to work[]out why my security/ossec agent is not working inside my FreeBSD jail.
I am trying to run
As the command is working fine on the FreeBSD host, I know that the presudo Berkeley packet filter device is not missing.
Is that because of the security implementation in FreeBSD jail?
Is there any other way to see if port 1514 is in use and sending to the FreeBSD host?
Thank you
Fred
I am trying to work[]out why my security/ossec agent is not working inside my FreeBSD jail.
I am trying to run
tcpdump -i lagg0 port 1514
from inside the jail to see if the packets are reaching the ossec manager in the FreeBSD host but I get the following error:
Code:
tcpdump: (cannot open device) /dev/bpf: No such file or directory
Is that because of the security implementation in FreeBSD jail?
Is there any other way to see if port 1514 is in use and sending to the FreeBSD host?
Thank you
Fred