http://email.bislinks.com not working

13 posts / 0 new
Last post
#1 Mon, 07/14/2008 - 06:04
cejey

http://email.bislinks.com not working

none of my subdomains are working. This is what the browser returns: We did not find any results for email.bislinks.com.

i use virtualmin pro.

I also need help with setting up my own dns servers.

Mon, 07/14/2008 - 10:58
Joe
Joe's picture

How did you create the subdomain? Is it a sub-server account, or an alias? (Hopefully it's not a subdomain account type, as that has been deprecated and is hidden by default in systems installed with our install script. The sub-domain account type should never be used.)

When you look in the BIND module, is there an A record for the subdomain name?

Are there errors in the Apache error_log in /home/domain/logs? (Or in /home/domain/domains/subdomain/logs/error_log, if this is a sub-server account.)

--

Check out the forum guidelines!

Sun, 06/07/2009 - 07:26 (Reply to #2)
ronald
ronald's picture

I advise you to register your own nameservers at godaddy for your domain and let bind on your box do the work for you.

Assuming the box is called: hosting.bislinks.com (hostname)

point the main IP to the hostname of the server, hosting.bislinks.com at eth0 -> 24.121.62.19
then create 2 virtual interfaces on eth0 called eth0:1 (ns1.bislinks.com - 24.121.62.20) and eth0:2 (ns2.bislinks.com - 24.121.62.21)

In the BIND module - zone defaults, choose ns1.bislinks.com as the Default nameserver for master domains instead of using the hostname and add " ${DOM}. 38400 IN NS ns2.bislinks.com. " to the servers template - Bind dns domain-BIND DNS records for new domains.
Then in the zone file create A records for the ns records

All domains/servers created are shared on 24.121.62.19 and ask your ISP to make rDNS (PTR) for your hostname on that IP.

Give it 24 hrs to propagate and every domain + email should work out of the box

I check domains with http://intodns.com and http://www.squish.net/dnscheck/

you dont want cnames and your current mx record is not okay as it doesn't point to your hostname and there are no A records now for the ns records. Also you can save your time by making an A record at godaddy every time you create a domain

this is how I did it anyways

Wed, 07/16/2008 - 09:43 (Reply to #3)
ronald
ronald's picture

then call the machine ns1.bislinks.com (hostname) and use that as the first nameserver. even easier. create only eth0:1 and use that for ns2.bislinks.com Ask the ISP to make a rDNS (PTR) for ns1.bislinks.com

then eth0:2 for the 3rd IP for windows or if you have it a second interface (eth0:1).

Wed, 07/16/2008 - 09:47 (Reply to #4)
ronald
ronald's picture

here is an article about dual boot systems
http://www.linux.com/articles/113863

Mon, 07/14/2008 - 14:02
ronald
ronald's picture

<b>cejey wrote:</b>
<div class='quote'>I also need help with setting up my own dns servers.</div>
so you registered a domain name at godaddy and pointed the A record to your IP, which is at home probably behind a router of some sort?
And you have 1 static IP?

scenario 1 at godaddy's control panel:
To register your own nameservers, you will need 2 IP's. However perhaps godaddy will allow you to do the following (I did this with namecheap.com):

sv01.domain.com my.ip.goes.here
ns.domain.com same.ip.goes.here
This is by rule not allowed however the cpanel will take it and only 1 will be accepted as was my case at namecheap.

so now you have your sv01.domain.com pointed to your server and BIND on your machine can do the rest.

scenario 2 at godaddy's control panel:
Point all records to your IP
A, MX, PTR and so on.
Create A records for your machines nameservers
sv01.domain.com needs an A record.
If you create ns.domain.com and ns1.domain.com on your box then also for these you make A records at godaddy.

Now your box can be found through godaddy's nameservers and BIND on your machine will do the rest for all the other domains you create..

You can also register domains and use your local nameservers as you have A records for them at godaddy.
In all cases above your IP is your external IP.

Of course my answer may make no sense at all but you're not giving very much details about your setup.
It is difficult to give a proper answer if you keep secrets.

Also if you happen to be looking in a LAN environment then you'll need to add the IP and (complete) domain names in your hosts file on the computer where you are browsing with or use a proxy.

Wed, 07/16/2008 - 05:48
cejey

Joe: i did not see any errors related to email.bislinks.com

Ronald: I have 2 permanent ip addresses. I actually bought 3 ip addresses from the isp but the third one is not working on my current switch for reasons i dont know. i called the isp, they said it may be a cache problem.

Yes i register domains through godaddy and use their dns.

my ip for virtualmin is 24.121.62.19 and it is not behind any router. the other two are 24.121.62.20 and 24.121.62.21.

This is what i have on godaddy dns for bislinks.com

Total DNS: (Available)
ARecord @ 24.121.62.19
ARecord bislinks.com 24.121.62.19
CNAME ftp @
CNAME email @
CNAME hosting bislinks.com
MX @ bislinks.com

i have also created host records on godaddy:
ns1.bislinks.com 24.121.62.19
ns2.bislinks.com 24.121.62.20 (it was 19, but changed to 20 today)

Wed, 07/16/2008 - 05:55
cejey

Joe:
yes it is a subserver of bislinks.com
yes there is an Addres record for email.bislinks.com pointing to 24.121.62.19

now i have a new problem: i am unable to access bislinks.com but if i access through the ip 24.121.62.19 i get the content of bislinks.com. i am able to access other virtual servers served by the same box with their domain name. e.g. preachword.com

Wed, 07/16/2008 - 06:14
cejey

Well bislinks.com is working now.

hosting.bislinks.com was working which had a cname to bislinks.com instead of @, so i changed the cname on godaddy dns for email.bislinks.com from @ to bislinks.com. hopefully it will work too after an hour or so.

Wed, 07/16/2008 - 09:01
cejey

but i want to host windows on one(out of three) ip

Wed, 07/16/2008 - 12:03
cejey

no no not dual boot. i want to run windows server with on a seperate pc

Wed, 07/16/2008 - 12:42
cejey

no no i want to serve windows server on a seperate pc.

Fri, 06/26/2009 - 21:11
Francewhoa
Francewhoa's picture

Same here. I posted a solution that worked for me at: https://www.virtualmin.com/node/9546

Search for the comment posted on June 26, 2009 and titled "Solution - Edit sub-server template".

- - -
Senior Product Manager, and Co-Founder at Ubertus.org Inc.
Love back your Virtualmin & Webmin community

Topic locked