I guess the issue is my misunderstanding of basic DNS concepts:
this is the WordPress Settings Requirements (from
http://codex.wordpress.org/Create_A_Network)
"
* Giving WordPress its own directory will not work in WordPress 3.0 with multisite enabled. It interferes with the member blog lookup.
* You cannot create a network in the following cases:
o "WordPress address (URL)" is different from "Site address (URL)".
o "WordPress address (URL)" uses a port number other than ':80', ':443'.
* You cannot choose Sub-domain Install in the following cases:
o WordPress install is in a directory (not in document root).
o "WordPress address (URL)" is localhost.
o "WordPress address (URL)" is IP address such as 127.0.0.1.
"
my setup is the sandbox one presumably
I have the followings:
on 192.168.1.13 - desktop ubuntu lucid
on 192.168.1.10 - headless ubuntu karmic server
this is where I'd like to set the "notreal.com" wordpress multisite.
I'd like to create real-com0.notreal.com , real-com1.notreal.com, real-comX.notreal.com
I assumed creating a "notreal.com" virtual host would work but it does not, hence my attempt using the BIND9 solution