bonjour,
quand tu fais 'dig tondomaine.fr ns' ça te retourne quoi? par exemple:
Code :
- dig hardware.fr ns
- ; <<>> DiG 9.7.0-P1 <<>> hardware.fr ns
- ;; global options: +cmd
- ;; Got answer:
- ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44021
- ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
- ;; QUESTION SECTION:
- ;hardware.fr. IN NS
- ;; ANSWER SECTION:
- hardware.fr. 28067 IN NS ns0.tgv.net.
- hardware.fr. 28067 IN NS ns1.tgv.net.
- ;; ADDITIONAL SECTION:
- ns1.tgv.net. 83612 IN A 83.243.20.50
- ns0.tgv.net. 83612 IN A 80.65.232.20
- ;; Query time: 66 msec
- ;; SERVER: 192.168.1.1#53(192.168.1.1)
- ;; WHEN: Sat Jul 10 00:39:14 2010
- ;; MSG SIZE rcvd: 104
|
on peut voir que les DNS qui gèrent la zone hardware.fr sont:
Code :
- ns1.tgv.net. 83612 IN A 83.243.20.50
- ns0.tgv.net. 83612 IN A 80.65.232.20
|
donc dans ton cas il faut que les DNS de ton domaine
Code :
- dig tondomaine.fr ns
|
est un enregistrement pour ton hote ftp.tondomaine.fr.
Si tes DNS sont chez 1and1.fr je pense que tu px lire ça => http://faq.1and1.fr/domaines/modification/5.html
donc tu crées un enregistrement ftp qui pointe sur ta freebox.
voila! c'est bon ?