
DNS Server.. multiple IP's
hello,
My ISP gave me more than one IP address... I run a website on my linux
box. My problem is that my webserver's (the linux box) IP keeps
hopping from one IP to the other (since I have 2 IP's)... and I have
my dns set up to work for only 1 ip at a time (see below):
$TTL 3D
@ IN SOA thesparticusarena.com.
root.thesparticusarena.com. (
200208076 ; serial, todays date + todays
serial #
8H ; refresh, seconds
2H ; retry, seconds
4W ; expire, seconds
1D ) ; minimum, seconds
NS ns1.thesparticusarena.com.
TXT "The Sparticus Arena"
localhost A 127.0.0.1
thesparticusarena.com. A 168.145.122.25
www A 168.145.122.25
I'm not sure if it's set up right... but it knows my websites ip is
168.145.122.25 (not my real IP.. for exampel only)... How can I change
this so that either Ip address I have both point to the same place?
(my linux box)? Do I have to run 2 different dns'?
I hope this make some sense... thanx for any help you can give
-Ryan Ritten