[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] "wildcards" enabled in the DNS
- Subject: Re: [cobalt-users] "wildcards" enabled in the DNS
- From: Cmopollux@xxxxxxx
- Date: Sat Aug 26 10:45:20 2000
Hi, Here is what I did-
su root
cd /etc/named
ls
touch pri.domain.com.include
pico pri.domain.com.include
# Add this line in pri.domain.com.include
*.domain.com. in cname wherever.com.
# then restart DNS
/etc/rc.d/init.d/named restart
pico pri.domain.com
# make sure a line was added that looks like this-
# $INCLUDE pri.domain.com.include
# If you don't see that then go to Web Based GUI and click on "Control Panel
> DNS Parameters" then click "Save Changes To DNS Server then Click "Save
Changes" at the bottom of the main control Panel Screen.
Then whatever.domain.com will go to wherever.com.
Hope this helps,
Chris