This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Tcpdump capture redirected to a file doesn't work

Hi to all,

First, I don't know where I have got to post this... If the administrator wants to move this post, feel free to move it....

I need to do a packet capture with the tcpdump and analyze it with wireshark, when I try to run this command in the Advance Shell:

<tcpdump -w /tmp/data/tcpdump.pcap -ni ipsec0 host X.X.X.X>

the console return to me "Operation not allowed"...

Anybody know why??? 

I have red some post and kb in the community and ever the console returns the same... The appliance is an XG210 with the SFOS 16.5.MR1.

Thanks to all in advance

Regards,

David



This thread was automatically locked due to age.
Parents
  • At least I can confirm this behavior:

    SFVH_SO01_SFOS 16.05.0 GA#  tcpdump -w /tmp/data/tcpdump.pcap -n -i Port1  host 1.1.1.1
    Operation not allowed

    From same command prompt, I'm able to create file at that location, so it seems like -w option isn't compiled in

Reply
  • At least I can confirm this behavior:

    SFVH_SO01_SFOS 16.05.0 GA#  tcpdump -w /tmp/data/tcpdump.pcap -n -i Port1  host 1.1.1.1
    Operation not allowed

    From same command prompt, I'm able to create file at that location, so it seems like -w option isn't compiled in

Children