|
⇤ ← Revision 1 as of 2006-05-16 04:03:16
Size: 608
Comment:
|
Size: 606
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
