02-16-2023 10:44 PM
How can I use tcpdump on vBond / vSmart / vManage?
vBond:~$ tcpdump
tcpdump: system: You don't have permission to capture on that device
(socket: Operation not permitted)
Solved! Go to Solution.
02-17-2023 01:21 AM
don't tcpdump in vshell, just straight from the regular prompt.
02-16-2023 11:26 PM
tcpdump vpn 0 interface eth1 options "host 198.51.100.162 -n"
host option filter the dump to traces to and from this ip address.
02-17-2023 01:09 AM - edited 02-17-2023 01:10 AM
but I need su password for it....
vBond# vshell
vBond:~$ tcpdump vpn 0 interface eth1
tcpdump: system: You don't have permission to capture on that device
(socket: Operation not permitted)
vBond:~$ id
uid=1000(admin) gid=1000(admin) groups=1000(admin),302(log)
02-17-2023 01:21 AM
don't tcpdump in vshell, just straight from the regular prompt.
02-17-2023 02:15 AM
Thanks!!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide