<?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 Re: NMAP on HP-UX 11.00 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556466#M757262</link>
    <description>For some reason I'm now having problems with the "-sS" scan.  Fortunately, "-sT" seems to work.&lt;BR /&gt;&lt;BR /&gt;I also can't run any other libpcap applications while nmap is running.  (i.e. tcpdump) but this seems to be a known problem with the rather broken HP-UX DLPI implementation.&lt;BR /&gt;&lt;BR /&gt;Here's some good reading for anyone trying to get libpcap working on HPUX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcpdump.org/lists/workers/2001/04/msg00016.html" target="_blank"&gt;http://www.tcpdump.org/lists/workers/2001/04/msg00016.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  -- Steve</description>
    <pubDate>Thu, 25 Apr 2002 21:30:33 GMT</pubDate>
    <dc:creator>Steve Bonds</dc:creator>
    <dc:date>2002-04-25T21:30:33Z</dc:date>
    <item>
      <title>NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556459#M757255</link>
      <description>Feeling stupid here.  I've just installed&lt;BR /&gt;&lt;BR /&gt;nmap-2.53-sd-11.00&lt;BR /&gt;glib-1.2.9-sd-11.00&lt;BR /&gt;gtk+-1.2.9-sd-11.00&lt;BR /&gt;&lt;BR /&gt;All swinstall'ed without problems, but....every time I try to execute nmap I get the following error message:&lt;BR /&gt;&lt;BR /&gt;"pcap_open_live: can't find PPA for /dev/lan2"&lt;BR /&gt;&lt;BR /&gt;What have I missed / mis-configured???&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for all replies.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 24 Jul 2001 16:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556459#M757255</guid>
      <dc:creator>Paul R. Dittrich</dc:creator>
      <dc:date>2001-07-24T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556460#M757256</link>
      <description>This is strange - I had no problems on my workstation (but I compiled it from source)&lt;BR /&gt;&lt;BR /&gt;It sounds like it cannot access all information about your lan interface. Is lan2 set up properly and has all the device files?&lt;BR /&gt;&lt;BR /&gt;Try doing an 'ioscan -fnkC lan' and seeing whether it returns devices for your lan adapters. I have only run nmap on workstations with 10Mbp adaptors though...</description>
      <pubDate>Fri, 03 Aug 2001 12:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556460#M757256</guid>
      <dc:creator>David Lodge</dc:creator>
      <dc:date>2001-08-03T12:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556461#M757257</link>
      <description>David, yes lan2 is correctly setup - the system is working fine overall.  I *think* the problem may be related to having three NIC's installed: 1 public network, 1 private network and 1 unconfigured spare.&lt;BR /&gt;I had assumed (!) that by using the pre-compiled SD versions that I would have no problems.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2001 12:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556461#M757257</guid>
      <dc:creator>Paul R. Dittrich</dc:creator>
      <dc:date>2001-08-03T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556462#M757258</link>
      <description>I'm having this same problem.  Did anyone ever find a solution?</description>
      <pubDate>Tue, 02 Oct 2001 17:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556462#M757258</guid>
      <dc:creator>Steve Bonds</dc:creator>
      <dc:date>2001-10-02T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556463#M757259</link>
      <description>I think I had the same problem when I installed it on my workstation.  The problem is that nmap wants to use the dlpi interface rather than the lan driver to access the net, so you have to give it a lan device which uses the dlpi interface.&lt;BR /&gt;&lt;BR /&gt;Use lsdev to find the major device number of the dlpi driver, delete your current /dev/lan2 device (remember to make a note of the major/minor numbers in case this is the wrong answer &amp;amp; you have to go back), mknod a new /dev/lan2 with the dlpi major number and the minor number of your "old" device.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;$ ll /dev/lan0&lt;BR /&gt;crw-rw-r-- 1 root sys 52 0x000000 Jun 21 2000 /dev/lan0&lt;BR /&gt;$ rm /dev/lan0&lt;BR /&gt;$ lsdev | grep dlpi&lt;BR /&gt;119 -1 dlpi pseudo&lt;BR /&gt;$ mknod /dev/lan0 c 119 0x000000&lt;BR /&gt;&lt;BR /&gt;I think that'll work.  Good luck :)</description>
      <pubDate>Fri, 30 Nov 2001 11:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556463#M757259</guid>
      <dc:creator>Alan Nicholson</dc:creator>
      <dc:date>2001-11-30T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556464#M757260</link>
      <description>Hello, &lt;BR /&gt;/* &lt;BR /&gt;HP-UX 10.20 and 11.X can use tcpdump/libpcap as found at &lt;BR /&gt;&lt;A href="ftp://ftp.ee.lbl.gov./" target="_blank"&gt;ftp://ftp.ee.lbl.gov./&lt;/A&gt; To select the interface to trace, one uses the -i &lt;BR /&gt;option and gives the interface name as "/dev/dlpiN" where N is the PPA &lt;BR /&gt;of the device. One uses lanscan to find PPAs. On 10.20, the PPA happens &lt;BR /&gt;to be the same as the Network Management ID (NMID) and is not the same &lt;BR /&gt;as the N in "lanN." On 11.X, the PPA happens to be the same as the Card &lt;BR /&gt;Instance number and happens to be the same as the N in "lanN." The &lt;BR /&gt;/dev/dlpiN specified to tcpdump/libpcap is not the same as the device &lt;BR /&gt;file /dev/dlpiM. What actually happens is tcpdump/libcap opens /dev/dlpi &lt;BR /&gt;and bind to PPA N. The /dev/dlpiM device files are for other uses. &lt;BR /&gt;*/ &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 11:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556464#M757260</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-11-30T11:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556465#M757261</link>
      <description>I just tried compiling the source from &lt;A href="http://www.insecure.org" target="_blank"&gt;http://www.insecure.org&lt;/A&gt; (2.54BETA31) and it does not seem to have the annoying PPA problem that plagues the "pre-built" version from the HP-UX porting center.&lt;BR /&gt;&lt;BR /&gt;I used the HP-UX C/ANSI C compiler since GCC with HP's "as" was coughing up lots of warnings because of a PA-RISC code level mis-synchronization.  (GCC was generating PA-RISC 2.0 code, but "as" was trying to interpret it as PA-RISC 1.0 code.)&lt;BR /&gt;&lt;BR /&gt;This worked for me:&lt;BR /&gt;$ export CC="cc -Ae"&lt;BR /&gt;$ ./configure&lt;BR /&gt;$ make&lt;BR /&gt;(lots of warnings about "Pointers are not assignment-compatible" and "Argument XX is not the correct type".  These are probably a segfault waiting to happen, but I didn't investigate them.)&lt;BR /&gt;&lt;BR /&gt;# ./nmap -sS -p80 -v -v &lt;TARGET ip=""&gt;&lt;BR /&gt;(got the expected output)&lt;/TARGET&gt;</description>
      <pubDate>Wed, 27 Mar 2002 18:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556465#M757261</guid>
      <dc:creator>Steve Bonds</dc:creator>
      <dc:date>2002-03-27T18:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556466#M757262</link>
      <description>For some reason I'm now having problems with the "-sS" scan.  Fortunately, "-sT" seems to work.&lt;BR /&gt;&lt;BR /&gt;I also can't run any other libpcap applications while nmap is running.  (i.e. tcpdump) but this seems to be a known problem with the rather broken HP-UX DLPI implementation.&lt;BR /&gt;&lt;BR /&gt;Here's some good reading for anyone trying to get libpcap working on HPUX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tcpdump.org/lists/workers/2001/04/msg00016.html" target="_blank"&gt;http://www.tcpdump.org/lists/workers/2001/04/msg00016.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  -- Steve</description>
      <pubDate>Thu, 25 Apr 2002 21:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556466#M757262</guid>
      <dc:creator>Steve Bonds</dc:creator>
      <dc:date>2002-04-25T21:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: NMAP on HP-UX 11.00</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556467#M757263</link>
      <description>I compiled from source and also had no problems.</description>
      <pubDate>Thu, 25 Apr 2002 21:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nmap-on-hp-ux-11-00/m-p/2556467#M757263</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-04-25T21:32:59Z</dc:date>
    </item>
  </channel>
</rss>

