<?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: Question about using /dev/tun in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964499#M543809</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have only one advise:&lt;BR /&gt;contact hp support, dspp &lt;A href="http://h21007.www2.hp.com," target="_blank"&gt;http://h21007.www2.hp.com,&lt;/A&gt; or your sales representative.&lt;BR /&gt;&lt;BR /&gt;To have some enhancement there a lot of requests are needed.</description>
    <pubDate>Wed, 02 May 2007 13:37:26 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2007-05-02T13:37:26Z</dc:date>
    <item>
      <title>Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964493#M543803</link>
      <description>This is a repost of an earlier question that was removed for some reason. This is a networking question so I believe it is appropriate, but if it doesn't belong here, please let me know where to post it. My previous post was deleted without explanation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am porting a some code from Solaris and Linux to HP-UX-11 that uses an IP network tunnel driver.&lt;BR /&gt;&lt;BR /&gt;I have been referring to the tun(4) man page, which specifies the header file as net/tun.h. The problem is, I can't find this header file anywhere on the two HP-UX machines we have.&lt;BR /&gt;&lt;BR /&gt;I have also searched the internet for clues to no avail. There are some ioctl calls I need to make, but I don't have the constants to do it.&lt;BR /&gt;&lt;BR /&gt;Does anyone know where I can get this header file? Also, I would greatly appreciate any other bits of insight or examples related to the IP network tunnel driver on HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since my original posting, I received some information from a mailing list that the header file for the tun driver was removed because it was only designed for PPP. Does anyone know more about this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;FrankS &lt;BR /&gt;</description>
      <pubDate>Mon, 19 Mar 2007 10:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964493#M543803</guid>
      <dc:creator>Frank Suchy</dc:creator>
      <dc:date>2007-03-19T10:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964494#M543804</link>
      <description>You still have one under: (tun.h)&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1109607" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1109607&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Someone tattled on you and asked that the duplicate be removed:  ;-)&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1087289" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1087289&lt;/A&gt; Mar 16, 2007 21:47:46 GMT</description>
      <pubDate>Tue, 20 Mar 2007 04:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964494#M543804</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-20T04:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964495#M543805</link>
      <description>Hi Frank,&lt;BR /&gt;&lt;BR /&gt;Unfortunately the tun driver is not public on hpux. It was designed only for ppp use, and  none of the ioctl are doing anything.&lt;BR /&gt;The tun.h have no use at all.&lt;BR /&gt;&lt;BR /&gt;You can try to contact HP support to ask for an enhancement here, but you will probably have to contact your sales representative or account manager too to push strongly the request.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Mar 2007 08:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964495#M543805</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-03-20T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964496#M543806</link>
      <description>Thank you all for the responses.&lt;BR /&gt;&lt;BR /&gt;I posted on both forums because this question straddled topics.  It is programming, but very much related to networking.  Thank you for leaving it up the second time.  I request that it be left up for others to find, since there is very little information about the tunnel driver.&lt;BR /&gt;&lt;BR /&gt;As far as using the tunnel driver, I have received similar responses from others that the tunnel driver is not supported for anything but HPs PPP implementation.  A shame really, since it is very powerful.&lt;BR /&gt;&lt;BR /&gt;I think it is time to start looking into the PPP protocol and see if I can add that layer as part of my migration.  Is there an API for configuring the PPP, or is it all done with config files?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;&lt;BR /&gt;FrankS</description>
      <pubDate>Tue, 20 Mar 2007 09:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964496#M543806</guid>
      <dc:creator>Frank Suchy</dc:creator>
      <dc:date>2007-03-20T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964497#M543807</link>
      <description>Hi Frank,&lt;BR /&gt;&lt;BR /&gt;Yes you can use ppp with a socket for instance.&lt;BR /&gt;you just have to configure in&lt;BR /&gt;/etc/ppp/System:&lt;BR /&gt;&lt;BR /&gt;71.71.71.73 Any;5 tcp/myhost/ppp&lt;BR /&gt;&lt;BR /&gt;where ppp is a port named defined in /etc/services&lt;BR /&gt;&lt;BR /&gt;then you will get the ppp flow on a socket</description>
      <pubDate>Tue, 20 Mar 2007 09:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964497#M543807</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-03-20T09:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964498#M543808</link>
      <description>Hi Frank,&lt;BR /&gt;&lt;BR /&gt;I am getting the same problem you had. Have you figured out a solution?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 May 2007 13:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964498#M543808</guid>
      <dc:creator>sungrand</dc:creator>
      <dc:date>2007-05-02T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964499#M543809</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have only one advise:&lt;BR /&gt;contact hp support, dspp &lt;A href="http://h21007.www2.hp.com," target="_blank"&gt;http://h21007.www2.hp.com,&lt;/A&gt; or your sales representative.&lt;BR /&gt;&lt;BR /&gt;To have some enhancement there a lot of requests are needed.</description>
      <pubDate>Wed, 02 May 2007 13:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964499#M543809</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-05-02T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964500#M543810</link>
      <description>Thanks...</description>
      <pubDate>Wed, 02 May 2007 14:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964500#M543810</guid>
      <dc:creator>sungrand</dc:creator>
      <dc:date>2007-05-02T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964501#M543811</link>
      <description>Hi Sungrand,&lt;BR /&gt;&lt;BR /&gt;We decided to back-burner the HP-UX version of our feature for the time being, so I have moved on to other things.  If we decide to implement this on HP-UX later, it seems as if our only choice is to add a PPP layer.&lt;BR /&gt;&lt;BR /&gt;-FrankS</description>
      <pubDate>Tue, 08 May 2007 08:26:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964501#M543811</guid>
      <dc:creator>Frank Suchy</dc:creator>
      <dc:date>2007-05-08T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964502#M543812</link>
      <description>Thanks, FrankS! Now I am trying to get in touch with HP support team and see if they can help me on this. If we can figure out a solution, I will post it here...&lt;BR /&gt;&lt;BR /&gt;Sungrand</description>
      <pubDate>Tue, 08 May 2007 08:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964502#M543812</guid>
      <dc:creator>sungrand</dc:creator>
      <dc:date>2007-05-08T08:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964503#M543813</link>
      <description>Hi Frank and Sungrand,&lt;BR /&gt;What product are you trying to make for HPUX?&lt;BR /&gt;More than support, it is the business reps which should be contacted. The decision can only come from that part.&lt;BR /&gt;The question is not only technical. &lt;BR /&gt;The 2 possible channel to get anything there is:&lt;BR /&gt;1) your hp sales representative &lt;BR /&gt;2) the dspp. &lt;A href="http://h21007.www2.hp.com/partner/iWantTo/1,2609,,00.html" target="_blank"&gt;http://h21007.www2.hp.com/partner/iWantTo/1,2609,,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2007 09:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964503#M543813</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-05-10T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964504#M543814</link>
      <description>Hi Laurent,&lt;BR /&gt;&lt;BR /&gt;I have got in touch with HP. Thanks...&lt;BR /&gt;&lt;BR /&gt;Sungrand</description>
      <pubDate>Thu, 10 May 2007 09:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964504#M543814</guid>
      <dc:creator>sungrand</dc:creator>
      <dc:date>2007-05-10T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question about using /dev/tun</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964505#M543815</link>
      <description>Hi Sungrand,&lt;BR /&gt;you can give my name@hp to your HP contact, if they want to have some technical discussions &lt;BR /&gt;on that</description>
      <pubDate>Thu, 10 May 2007 09:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-using-dev-tun/m-p/3964505#M543815</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2007-05-10T09:39:04Z</dc:date>
    </item>
  </channel>
</rss>

