# ssh-keygen -t dsa
# ssh-copy-id remote_username@remote_host.com
# ssh-copy-id -i ~/.ssh/id_dsa.pub remote_username@remote_host.com
# ssh-keygen -t dsa
# ssh-copy-id remote_username@remote_host.com
# ssh-copy-id -i ~/.ssh/id_dsa.pub remote_username@remote_host.com
acl all src 0.0.0.0/0.0.0.0
no_cache deny all
acl all src 0.0.0.0/0.0.0.0
no_cache deny all
トラフィックの監視は MRTG を使う。Ubuntu の場合は、とりあえず以下のパッケージをインストールしておけばよいと思う。
# apt-get install mrtg
# apt-get install mrtg-contrib
# apt-get install mrtg-ping-probe
# apt-get install mrtg-rrd
# apt-get install mrtgutils
# apt-get snmp
# apt-get install apache2
設定のポイントは、1. /etc/mrtg.cfg の作成、2. index.html の作成、3. snmpd.conf の修正の 3つ。
トラフィックの監視は MRTG を使う。Ubuntu の場合は、とりあえず以下のパッケージをインストールしておけばよいと思う。
# apt-get install mrtg
# apt-get install mrtg-contrib
# apt-get install mrtg-ping-probe
# apt-get install mrtg-rrd
# apt-get install mrtgutils
# apt-get snmp
# apt-get install apache2
設定のポイントは、1. /etc/mrtg.cfg の作成、2. index.html の作成、3. snmpd.conf の修正の 3つ。