2008年4月12日土曜日

インストール後の初期設定 1

インストール後の初期設定

Ubuntu Gusty Gibbon 7.10
VMware

******************************

IPADDRESS 192.168.1.2
GATEWAY 192.168.1.1
DNS Server 202.248.37.74
DNS Server 202.248.20.133
hostname hogehoge
上記の条件で 設定する

******************************

外部につながるネットワークカードを調べる
$ifconfig

IPADDRESS と GATEWAY を設定する
#vi /etc/network/interfaces

iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0

DNS Server を設定する
#vi /etc/resolv.conf

nameserver 202.248.37.74
nameserver 202.248.20.133


/etc/hosts
127.0.0.1 hogehoge

/etc/hostname
hogehoge

shutdown して bootする
reboot では 更新されない可能性がある

0 コメント: