On Sun, 20 Nov 2011 13:32:45 +0000 luxInteg <[email protected]> wrote:
> Greetings > > Suppose I have two private IPv4-assigned networks with addresses > --network 1:- 10.255.255.y > --network 2:- 172.31.255.x > > can I configure bind (as per > http://www.linuxfromscratch.org/blfs/view/svn/server/bind.html ) > to do names resolutions for hosts in both subnets > and if so how so (i.e. would it be > a) a box with a single NIC ( and if so where would this be placed)? or > b) a box with two NIC's connected to two ethernet switches etc etc) > > advice would be much appreciated What sort of network are you talking about? is it hundreds of machines? I don't know about using bind to do this. I only have 4 or 5 computers so I give them static addresses and list them in /etc/hosts. andy@eccles:~$ cat /etc/hosts 127.0.0.1 localhost 192.168.1.1 router 192.168.1.2 kitchen 192.168.1.3 ravenholm 192.168.1.4 doughnut 192.168.1.5 eccles 192.168.1.6 hobbit 192.168.1.7 iron-oxide Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
