lpglycerine
Programmer
- Oct 23, 2008
- 4
Hi,
I'm completely new to hosting a DNS server and was hoping I wouldn't have to but was told I might need to...
I'm trying to get my Apache server to be able to connect to its own IP address (instead of 192.168.x.x or localhost or 127.0.0.1). I need/want to be able to do this because I am running a Shoutcast server and Wowza server and basically Wowza needs to use the 'real ip address' to connect to the Shoutcast server and since they're on the same computer, it can't see the Shoutcast server.
Sooooooo.... I looked up DNS servers, found BIND 9, and found a tutorial for getting it up and running on Windows XP. I however have no idea what I'm doing with it. For example, the file db.yourdomain.com.txt...
$TTL 6h
@ IN SOA your-nameserver.yourdomain.com. hostmaster.yourdomain.com. (
2005022201
10800
3600
604800
86400 )
@ NS your-nameserver.yourdomain.com.
your-nameserver IN A 192.168.160.53
What would I replace your-nameserver.yourdomain.com with?
What would I replace hostmaster.yourdomain.com with?
What would I replace your-nameserver IN A 192.168.160.53 with?
Like I said I just want to be able to connect to my own ip address with my computer, I didn't think this would be so difficult. Any help please?
I'm completely new to hosting a DNS server and was hoping I wouldn't have to but was told I might need to...
I'm trying to get my Apache server to be able to connect to its own IP address (instead of 192.168.x.x or localhost or 127.0.0.1). I need/want to be able to do this because I am running a Shoutcast server and Wowza server and basically Wowza needs to use the 'real ip address' to connect to the Shoutcast server and since they're on the same computer, it can't see the Shoutcast server.
Sooooooo.... I looked up DNS servers, found BIND 9, and found a tutorial for getting it up and running on Windows XP. I however have no idea what I'm doing with it. For example, the file db.yourdomain.com.txt...
$TTL 6h
@ IN SOA your-nameserver.yourdomain.com. hostmaster.yourdomain.com. (
2005022201
10800
3600
604800
86400 )
@ NS your-nameserver.yourdomain.com.
your-nameserver IN A 192.168.160.53
What would I replace your-nameserver.yourdomain.com with?
What would I replace hostmaster.yourdomain.com with?
What would I replace your-nameserver IN A 192.168.160.53 with?
Like I said I just want to be able to connect to my own ip address with my computer, I didn't think this would be so difficult. Any help please?