Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - netmkd

Pages: [1]
1
MySQL / Re: Error message when restarting mysql
« on: December 30, 2014, 02:38:28 PM »
And I got the same error .

Warning: Error while sending SET_OPTION packet. PID=7308 in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 4
MySQL server has gone away
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php(1) : eval()'d code(1) : eval()'d code on line 4

http://postimg.org/image/hvhgi4td1/

2
DNS / EMAIL problem
« on: December 24, 2014, 07:51:08 AM »
MX Record IPs Have rDNS Records
None of your MX record IP addresses have corresponding reverse DNS entries (PTR records). If these MX records are used to send outgoing mail this will cause them to trip anti spam filters. Many SMTP servers will not accept mail from an IP with no reverse DNS.

How to FIX ???

3
DNS / Re: BIND wont start
« on: December 13, 2014, 11:51:26 AM »
Stopping named: [  OK  ]
Starting named:
Error in named configuration:
/etc/named.conf:62: unexpected end of input
[FAILED]
==========================================
/etc/named.conf
==========================================

// named.rfc1912.zones:
//
// Provided by Red Hat caching-nameserver package
//
// ISC BIND named zone configuration for zones recommended by
// RFC 1912 section 4.1 : any TLDs and address zones
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
zone "." IN {
   type hint;
   file "named.ca";
};

zone "localdomain" IN {
   type master;
   file "localdomain.zone";
   allow-update { none; };
};

zone "any" IN {
   type master;
   file "any.zone";
   allow-update { none; };
};

zone "0.0.127.in-addr.arpa" IN {
   type master;
   file "named.local";
   allow-update { none; };
};

zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
        type master;
   file "named.ip6.local";
   allow-update { none; };
};

zone "255.in-addr.arpa" IN {
   type master;
   file "named.broadcast";
   allow-update { none; };
};

zone "0.in-addr.arpa" IN {
   type master;
   file "named.zero";
   allow-update { none; };
};


// zone netmkd.com
zone "netmkd.com" {
                                   type master;
                                        file "/var/named/netmkd.com.db";};
// zone_end netmkd.com

// zone geunet.com
zone "geunet.com" {
                                   type master;
                                        file "/var/named/geunet.com.db";};
// zone_end geunet.com



How to FIX ???

Pages: [1]