<?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: Blocking specific IP's in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304848#M15707</link>
    <description>Does the workstation have a fixed IP ? Most use DHCP.</description>
    <pubDate>Wed, 12 Nov 2008 12:06:34 GMT</pubDate>
    <dc:creator>Thomas Ritter</dc:creator>
    <dc:date>2008-11-12T12:06:34Z</dc:date>
    <item>
      <title>Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304844#M15703</link>
      <description>Hi, We are trying to setup a block to a specific workstation in our office. blocking everything eg FTP, TELNET, SQLPLUS&lt;BR /&gt;what is the TCPIP commands to enable this?&lt;BR /&gt;many thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 11:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304844#M15703</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2008-11-12T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304845#M15704</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;which TCPIP stack are you using ?&lt;BR /&gt;&lt;BR /&gt;For HP TCP/IP, you can reject connections from specific host at the TCPIP service level, e.g.&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; set service ftp/reject=(specific-host-ip)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Nov 2008 11:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304845#M15704</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-11-12T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304846#M15705</link>
      <description>robert,&lt;BR /&gt;&lt;BR /&gt;  try this :-&lt;BR /&gt;$ tcpip&lt;BR /&gt;tcpip&amp;gt; disable serv ftp&lt;BR /&gt;tcpip&amp;gt; set serv ftp/reject=hosts=(nnn.nnn.nnn.nnn)&lt;BR /&gt;tcpip&amp;gt; enable serv ftp&lt;BR /&gt;&lt;BR /&gt;do for each service required&lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 11:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304846#M15705</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2008-11-12T11:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304847#M15706</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;sorry, Mark's example is correct, mine isn't. You need to specify /REJECT=HOST=xxx&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 12 Nov 2008 11:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304847#M15706</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2008-11-12T11:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304848#M15707</link>
      <description>Does the workstation have a fixed IP ? Most use DHCP.</description>
      <pubDate>Wed, 12 Nov 2008 12:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304848#M15707</guid>
      <dc:creator>Thomas Ritter</dc:creator>
      <dc:date>2008-11-12T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304849#M15708</link>
      <description>the station will have a fixed Ip i think&lt;BR /&gt;also any thing else required for specific Oracle9 connections using sqlplus strings at the dollar promt on the pc?</description>
      <pubDate>Wed, 12 Nov 2008 12:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304849#M15708</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2008-11-12T12:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304850#M15709</link>
      <description>I assume that all communications must be disabled.&lt;BR /&gt;&lt;BR /&gt;Then use set [conf] comm/reject=host=&lt;BR /&gt;(with conf after set when perm db must be modified).&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 12:57:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304850#M15709</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-11-12T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304851#M15710</link>
      <description>OpenVMS doesn't include a firewall, though the roadmap indicates that is planned. &lt;BR /&gt;&lt;BR /&gt;You can hack around that with various commands and such (and for specific IP hosts), but for lower-level IP traffic a decent consumer or "pro-sumer" grade firewall (or M0n0wall or Smoothwall) will likely work just fine for this task. &lt;BR /&gt;&lt;BR /&gt;As for what ports Oracle uses, check the Oracle documentation.  That stuff can vary, though most any vendor that needs IP ports will document that.  (Google with the site keyword (eg: site:oracle.com) can be very handy for finding this detail.)&lt;BR /&gt;&lt;BR /&gt;The other approach here is to use a VLAN construct.  Most mid-grade managed network switches can provide this capability, and this is ideal for isolating network traffic.  (Which reminds me: various managed network switches can also provide firewall capabilities.)&lt;BR /&gt;&lt;BR /&gt;Here's a more general write-up on using a firewall with OpenVMS, and why I recommend it to my customers:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/621" target="_blank"&gt;http://64.223.189.234/node/621&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Wed, 12 Nov 2008 12:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304851#M15710</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-11-12T12:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304852#M15711</link>
      <description>The solution I posted blocks all traffic, also Oracle.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 13 Nov 2008 11:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304852#M15711</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-11-13T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking specific IP's</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304853#M15712</link>
      <description>thanks all&lt;BR /&gt;all working well now</description>
      <pubDate>Thu, 13 Nov 2008 15:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/blocking-specific-ip-s/m-p/4304853#M15712</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2008-11-13T15:36:26Z</dc:date>
    </item>
  </channel>
</rss>

