multiple domains

Paul Guba paulguba at comcast.net
Wed Oct 9 16:00:24 UTC 2002



Well here is what I am trying to do.  I have a internal Bind set up for 
my small network.  It works fine.  I serve a couple of websites various 
domains they are handled by out side name servers refering to my IP 
address.  I can however only connect to one domain.

$TTL 3h
thecolorgeek.com. IN SOA waterwitch.thecolorgeek.com. 
thegeek.waterwitch.thecolo
rgeek.com. (
                 1       ; Serial
                 3h      ; refresh after 3 hours
                 1h      ; retry after 1 hour
                 1w      ; expire after 1 week
                 1h )    ; Negative caching TTL of 1 hour
;
;Name servers
;
thecolorgeek.com. IN NS waterwitch.thecolorgeek.com.
;
;Addresses for canonical names
;
localhost.thecolorgeek.com.       IN A    127.0.0.1
router.thecolorgeek.com.            IN A    192.168.2.1
navasink.thecolorgeek.com.        IN A    192.168.2.2
waterwitch.thecolorgeek.com.     IN A    192.168.2.3
thecolorgeek.com.                       IN A    192.168.2.3
seagull.thecolorgeek.com.           IN A    192.168.2.4
osprey.thecolorgeek.com.           IN A    192.168.2.5
;
;
;aliases
www.thecolorgeek.com.    IN CNAME waterwitch.thecolorgeek.com.
www.gubavision.com.        IN CNAME waterwitch.thecolorgeek.com.
;
;



More information about the bind-users mailing list