Differences between revisions 1 and 2
Revision 1 as of 2006-05-16 04:03:16
Size: 608
Editor: rowlf
Comment:
Revision 2 as of 2006-05-16 04:03:38
Size: 606
Editor: rowlf
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 Creative Internal DNS
 1.
Connect to {{{muppets.crecom.com.au}}}
 1. {{{su}}} to root
 1. {{{vi /home/named/var/named/zone/internal}}}
 1. Update date field on line 3 in the following format: YYYYMMDDHH
 1. Update appropriate DNS record
 1. Save {{{internal}}} , and quit to command line
 1. Execute the following commands
== 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

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)