- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
SD-WAN vManage
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 01:21 AM
don't tcpdump in vshell, just straight from the regular prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 01:21 AM
don't tcpdump in vshell, just straight from the regular prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 02:15 AM
Thanks!!!
