Advertisement
Guest User

davezzz

a guest
Mar 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. [Settings]
  2.  
  3. #Required settings are uncommented
  4. #Defaults are shown
  5.  
  6. #Capture packets from this network (ignore internal traffic)
  7. #Comma-separated values are accepted. Specify a mask for each network even if they are the same.
  8. Network=192.168.1.0
  9. Mask=255.255.255.0
  10. #Match everything BUT the above (only for special custom situations):
  11. #InverseMatch=0
  12.  
  13. #Mikrotik Server
  14. Mikrotik=192.168.1.254
  15. MikrotikSSHUser=sniffer
  16. MikrotikSSHPassword=sniffer
  17. #This is combined with the Mikrotik IP address to create the accounting URL:
  18. #AccountingPath=/accounting/ip.cgi
  19.  
  20. #Alternative service port to listen on
  21. #ServicePort=80
  22.  
  23. #Convert static DNS names to uppercase
  24. #UppercaseStatic=1
  25.  
  26. #Trim trailing text from DNS and DHCP names
  27. #DeleteSuffix=.mycompany.com
  28.  
  29. #Clear values weekly (default) or monthly
  30. #ClearSchedule=weekly
  31.  
  32. #Specify a different service name (for multiple services on one machine)
  33. #ServiceName=Sniffer
  34. #ServiceDisplayName=Sniffer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement