Home » コンテンツ » WEB環境構築 » 玄箱HGにdebian Linux » まずはdebian化
<変更前>
address 192.168.0.100
network 192.168.0.0
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
<変更後>
address 192.168.1.200
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.0
/mnt/etc/hosts
<変更前>
192.168.0.100 KURO-BOX
<変更後>
192.168.1.200 KURO-BOX
/mnt/etc/hosts.allow
<変更前>
ALL : 192.168.0.0/255.255.255.0
<変更後>
ALL : 192.168.1.0/255.255.255.0
/mnt/etc/resolv.conf
<変更前>
nameserver 192.168.0.1
<変更後>
nameserver 192.168.1.0
(7) EM モードから復帰
echo -n 'OKOK' > /dev/fl3
reboot
以上でまずはデビアン化終了です。