By "pulling up pages", i did mean name resoultion.
Sorry
Hey, thanks for any help.
Terri
## named.conf - configuration for bind
#
# Generated automatically by bindconf, alchemist et al.
options {
directory "/var/named/";
};
zone "mydomain.com" {
type slave;
file "mydomain.com.zone";
masters {
222.111.99.111;
};
};
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "localhost" {
type master;
file "localhost.zone";
};