<?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: Bastille Setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868101#M747752</link>
    <description>or, you configure bastille on another (similar) system and do the batch mode (-b option) configuration in the DMZ zone.&lt;BR /&gt;&lt;BR /&gt;Simple and secure,&lt;BR /&gt;Gratien</description>
    <pubDate>Fri, 29 Oct 2004 08:16:33 GMT</pubDate>
    <dc:creator>Gratien D'haese_2</dc:creator>
    <dc:date>2004-10-29T08:16:33Z</dc:date>
    <item>
      <title>Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868099#M747750</link>
      <description>I have installed Bastille on our WEB servers within our DMZ. This is preventing me from doing the required Xwindow session to my workstation to run the configuration.&lt;BR /&gt;&lt;BR /&gt;Is there any way to do this via command line ?&lt;BR /&gt;&lt;BR /&gt;# perl          D.5.8.0.B      Perl Programming Language&lt;BR /&gt;  perl.Perl5    D.5.8.0.B      Perl for HP-UX           &lt;BR /&gt;# Bastille                      B.02.01.01     HP-UX Security Hardening Tool&lt;BR /&gt;  Bastille.BASTILLE             B.02.01.01     HP-UX Security Hardening Tool&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2004 07:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868099#M747750</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-10-29T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868100#M747751</link>
      <description>No, you need X windows access to run Bastille.&lt;BR /&gt;&lt;BR /&gt;It says so in the documentation.&lt;BR /&gt;&lt;BR /&gt;I would suggest you configure a laptop with X emulation and plug it into the DMZ. If the HP-9000 server has a graphics card and monitor, you can run cde at the console and do it right on the server.&lt;BR /&gt;&lt;BR /&gt;Alternatively, you can have the necessary ports openned on the firewall only to and from the IP address you normally run your X emmulation software on.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 29 Oct 2004 08:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868100#M747751</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-29T08:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868101#M747752</link>
      <description>or, you configure bastille on another (similar) system and do the batch mode (-b option) configuration in the DMZ zone.&lt;BR /&gt;&lt;BR /&gt;Simple and secure,&lt;BR /&gt;Gratien</description>
      <pubDate>Fri, 29 Oct 2004 08:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868101#M747752</guid>
      <dc:creator>Gratien D'haese_2</dc:creator>
      <dc:date>2004-10-29T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868102#M747753</link>
      <description>Presumably your web servers have ssh installed, and you can ssh to them from your private LAN?&lt;BR /&gt;&lt;BR /&gt;If so then you can configure ssh to tunnel the X-windows traffic back to your local X workstation.&lt;BR /&gt;&lt;BR /&gt;Assuming your web server is not running an X server, the following procedure will work.&lt;BR /&gt;&lt;BR /&gt;From the X Workstation: -&lt;BR /&gt;&lt;BR /&gt;xhost +&lt;BR /&gt;ssh webserver1 -R 6000:localhost:6000&lt;BR /&gt;(authenticate yourself)&lt;BR /&gt;export DISPLAY=localhost:0&lt;BR /&gt;bastille&lt;BR /&gt;&lt;BR /&gt;This will setup a tunnel, via your ssh connection, that will redirect all port 6000 traffic on the webserver to port 6000 on your workstation.  Therefore DISPLAY=localhost:0 indirectly sends the X traffic to your workstation.&lt;BR /&gt;&lt;BR /&gt;If the web server already uses port 6000 for an XWindows head, you can use a different port, eg: -&lt;BR /&gt;&lt;BR /&gt;ssh webserver1 -R 6001:localhost:6000&lt;BR /&gt;(authenticate)&lt;BR /&gt;export DISPLAY=localhost:1&lt;BR /&gt;&lt;BR /&gt;etc.</description>
      <pubDate>Fri, 29 Oct 2004 08:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868102#M747753</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2004-10-29T08:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868103#M747754</link>
      <description>There are other options too:&lt;BR /&gt;&lt;BR /&gt;1. X11Forwarding is recommended if you want to run the GUI on a remote server.&lt;BR /&gt;&lt;BR /&gt;ssh -X root@server&lt;BR /&gt;&lt;BR /&gt;2. The --os option may be used to create a "full" config for a given OS.  This lessens the need to have a "similar" non-DMZ server, and you can copy the config out there and apply it with bastille -b.  Although the Linux package is not supported by HP, this option can even be used on Linux to create an HP-UX config that can then be&lt;BR /&gt;copied over to your server.&lt;BR /&gt;&lt;BR /&gt;3. It is possible to tweak the config manually using an editor.  However, I highly recommend creating your first config with the GUI.  The explanations of the question are intended to be educational and help you understand the tradeoffs that you are making.&lt;BR /&gt;&lt;BR /&gt;Check out &lt;BR /&gt;/opt/sec_mgmt/bastille/docs/user_guide.txt &lt;BR /&gt;for some more details.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Keith</description>
      <pubDate>Mon, 01 Nov 2004 13:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868103#M747754</guid>
      <dc:creator>Keith Buck</dc:creator>
      <dc:date>2004-11-01T13:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bastille Setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868104#M747755</link>
      <description>Thanks</description>
      <pubDate>Tue, 02 Nov 2004 10:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bastille-setup/m-p/4868104#M747755</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-02T10:42:10Z</dc:date>
    </item>
  </channel>
</rss>

