This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Angelo, >Date: Tue, 12 Apr 2005 12:16:34 -1000 >From: "Alvarez, Angelo CIV NAVPACMETOCCEN JTWC" <address@hidden> >Organization: NAVPACMETOCCEN/JTWC >To: "Steve Emmerson" <address@hidden> >Subject: RE: 20050412: "Unable to receive" message in logfile The above message contained the following: > On oahu, the ldmd "Allow Entries" are as follows: > ############################################################################### > # Allow Entries > ############################################################################### > # > # Giving permission for a Data Sink to perform a request to your LDM > # > # allow <feedset> <hostname pattern> > # > # Giving permission to your own machine and Unidata > # > # Under no circumstances comment out the next allow entry to localhost > # The LDM will NOT start if the lines are commented out. > #allow ANY > # > ^((localhost|loopback)|(127\.0\.0\.1\.?$)|([a-z].*\.unidata\.ucar\.edu\.?$)) > #allow ANY atcfdb.npmoc.navy.mil > #allow ANY atcfdb > allow ANY 192.168.50. > # > > Does the localhost line need to be uncommented? Yes. You can replace the above "localhost" entry with the following: # Under no circumstances comment out the next allow entry to localhost # The LDM will NOT start if the entry is commented-out. allow ANY ^((localhost|loopback)|(127\.0\.0\.1\.?$)) # # Give permission to the Unidata Program Center allow ANY ^[a-z].*\.unidata\.ucar\.edu\.?$ Allowing the LDM on Oahu to talk to itself shouldn't be a security concern. We'll understand if you comment-out or remove the "unidata" entry. > v/r > angelo > > Angelo Alvarez > System Administrator > NAVPACMETOCCEN/JTWC > https://www.npmoc.navy.mil > email: address@hidden > phone: 808.471.3645 Regards, Steve Emmerson