Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Monday 18 October 2021

Test


 


http://pac.zscloud.net/9bKmSfFcYPNR/Graytv.pac

Thursday 15 July 2021

How to do tcpdump excluding something?


 Lets take an example, I want to do tcpdump for all traffic on any interface but I dont want to capture ssh traffic. 


This is how you can do it:

sudo tcpdump --interface any ! port 22


Hope this helps someone!