Please sir can some thing be done about log to view the log in version 2.9xx to make it look like 2.8xx becurse some times you may need to veiw the sit your client is connecting to, on 2.8xx it will tell you the Ip address and the name of the websit it connecting to, but on 2.9.xx nothing is there on thelog it just report of login and Dhcp-server
thanks
try
/system logging
to set logging options you need., and where to log.
set up what topics to log.
hope that was helpful
please can u tro in some light i want to see what site each IP address are visting what they are relay doing with my network
Thanks for the reply
To log packets destined to the router add firewall log rule to the chain=input,
‘ip firewall filter add chain=input action=log’
The same rule in chain=forward will log packets for client network. But you have to be ready, that there will be a lot of connection. Add additional matcehrs to the the firewall rules to log something specific.
he wants to see what webpages his users are visiting. i think you have to use webproxy, and enable webproxy logs.
This log is really interesting, bu the major setback is that the log files really get so full and the capturing what web sites the clients are visiting can really be tedious. This may slow down the performance of the router.. What do you think?
set the logging destination from disk to remote and use a syslog program to capture and sort the logs.
What syslog program do you recommend? and i observed that when ever i try to log webproxy events, my hotspot login page does not show again?
any clue as to what is wrong
i have installed MT syslog and the performnance is wonderful, but my hotspot login page will still not appear.. but is i disable logging for web-proxy, the page appears
this could not be in any relation
I must protocoll all my customer trafffic.
Please help me… ![]()
What do you mean by ‘protocoll all my customer trafffic’ ?
how can i enable web-proxy logs
‘system logging add action=memory topics=web-proxy’, then logs will be written to memory.
THX ![]()
but i can`t to see what webpages the users are visiting.
Why?
src-address: 0.0.0.0
port: 8000
hostname: “proxy”
transparent-proxy: no
parent-proxy: 0.0.0.0:0
cache-administrator: “webmaster”
max-object-size: 4096KiB
cache-drive: system
max-cache-size: 1048576KiB
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 8192KiB
reserved-for-ram-cache: 29696KiB
Web-proxy is running?
‘log print’ should contain information about pages users are visiting.
You can use syslog porgram to maintain RouterOS logs.
do your users have entered the proxy address in their browsers?
no
Then you have to use ‘transparent-proxy’ method, that redirects all HTTP requests from users to RotuerOS proxy, either proxy is not used by them.
Transparent proxy configuration example is described in the ‘web-proxy’ documentation.