On Friday 11 January 2002 07:09 pm, eric wrote: > Dear linux user: > > about how to binding ip and domain name, I mean I have 12.34.56.78 's > static ip, I can see test webpage by type in url as http://12.34.56.78, > and I also register a domain name , like linuxspice.com , so I put the > server name at apache config file as www.linuxspice.com, the other is > default, but I can not see my site(that test page) by > http://www.linuxspice.com, > > should I change /etc/resolv.conf > domain centurytel.net to linuxspice.com? >
If you just want to see it YOURSELF, put it in /etc/hosts 12.34.56.78. linuxspice.com 12.34.56.78. www.linuxspice.com If you want the REST of the world to see it you need some DNS records. linuxspice.com. IN A 12.34.56.78 www IN A 12.34.56.78 ftp IN A 12.34.56.78 smtp IN A 12.34.56.78 pop IN A 12.34.56.78 pop IN MX 10 linuxspice.com. smtp IN MX 10 linuxspice.com. put these in the zone file for linuxspice.com at NS1.DOTSAWAY.COM Good project, since you have a static IP do your own DNS. -- Gerald -- Registered Linux User 255245 Register at http://counter.li.org
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
