ls -l /etc/named.conf
-rw-r--r-- 1 root named 723 Jul 28 22:49 /etc/named.conf

not changed: (i think the yum update replaced some libraries that are really BAD.. do a yum update (and don't say 'y') and see if it wants to update what it wanted to for me.

more /etc/named.conf
// WARNING: Name server configuration is a sipX automatically generated file. // Contents may be overwritten unless you change the mode to "Manual".
//          Available modes:
//          "Master"    - Master name server (on primary server).
//          "Slave"     - Slave named server (on distributed server).
//          "Caching"   - Caching only name server.
//          "Manual"    - Blocks future automatic updates.
// DNS_MODE="Caching"
//

options {
        directory "/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        forwarders {
                10.70.1.2;
                10.70.1.1;
        };
        forward only;
};





On 8/11/12 5:58 PM, Tony Graziano wrote:
ok...

I think the hosts file should say this. Then if it does, dig should refer to the hosts file first in order of preference instead of looking it up:

/etc/hosts
127.0.0.1 localhost.localdomain localhost
<ipaddress> <fqdn> <hostname>
(ex: 10.1.2.3 sipx.mydomain.com <http://sipx.mydomain.com> sipx

on my sipx system, /etc/resolv.conf:
search "sipdomain" (without quotes)
nameserver 127.0.0.1
nameserver 8.8.8.8
nameserver 8.8.4.4

my /var/named director has a localhost.zone file:

$TTL    86400
@               IN SOA  @       root (
42 ; serial (d. adams)
                                        3H              ; refresh
                                        15M             ; retry
                                        1W              ; expiry
                                        1D )            ; minimum

                IN NS           @
                IN A            127.0.0.1
                IN AAAA         ::1




On Sat, Aug 11, 2012 at 5:49 PM, Michael Scheidell <[email protected] <mailto:[email protected]>> wrote:


    /etc/hosts has not changed since 7/28:

    ls -l /etc/hosts
    -rw-r--r-- 2 root root 175 Jul 28 22:49 /etc/hosts

    neither has /etc/named.conf
    ls -lt named.conf
    -rw-r--r-- 1 root named 723 Jul 28 22:49 named.conf

    there is no localhost zone.

    ls -lt *zone*
    -rw-r----- 1 root named 955 Jul 31 00:18 named.rfc1912.zones
    [root@sip etc]# ls -lt *localhost*
    ls: *localhost*: No such file or directory
    [root@sip etc]#



    reboot gets me this and port 8443 no longer responds.

    sipxproc --state
    {"SIPStatus"=>"Running",

     "sipXrecording"=>"Running",
     "PresenceServer"=>"Disabled",
     "sipXivr"=>"Running",

     "SipXbridge"=>"Running",
     "SharedAppearanceAgent"=>"Running",
     "ACDServer"=>"Disabled",
     "sipXprovision"=>"Running",
     "PageServer"=>"Running",
     "ParkServer"=>"Running",
     "CallResolver-Agent"=>"Disabled",
     "ConfigAgent"=>"Disabled",
     "sipXimbot"=>"Disabled",
     "SipXrest"=>"Running",
     "SIPRegistrar"=>"Running",
     "SipXopenfire"=>"Disabled",
     "ResourceListServer"=>"Running",
     "CallResolver"=>"ConfigurationTestFailed",
     "sipXmrtg"=>"Running",
     "ConfigServer"=>"ConfigurationTestFailed",
     "sipXacccode"=>"Running",
     "FreeSWITCH"=>"Running",
     "SIPXProxy"=>"Running",
     "SipXrelay"=>"Running"}



    On 8/11/12 5:29 PM, Tony Graziano wrote:
    sipxproc --state

-- Michael Scheidell, CTO
    o: 561-999-5000
    d: 561-948-2259
    >*| *SECNAP Network Security Corporation

      * Best Mobile Solutions Product of 2011
      * Best Intrusion Prevention Product
      * Hot Company Finalist 2011
      * Best Email Security Product
      * Certified SNORT Integrator


    ------------------------------------------------------------------------
    This email has been scanned and certified safe by SpammerTrap®.
    For Information please see http://www.spammertrap.com/
    ------------------------------------------------------------------------


    _______________________________________________
    sipx-users mailing list
    [email protected] <mailto:[email protected]>
    List Archive: http://list.sipfoundry.org/archive/sipx-users/




--
~~~~~~~~~~~~~~~~~~
Tony Graziano, Manager
Telephone: 434.984.8430
sip: [email protected] <mailto:[email protected]>
Fax: 434.465.6833
~~~~~~~~~~~~~~~~~~
Linked-In Profile:
http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet Fax services!
~~~~~~~~~~~~~~~~~~

Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab 2013!
<http://sipxcolab2013.eventbrite.com/?discount=tony2013>


LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: [email protected] <mailto:[email protected]>

Helpdesk Customers: http://myhelp.myitdepartment.net <http://myhelp.myitdepartment.net>
Blog: http://blog.myitdepartment.net


_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
>*| *SECNAP Network Security Corporation

 * Best Mobile Solutions Product of 2011
 * Best Intrusion Prevention Product
 * Hot Company Finalist 2011
 * Best Email Security Product
 * Certified SNORT Integrator


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). For Information please see http://www.spammertrap.com/ ______________________________________________________________________
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to