What options do we have on doing network capture from cloud gateway
kb.igel.com/igelos-11.03.500/en/tcpdump-27245788.html
TCPDUMP or Wireshark
thanks
manpages.ubuntu.com/manpages/trusty/man8/tcpdump.8.html
On your Linux box…. > sudo tcpdump -l | tee data.txt
“`Make stdout line buffered. Useful if you want to see the data while capturing it.“`
To only capture traffic on port 8443
sudo tcpdump -l port 8443 | tee data.txt
Continue reading and comment on the thread ‘Network capture from IGEL Cloud Gateway (ICG)’. Not a member? Join Here!
Learn more, search the IGEL Knowledge Base
Ask a question or comment on the above message thread?
Join or log in to the IGEL Community to ask us anything and meet other IGEL customers, partners, and EUC enthusiasts.Submit a question, or Join Today!