This is a discussion on Re: DNS and sourceforge within the Bind Users forums, part of the DNS and Related Forums category; > Hi, > I registered my domain with Gandi and I would like to host it at > sourceforge. > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Hi, > I registered my domain with Gandi and I would like to host it at > sourceforge. > > The custom commands that I have set up in the custom DNS area in Gandi > are: > > @ 28800 IN A 66.35.250.210 > phpgrabcomics.org 28800 IN A 66.35.250.210 > www.phpgrabcomics.org 28800 IN CNAME vhost.sourceforge.net > cvs.phpgrabcomics.org 28800 IN CNAME cvs.sourceforge.net > > > phpgrabcomics.org is working, but not www.phpgrabcomics.org or > cvs.phpgrabcomics.org. > > Sourceforge documentation is at > http://sourceforge.net/docman/displa...oup_id=1#vhost > > and I think (I tried) to follow it. > > Any suggestion? > > Thanks in advance, > Andres Make the names absolute not relative. Mark ; <<>> DiG 8.3 <<>> dig cvs.phpgrabcomics.org.phpgrabcomics.org ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 33152 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0 ;; QUERY SECTION: ;; cvs.phpgrabcomics.org.phpgrabcomics.org, type = A, class = IN ;; ANSWER SECTION: cvs.phpgrabcomics.org.phpgrabcomics.org. 7h59m34s IN CNAME cvs.sourceforge.net.phpgrabcomics.org. ;; AUTHORITY SECTION: phpgrabcomics.org. 2h59m35s IN SOA ns7.gandi.net. hostmaster.gandi.net. ( 1117098785 ; serial 12H ; refresh 1H ; retry 1W ; expiry 12H ) ; minimum ;; Total query time: 0 msec ;; FROM: drugs.dv.isc.org to SERVER: 127.0.0.1 ;; WHEN: Wed Jun 1 09:03:05 2005 ;; MSG SIZE sent: 57 rcvd: 151 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org |
|
|||
|
Mark Andrews wrote:
> Make the names absolute not relative. > > Mark do you mean like this? @ 28800 IN A 66.35.250.210 phpgrabcomics.org 28800 IN A 66.35.250.210 www 28800 IN CNAME vhost.sourceforge.net cvs 28800 IN CNAME cvs.sourceforge.net Thanks, Andres |