Differences between revisions 2 and 3
Revision 2 as of 2006-05-16 04:03:38
Size: 606
Editor: rowlf
Comment:
Revision 3 as of 2006-05-16 04:04:28
Size: 604
Editor: rowlf
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 *  {{{su}}} to root
 *  {{{vi /home/named/var/named/zone/internal}}}
 * {{{su}}} to root
 * {{{vi /home/named/var/named/zone/internal}}}

Creative Internal DNS

  • Connect to muppets.crecom.com.au

  • su to root

  • vi /home/named/var/named/zone/internal

  • Update date field on line 3 in the following format: YYYYMMDDHH
  • Update appropriate DNS record
  • Save internal , and quit to command line

  • Execute the following commands

 /etc/init.d/named restart

Which will perform the following functions automatically:

 /etc/init.d/named-vpn stop
 /etc/init.d/named-internal stop
 /etc/init.d/named-external restart
 /etc/init.d/named-internal start
 /etc/init.d/named-vpn start

DNS (last edited 2022-08-29 06:33:21 by 110-174-147-10)