To install BIND 9.8.2 We check ip address with static at eth0. if it doesn't we do it. # ln -s /etc/sysconfig/network-script/ifcfg-eth0 /root/eth0 # vi /root/eth0 DEVICE=eth0 HWADDR=00:0C:29:DE:55:10 TYPE=Ethernet ONBOOT=yes BOOTPROTO=static IPADDR=192.168.101.1 NETMASK=255.255.255.0 GATEWAY=192.168.101.254 # service network restart We do confirm to resolve name through ping. # ping www.yahoo.com -c 4 We install pack.. 더보기 이전 1 ··· 141 142 143 144 145 146 147 ··· 595 다음