[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bind question
On Sat, 5 Jun 1999, Prasad Nuli wrote:
| I am planning on installing bind/dns on my machine. I have 4 host names
| such as
| ns1.swathi.net
| ns2.swathi.net
| ns1.nuli.net
| ns2.nuli.net
|
| that I want to build. Can I put all 4 of the above on one single machine
| running OpenBSD or do I have to have 4 seperate machines for 4 name servers.
| These servers will have very little load, and these are experimental hosts
| and I dont have to worry about the commercial use or commercial load.
|
| So can I use one physical machine with 4 static Ip's bound to one network
| card for putting all the 4 name servers ?
Yes
ifconfig card0 alias 1.2.3.4 netmask 255.255.255.255
ifconfig card0 alias 1.2.3.5 netmask 255.255.255.255
...