Differences between revisions 15 and 17 (spanning 2 versions)
Revision 15 as of 2003-01-28 17:53:39
Size: 1670
Editor: dsl093-039-041
Comment:
Revision 17 as of 2003-03-21 10:14:06
Size: 1741
Editor: dsl093-039-041
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
To configure a BeWitched system you will need the following information:

* Host Name -

* Internet Address -

* Name Server -

* Gateway -
Line 2: Line 12:
version 0.2
Line 17: Line 29:
depmod -a
Line 27: Line 37:
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 /var/local/etc/resolv.conf
        set up as appropriate for network config
cp /var/local/etc/resolv.conf /etc/resolv.conf.default

To configure a BeWitched system you will need the following information:

* Host Name -

* Internet Address -

* Name Server -

* Gateway -

version 0.2

# 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

set password for root and ptp

dpkg-reconfigure ssh
        use all defaults

cd /var/tmp
tar xzf /etc/var.tgz


edit /var/local/etc/resolv.conf
        set up as appropriate for network config
cp /var/local/etc/resolv.conf /etc/resolv.conf.default

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
        make sure IP addresses are correct

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)