بچه ها ، بنده با کانفیگ این نرمافزار به مشکل خوردم ! این تنظیمات انجام شده بر روی میکروتیک است
Create an SSH user for getting DHCP lease names and DNS entries
/user
group add name=sniffer policy=ssh,read
add address=10.2.4.0/24 disabled=no group=sniffer name=sniffer
Enable accounting, required for graph
/ip accounting
set account-local-traffic=no enabled=yes threshold=2560
/ip accounting web-access
set accessible-via-web=yes address=10.2.4.2/32
(XX is the IP of the Windows machine where SnifferService will run)
و این تنظیمات ام روی سرور
[Settings]
#Required settings are uncommented
#Defaults are shown
#Capture packets from this network (ignore internal traffic)
#Comma-separated values are accepted. Specify a mask for each network even if they are the same.
Network=10.2.4.0
Mask=255.255.255.0
#Match everything BUT the above (only for special custom situations):
#InverseMatch=0
#Mikrotik Server
Mikrotik=10.2.4.1
MikrotikSSHUser=sniffer
MikrotikSSHPassword=sniffer
#This is combined with the Mikrotik IP address to create the accounting URL:
#AccountingPath=/accounting/ip.cgi
#Alternative service port to listen on
#ServicePort=80
#Convert static DNS names to uppercase
#UppercaseStatic=1
#Trim trailing text from DNS and DHCP names
#DeleteSuffix=.mycompany.com
#Clear values weekly (default) or monthly
#ClearSchedule=weekly
#Specify a different service name (for multiple services on one machine)
#ServiceName=Sniffer
#ServiceDisplayName=Sniffer
کلا سوریس توی Services نمیاد بعد خبری از SSH autenticate روی لوگ میکروتیک نیست !
کسی در جریانه مشکل از کجاست؟!