Results 1 to 4 of 4
Hi,
How can i configure linux to assign many IP addresses for the same domain name and use this linux box as a DNS server for other clients?
also it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-08-2012 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 8
many IP for the same domain name
Hi,
How can i configure linux to assign many IP addresses for the same domain name and use this linux box as a DNS server for other clients?
also it is allowed to do it for local IPs (inside the network)?
- 02-09-2012 #2
Not enough information to post a detailed response, but it looks like a homework question, anyway. Not permitted here.
In case it's not, here's a generic answer. Google up some howtos on setting up bind/named. Assuming that last remark is an indication that you want to serve RFC1918 addresses behind a NAT boundary and publicly routable IPs in front of the NAT boundary, a key phrase for Googling that is "split DNS".
- 02-10-2012 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 8
Thank you for your reply.
My practical solution i intended to do is implementing load balancing between two SIP servers, so the SIP requests will divided between both servers.
so i need to make my local DNS server which sends the SIP request to the two servers in round robin technique.
anyway, i will continue googling.
Thanks
- 02-10-2012 #4
"round robin" is sort of a poor man's load balancing technique, and works pretty well if each "hit" represents a similar server load. What gets you in trouble with it is if some hits represent, say, complex database queries and others cause a lighter load. In which case, by chance one server may get overloaded in spite of serving the same number of hits. Round robin, IIRC, is the default handling of multiple A records by named.


Reply With Quote

