<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic tcpdump: no suitable device found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686341#M382865</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to run tcpdump command as root ,it is working fine . I want to give 'oracle' user&lt;BR /&gt;to run the command . I changed the permission of tcpdump command as -rwxr-xr-x . When I am running the command I am getting the below error. &lt;BR /&gt;&lt;BR /&gt;nuh501:/home/root # /usr/local/sbin/tcpdump host nuh501&lt;BR /&gt;tcpdump: no suitable device found&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Sep 2010 10:57:30 GMT</pubDate>
    <dc:creator>mondal</dc:creator>
    <dc:date>2010-09-14T10:57:30Z</dc:date>
    <item>
      <title>tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686341#M382865</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to run tcpdump command as root ,it is working fine . I want to give 'oracle' user&lt;BR /&gt;to run the command . I changed the permission of tcpdump command as -rwxr-xr-x . When I am running the command I am getting the below error. &lt;BR /&gt;&lt;BR /&gt;nuh501:/home/root # /usr/local/sbin/tcpdump host nuh501&lt;BR /&gt;tcpdump: no suitable device found&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 10:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686341#M382865</guid>
      <dc:creator>mondal</dc:creator>
      <dc:date>2010-09-14T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686342#M382866</link>
      <description>You can only run tcpdump as root because other users do not have permission to access the underlying network devices.&lt;BR /&gt;&lt;BR /&gt;It is also good from a security perspective since it limits access to people with the proper authority to snoop network connections.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2010 03:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686342#M382866</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-15T03:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686343#M382867</link>
      <description>Reading packets from a network interface may require that you have special privileges:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You must be root or tcpdump must be installed setuid to root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From Man page....&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Wed, 15 Sep 2010 03:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686343#M382867</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-09-15T03:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686344#M382868</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information . If I am providing the user details and command alias &lt;BR /&gt;in /etc/sudoers file it will work?</description>
      <pubDate>Sun, 19 Sep 2010 12:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686344#M382868</guid>
      <dc:creator>mondal</dc:creator>
      <dc:date>2010-09-19T12:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686345#M382869</link>
      <description>It is not that the permission of the command .. but the data which it access.. still , may be need to check . Never run as non root.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Sun, 19 Sep 2010 12:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686345#M382869</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-09-19T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: tcpdump: no suitable device found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686346#M382870</link>
      <description>Yes, you should be able to run it from a non-privileged login using sudo.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Sep 2010 02:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcpdump-no-suitable-device-found/m-p/4686346#M382870</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-09-20T02:36:24Z</dc:date>
    </item>
  </channel>
</rss>

