<?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: Decnet over IP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086428#M55858</link>
    <description>That 8.3 NCL command looks like the answer, thanks. I'm currently at 7.3-2 and this may supply the reason for an upgrade.&lt;BR /&gt;&lt;BR /&gt;Thanks again to all,&lt;BR /&gt;          Randy S.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 06 Jan 2008 18:50:46 GMT</pubDate>
    <dc:creator>Randy W. Suhrbier</dc:creator>
    <dc:date>2008-01-06T18:50:46Z</dc:date>
    <item>
      <title>Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086421#M55851</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to limit which IP interfaces the port 399 listener uses?</description>
      <pubDate>Thu, 03 Jan 2008 01:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086421#M55851</guid>
      <dc:creator>Randy W. Suhrbier</dc:creator>
      <dc:date>2008-01-03T01:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086422#M55852</link>
      <description>I'm not entirely certain what you are seeking here.  If your goal here is to restrict TCP port 399 and thus DECnet-Plus over IP from using a particular NIC, toss the following NCL command at the device:&lt;BR /&gt;&lt;BR /&gt;DISABLE NODE 0 CSMA-CD STATION CSMACD-1&lt;BR /&gt;&lt;BR /&gt;Use whatever the particular device ENABLE command specified in NET$CSMACD_STARTUP.NCL might be.  You will want to DISABLE what the NET$CSMACD_STARTUP.NCL script ENABLEs for your particular target NIC. &lt;BR /&gt;&lt;BR /&gt;To make this DECnet-Plus configuration change survive a reboot, comment out the CREATE and ENABLE lines for the device in the NCL file. This file is located in SYS$MANAGER: for the host.&lt;BR /&gt;&lt;BR /&gt;Other potential options include IP firewalls, depending on what your particular goal might be.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 03:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086422#M55852</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-01-03T03:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086423#M55853</link>
      <description>FWIW, some folks will suggest @NET$CONFIGURE ADVANCED and working through that tool and the device configuration, but simply nuking the lines in the NCL can be easier.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 03:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086423#M55853</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-01-03T03:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086424#M55854</link>
      <description>Randy,&lt;BR /&gt;&lt;BR /&gt;DECnet-over-IP works at the transport layer.&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure, that it does not help to disable the CSMA-CD station trying to prevent DECnet-over-IP incoming traffic on that specific LAN interface.&lt;BR /&gt;&lt;BR /&gt;The CSMA-CD station controls the DECnet datalink layer protocols (DECNETV and DECNET as shown by SDA&amp;gt; SHOW LAN).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 03 Jan 2008 08:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086424#M55854</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-01-03T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086425#M55855</link>
      <description>Hello Randy,&lt;BR /&gt;&lt;BR /&gt;I'll assume that you want to limit DECnet over IP use to specific NICs. You need to deal with both ports 102 and 399. These show up as OSI transport templates for RFC1006 and RFC1006-Plus in the entity heirarchy you look at with NCL. They're the hook across to the PWIP driver which then gets you out of the DECnet stack into the TCP/IP stack, thus using TCP/IP as a transport for DECnet.&lt;BR /&gt;&lt;BR /&gt;Stopping the DECnet protocol on the NICs isn't going to achieve what you need - in fact if you were only using DECnet over IP you could entirely turn off DECnet at the routing circuit and CSMACD station layers because you've jumped sideways through the PWIP driver into the TCP/IP stack before you reach that far down the layers.&lt;BR /&gt;&lt;BR /&gt;I've not tried to do what you want to achieve, but I would guess that you want to use some kind of filtering capability within the TCP/IP stack, or perhaps within the PWIP driver (if that's possible).&lt;BR /&gt;&lt;BR /&gt;I'd guess it's mostly an inbound problem that you're trying to protect against. The outbound NIC will be selected by the TCP/IP stack based on the target IP address / subnet and the local interface addresses and routes in the usual manner. &lt;BR /&gt;&lt;BR /&gt;By the time the data packets hit the DECnet stack I suspect that all the NIC related information has been stripped off and it's down to IP subnets and IP routing to find the path back when you talk back through the PWIP driver to the TCP/IP stack.&lt;BR /&gt;&lt;BR /&gt;It seems to me that you'd want to interpose a filter at the point where the TCP/IP interface entity attempts to establish the connection to the entity listening on ports 102 and 399.&lt;BR /&gt;&lt;BR /&gt;I have some vague recollection that you can do that kind of thing, probably by writing code and hooking your code into the TCP/IP stack at the point where it attempts to establish a connection (kind of an extra layer of security filtering).&lt;BR /&gt;&lt;BR /&gt;There might also be logical names that help control the behaviour of the ports 102 and 399 listeners.&lt;BR /&gt;&lt;BR /&gt;Much of this kind of behaviour is part of IPsec, so you should try the OpenVMS TCP/IP V5.7 IPsec EAK available at: &lt;A href="http://h71000.www7.hp.com/openvms/products/ipsec/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ipsec/index.html&lt;/A&gt; - do give it a go and let us know how you get on.&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086425#M55855</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2008-01-03T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086426#M55856</link>
      <description>Looking at my V8.3 system, I notice a new NCL command?&lt;BR /&gt;&lt;BR /&gt;$  NCL SHO OSI TRANSPORT RFC1006 LISTENER IPADDRESSES&lt;BR /&gt;&lt;BR /&gt;Can listeners be set?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Jan 2008 22:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086426#M55856</guid>
      <dc:creator>STEPHEN CONWAY_1</dc:creator>
      <dc:date>2008-01-04T22:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086427#M55857</link>
      <description>Well spotted Stephen. That looks to be what's needed. It's described in the DECnet-Plus V8.3 release notes sections 2.1.2 and 2.1.3&lt;BR /&gt;&lt;BR /&gt;URL: &lt;A href="http://h71000.www7.hp.com/doc/83final/decnetplus/DECNET_PLUS_REL_NOTES.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/decnetplus/DECNET_PLUS_REL_NOTES.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Extract of section 2.1.3:&lt;BR /&gt;&lt;BR /&gt;2.1.3.1 Added information about Configuring the system to listen to DECnet/IP connections&lt;BR /&gt;Version 8.3 The following commands have been added to reflect the new feature described in&lt;BR /&gt;Section 2.1.2 for V8.3&lt;BR /&gt;$MC NCL SET OSI TRANSPORT RFC1006 LISTENER IPADDRESSES {a.b.c.d, w.x.y.z}&lt;BR /&gt;$MC NCL ADD OSI TRANSPORT RFC1006 LISTENER IPADDRESSES {a.b.c.d, w.x.y.z}&lt;BR /&gt;$MC NCL REMOVE OSI TRANSPORT RFC1006 LISTENER IPADDRESSES {a.b.c.d,&lt;BR /&gt;w.x.y.z}&lt;BR /&gt;$MC NCL SHOW OSI TRANSPORT RFC1006 LISTENER IPADDRESSES&lt;BR /&gt;These commands will enable or disable DECnet-Plus to listen to inbound DECnet&lt;BR /&gt;over IP connections on interfaces having local node IP addresses specified.&lt;BR /&gt;However, these commands do not support DECnet-Plus to listen to remote node&lt;BR /&gt;IP addresses. This is applicable for both RFC 1006 and RFC 1859.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers, Colin (&lt;A href="http://www.xdelta.co.uk)." target="_blank"&gt;http://www.xdelta.co.uk).&lt;/A&gt;</description>
      <pubDate>Sat, 05 Jan 2008 07:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086427#M55857</guid>
      <dc:creator>Colin Butcher</dc:creator>
      <dc:date>2008-01-05T07:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086428#M55858</link>
      <description>That 8.3 NCL command looks like the answer, thanks. I'm currently at 7.3-2 and this may supply the reason for an upgrade.&lt;BR /&gt;&lt;BR /&gt;Thanks again to all,&lt;BR /&gt;          Randy S.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jan 2008 18:50:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086428#M55858</guid>
      <dc:creator>Randy W. Suhrbier</dc:creator>
      <dc:date>2008-01-06T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Decnet over IP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086429#M55859</link>
      <description>Signing off</description>
      <pubDate>Sun, 06 Jan 2008 18:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/decnet-over-ip/m-p/5086429#M55859</guid>
      <dc:creator>Randy W. Suhrbier</dc:creator>
      <dc:date>2008-01-06T18:54:57Z</dc:date>
    </item>
  </channel>
</rss>

