Hey folks,
the recent thread on "machine access by hostname" reminded me that I'd been intending to setup some form of DNS so that I could access my server in the DMZ by hostname. I've searched around and done a pretty good of confusing myself since this is all pretty new to me, so I'm wondering if someone has some pointers to resources on how to set this up that are relatively straightforward.
thanks,
Arif
Here's how I did it with tinydns
I call the dns network by the same name as the private network and it works.
in /etc/tinydns-private/root/data
.private.network::localhost .1.168.192.in-addr.arpa::localhost =hanroute.private.network:192.168.1.254 =machine1.private.network:192.168.1.1 =machine 2.private.network:192.168.1.2
.dmz.network::localhost .2.168.192.in-addr.arpa::localhost =dmzmachine.private.network:192.168.2.7
If I called the machine dmzmachine.dmz.network it didn't work. Perhaps it is not the best way or even the right way to do this - but it works for me.
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html