lith
05-04-2001, 10:18 PM
Hello, does anyone know the bind entry to make every subdomain except the ones already defined point to 1 ip address??
![]() | View Full Version : All possible subdomains to 1 ip?? lith 05-04-2001, 10:18 PM Hello, does anyone know the bind entry to make every subdomain except the ones already defined point to 1 ip address?? mozd3v 05-05-2001, 10:54 AM Hey Buddy, You need to add: -- *.yourdomain.com IN A 127.0.0.1 -- Where 'yourdomain' is your domain name (du :) ) and 127.0.0.1 is your server's IP number. Caio, moz. lith 05-05-2001, 11:09 AM thanks :) mozd3v 05-05-2001, 11:20 AM Your welcome... I hope your using BIND 9.1 lith 05-05-2001, 11:24 AM [root@stormdata /root]# /usr/local/sbin/named -v BIND 9.1.1 [root@stormdata /root]# yup =) mozd3v 05-05-2001, 11:29 AM Good good. You'd be surprised how many people I know who have installed a BSD recently with an 8.x BIND distro and not updated. Haha. BIG mistake++ lith 05-05-2001, 11:35 AM haha ya...many exploits out for 8.X. mozd3v 05-05-2001, 11:47 AM Yes... for sure. Its ALWAYS smart to research existing/new exploits before migrating to a new Server Operating System. Some of the largest IT mistakes have been made BECAUSE someone hasn't put the time in the research. ... :cartman: |