Jump to content

Search the Community

Showing results for tags 'dns'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (Dreamweaver, Zend, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 2 results

  1. i'm currently studying DNS and have run in to the following errors in my centos6 VM. this is the tut i'm following [tutorial][1] [root@server1 named]# sudo service named start Starting named: Error in named configuration: zone example.tv/IN: has no NS records zone example.tv/IN: not loaded due to errors. _default/example.tv/IN: bad zone rev.example.tv:1: unknown RR type '1.168.192.in-addr.arpa.' zone 1.168.192.in-addr.arpa/IN: loading from master file rev.example.tv failed: unknown class/type zone 1.168.192.in-addr.arpa/IN: not loaded due to errors. _default/1.168.192.in-addr.arpa/IN: unknown class/type zone localhost.localdomain/IN: loaded serial 0 zone localhost/IN: loaded serial 0 zone 1.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: loaded serial 0 zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0 zone 0.in-addr.arpa/IN: loaded serial 0 [FAILED] [root@server1 named]# here is my fwd.example.tv file: $ORIGIN example.tv. $TTL 86400 @ IN SOA server1.example.tv. root.example.tv. ( 2018021011;serial 3600; refresh 1800;retry 604800; expire 86400;min TTL ) @IN NS server1.example.tv. @IN NS server2.example.tv. server1 IN A 192.168.1.17 server2 IN A 192.168.1.20 ~ ~ here is my rev.example.tv file: @ORIGIN 1.168.192.in-addr.arpa. $TTL 86400 @ IN SOA server1.example.tv. root.example.tv.( 2018021011; serial 3600; refresh 1800;retry 604800; expire 86400; minimum TTL ) @IN NS server1.example.tv. @IN NS server2.example.tv. server1 A 192.168.1.17 server2 A 192.168.1.20 17 IN PTR server1.example.tv. 20 IN PTR server2.example.tv. ~ ~ here is my /etc/named.conf file: options { listen-on port 53 { 127.0.0.1; 192.168.1.17; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; memstatistics-file "/var/named/data/named_mem_stats.txt"; allow-query { localhost; 192.168.1.0/24; }; allow-transfer {localhost; 192.168.1.20; }; recursion yes; dnssec-enable yes; dnssec-validation yes; dnssec-lookaside auto; /* Path to ISC DLV key */ bindkeys-file "/etc/named.iscdlv.key"; managed-keys-directory "/var/named/dynamic"; }; logging { channel default_debug { file "data/named.run"; severity dynamic; }; }; zone "." IN { type hint; file "named.ca"; }; zone "example.tv" IN{ type master; file "fwd.example.tv"; allow-update {none;}; }; zone "1.168.192.in-addr.arpa" IN{ type master; file "rev.example.tv"; allow-update{none;}; }; include "/etc/named.rfc1912.zones"; include "/etc/named.root.key";
  2. Sorry if this is in the wrong section. I have a domain - www.thepizzacompany.co.uk - I changed the nameservers for it on 123 reg to my company's nameservers two days ago, but it hasn't come up with the files on our server yet. A wordpress website should be there. Has it been fully propagated yet or does it need more time? Or anymore input from me? Thanks in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.