Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running but not logging anything #14

Closed
scriptzteam opened this issue Dec 16, 2015 · 2 comments
Closed

Running but not logging anything #14

scriptzteam opened this issue Dec 16, 2015 · 2 comments
Assignees
Labels

Comments

@scriptzteam
Copy link

root@xyz:/var/log/maltrail# ping -c 1 136.161.101.53
PING 136.161.101.53 (136.161.101.53) 56(84) bytes of data.
64 bytes from 136.161.101.53: icmp_seq=1 ttl=54 time=81.6 ms

--- 136.161.101.53 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 81.669/81.669/81.669/0.000 ms

root@xyz:/var/log/maltrail# cat /var/log/maltrail/$(date +"%Y-%m-%d").log
cat: /var/log/maltrail/2015-12-16.log: No such file or directory

@stamparm
Copy link
Owner

please check if the interface being monitored is being put to PROMISC. in some cases (if interface is passive for example), when sniffing on any, user should put that same interface to PROMISC manually (there is also a warning message from sensor about this)

for start, can you please send results of:

  1. ip route get 136.161.101.53
  2. ifconfig -a
  3. cat ~/.maltrail/trails.csv | grep 136.161.101.53
  4. cat maltrail.conf | grep MONITOR_INTERFACE

@stamparm stamparm self-assigned this Dec 16, 2015
@scriptzteam
Copy link
Author

It seems that those two commands needs to be running in order to work :)

python server.py
and
python sensor.py

i am running them in screen so now works :)

you should add it into docs, in docs is that only server.py is need to be run.

anyway greaaaaat job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants