My server has friends

  • camperjohn
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 28, 2004
  • Posts: 1127
  • Loc: San Diego
  • Status: Offline

Post March 27th, 2010, 6:07 pm

My server has friends :-)

BUT, it isn't working yet. My old server had a wildcard DNS setting that isn't working on the new server. Basically, ANY domain pointing to the old ryd0.com server would show google ads (I have 4,100 domains). On the new server, the DNS wildcard isn't working for some reason.

Code: [ Select ]
named.conf
zone "." IN {
    type master;
    file "/var/named/parking.db";
};

parking.db
$TTL  604800
@   86400  IN   SOA   ns1.ryd0.com. john.mccarthy.net. (
               1     ; Serial
             604800     ; Refresh
             86400     ; Retry
            2419200     ; Expire
             604800 )    ; Negative Cache TTL

    IN   NS   .
*.   IN   A    204.15.192.194
  1. named.conf
  2. zone "." IN {
  3.     type master;
  4.     file "/var/named/parking.db";
  5. };
  6. parking.db
  7. $TTL  604800
  8. @   86400  IN   SOA   ns1.ryd0.com. john.mccarthy.net. (
  9.                1     ; Serial
  10.              604800     ; Refresh
  11.              86400     ; Retry
  12.             2419200     ; Expire
  13.              604800 )    ; Negative Cache TTL
  14.     IN   NS   .
  15. *.   IN   A    204.15.192.194


So all I need to do it figure out how to get the DNS server to work. But it IS installed and has lots of friends:

Image
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 27th, 2010, 6:07 pm

Post Information

  • Total Posts in this topic: 1 post
  • Users browsing this forum: No registered users and 45 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.