WSA Troubleshooting
grep "212.77" Access_Logs //Search in access Logs for specific IP
grep
1
grep
1
403 <- deny connections
Enter the number of the log you wish to grep. ####edo evalle to expression pou theli na kami match.
[]> 1
Enter the regular expression to grep.
[]> gmama ||facebook ||
Do you want this search to be case insensitive? [Y]>
Do you want to search for non-matching lines? [N]>
Do you want to tail the logs? [N]> Y
Do you want to paginate the output? [N]>
tail Access_Logs
Live search by using ip and domain as filter
grep "10.20.210.52.*box.com" Access_Logs -t
Comments
Post a Comment