Im hosting my own webspace, how do i wildcard my DNS?

It's not difficult to install myLounge Redirection, but sometimes it's quite tricky. Post your questions in here.

Moderator: Scooby

zone

Postby femme » Wed Apr 30, 2003 8:38 am

heres the zone

following is my DNS zone file


; Modified by Web Host Manager
; Zone File for sgblogs.com

Domain / TTL / Record / Type

sgblogs.com. 14400 IN NS ns1.sonicrealm.com.

sgblogs.com. 14400 IN NS ns2.sonicrealm.com.

sgblogs.com. 14400 IN A 202.91.41.250

localhost.sgblogs.com. 14400 IN A 127.0.0.1

sgblogs.com. 14400 IN MX 0 sgblogs.com

mail 14400 IN CNAME sgblogs.com.

www 14400 IN CNAME sgblogs.com.

ftp 14400 IN A 202.91.41.250

*.sgblogs.com. 14400 IN A 202.91.41.250


The script is at http://www.sgblogs.com/myred
femme
 

Postby Bizzar » Wed Apr 30, 2003 2:32 pm

Here you go...

Actual DNS Host file...

Code: Select all
$TTL 38400
@      IN   SOA   ns1.sonicrealm.com. Denise@YourEmail.com. (
         2003043001
         10800
         3600
         432000
         38400 )
      IN   NS   ns1.sonicrealm.com.
      IN   MX   10 mail.sgblogs.com.
*.sgblogs.com   IN   A   202.91.41.250


How I think your settings should be... (for your webhosting software)

Code: Select all
@      14400   IN   NS   ns1.sonicrealm.com.
@      14400   IN   MX   10 mail.sgblogs.com.
*.sgblogs.com   14400   IN   A   202.91.41.250


Mail.sgblogs.com, www.sgblogs.com, and ftp.sgblogs.com will all forward to the same server. Subdomains, *.sgblogs.com, will go to the same server. The ftp service will just connect through a different port (21) than the standard web stuff. Same with the mail stuff. 1 wrong setting, and that's where the dns will stop and error out. Try this.

What's going on here... You probably need a second @ line for the ns2 stuff, but I let's just try to get 1 working first. Localhost doesn't need to be defined, it's in the hosts file. MX records, us a priority of 10. Don't matter, your probably not running multiple servers, so it can't hurt.
Code: Select all
Bizzar
Member
Member
 
Posts: 43
Joined: Tue Jan 14, 2003 3:28 pm
Location: Pennsylvania, USA!

Postby Bizzar » Wed Apr 30, 2003 2:35 pm

I emailed my txt file to you... might be easier to read than here :)
Bizzar
Member
Member
 
Posts: 43
Joined: Tue Jan 14, 2003 3:28 pm
Location: Pennsylvania, USA!

Postby femme » Sat May 03, 2003 10:52 am

the whole site says bad gateway,
femme
 

Postby marko » Fri Jul 11, 2003 3:58 pm

Hi there,

how can i get my DNS zone file from my website?
Please help me i have some question about the wildcard DNS in order to install the redirect application by mylounge.

Thanks
Marco :roll:
marko
 

Postby Fred » Wed Jul 30, 2003 5:20 pm

; Modified by Web Host Manager

; Zone File for vmoz.com

@ 14400 IN SOA ns1.b12.org. admin.b12.org. (

1058914609

28800

7200

3600000

86400

)



vmoz.com. 14400 IN NS ns1.b12.org.

vmoz.com. 14400 IN NS ns2.b12.org.

vmoz.com. 14400 IN A 66.135.33.201



localhost.vmoz.com. 14400 IN A 127.0.0.1



vmoz.com. 14400 IN MX 0 vmoz.com.



mail 14400 IN CNAME vmoz.com.

www 14400 IN CNAME vmoz.com.

ftp 14400 IN A 66.135.33.201

* 14400 IN A 66.135.33.201


Ok, whats wrong there. I get redirected to the Apache Page. http://fred.vmoz.com/. I also tried

* 14400 IN CNAME vmoz.com.
Fred
 

Postby Fred » Wed Jul 30, 2003 5:26 pm

Please e-mail me at fred@hiyacorp.com if you know the problem.
Fred
 

Previous

Return to Support

Who is online

Users browsing this forum: No registered users and 20 guests

cron