[HCoop-Help] Need help with domtool configuration

ajju at hcoop.net ajju at hcoop.net
Fri Jan 9 17:14:20 EST 2009


I am trying to accomplish the following:

- Host the dns for my domain on HCOOP
- Host the actual website on a separate VPS which I control and for which
I have the IP address.
- Have the mail handled by yet another server.

I am using the following configuration to try to do this right now but
it's causing www.ridecell.com or ridecell.com to be redirected to another
website that I am hosting ON Hcoop.

ajju at mire:~/.domtool$ cat ridecell.com
dom "ridecell.com" with
  dnsDefault "207.192.72.86";
  dnsIP "www" "207.192.72.86";
  (* Add a mapping from wwww to IP 207.192.72.86 *)
  dnsMail 1 "smtp.secureserver.net";
  dnsWildcardIP "207.192.72.86"


Help please!


Further dig www.ridecell.com on mire leads to an hcoop IP address actually
showing up as an A record

ajju at mire:~/.domtool$ dig www.ridecell.com

; <<>> DiG 9.3.4-P1.1 <<>> www.ridecell.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23396
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.ridecell.com.              IN      A

;; ANSWER SECTION:
www.ridecell.com.       172800  IN      A       207.192.72.86
www.ridecell.com.       172800  IN      A       69.90.123.68

;; Query time: 4 msec
;; SERVER: 127.0.0.2#53(127.0.0.2)
;; WHEN: Fri Jan  9 17:13:12 2009
;; MSG SIZE  rcvd: 66

ajju at mire:~/.domtool$






More information about the HCoop-Help mailing list