Differences between revisions 10 and 11
Revision 10 as of 2003-01-24 23:57:22
Size: 1490
Editor: dsl093-039-041
Comment: update after PCS install
Revision 11 as of 2003-01-25 00:05:27
Size: 1532
Editor: dsl093-039-041
Comment: more updates for PCS install
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
get or localize splash pages for nocat

# configure a node

remountrw

set file /etc/hostname

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

edit /etc/hosts
        add entry for local host

edit /etc/dhcpd.conf
        add backup dns servers

edit /etc/ssmtp/ssmtp.conf
        rewriteDomain should be
                <localhost>.personaltelco.net

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


[CategoryBeWitched]

ConfigureBeWitched (last edited 2007-11-23 18:00:43 by localhost)