← Revision 13 as of 2003-01-25 12:05:38
Size: 1587
Comment: clean up ssmtp config
|
← Revision 14 as of 2003-01-25 13:26:09 →
Size: 1626
Comment: add note for status.html
|
Deletions are marked like this. | Additions are marked like this. |
Line 41: | Line 41: |
get or localize status page for nocat |
# configure a node remountrw set file /etc/hostname edit /etc/ssmtp/ssmtp.conf set hostname to <localhost>.personaltelco.net rewriteDomain should be <localhost>.personaltelco.net install /etc/passwd and /etc/shadow install /etc/sudoers depmod -a set password for root and ptp dpkg-reconfigure ssh use all defaults cd /var/tmp tar xzf /etc/var.tgz if resolv.conf needs to be updated cd /var/tmp tar xzf /etc/var.tgz edit var/tmp/var/local/etc/resolv.conf set up as appropriate for network config tar czf /etc/var/tgz edit /etc/network/interfaces configure network as appropriate edit /usr/local/nocat/nocat.conf set "LocalNetwork" to the wireless network get or localize splash pages for nocat get or localize status page for nocat edit /etc/hosts add entry for local host edit /etc/dhcpd.conf add backup dns servers edit /etc/snmp/snmpd.conf comment out "com2sec paranoid" uncomment "com2sec readonly" and change "public" to <secret key> set syslocation to local value set syscontact to "Special Ops Team <ops@personaltelco.net>" change "proc mountd" to "proc sshd" change "proc ntalkd 4" to "proc gateway" edit /etc/syslog.conf add to the end of the file # remote logging cron,user,kern,auth,authpriv.* @log.personaltelco.net # all messages of warning priorty and above *.warning @log.personaltelco.net reboot
--- BrianBeattie