[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need Help Configuring BBWin on DMZ



Hello;

I am trying to get BBWin installed on a box within a DMZ, my intention is to set this up so that the server pulls the data from the client.

My BBWin.cfg has this:

    <setting name="bbdisplay" value="127.0.0.1:1984" />
    <!-- <setting name="bbdisplay" value="yoursecondbbdisplay:port" />-->
    <!-- BB Pager Part -->
    <setting name="usepager" value="false" />
    <setting name="bbpager" value="127.0.0.1" />
    <setting name="pagerlevels" value="red yellow" /> --

I've tried various settings to the above, none allow me to telnet to localhost onto port 1984.  There is no firewall, yet, preventing me from doing so.  The windows agent has been started.


Somewhat related, although not yet at this step, are my servers settings, please see below.

My bb-hosts file will contain:
 
192.168.1.10  my-hostname  # nconn hobbitfetch pulldata

The host is not-pingable, but I do allow outbound port 1984 to it.

The only other changes I am adding are to hobbitlaunch.cfg on my server: 

  [hobbitfetch]
          # DISABLED  <-- Comment it
          ENVFILE /hobbit/server/etc/hobbitserver.cfg
          CMD $BBHOME/bin/hobbitfetch --server=172.10.1.10 --no-daemon
--pidfile=$BBSERVERLOGS/hobbitfetch.pid  <-- replace the IP by your Hobbit server one LOGFILE $BBSERVERLOGS/hobbitfetch.log 

FYI: My Xymon servers IP is 172.10.1.10

Thank you,

.vadim