4/8 やったこと


▲ネットワークの設定を固定IPに変更して他のpcにつなぐ

vim /etc/sysconfig/network-scripts/ifcfg-eth0

特定のところを変更する(http://d.hatena.ne.jp/bojovs/20081020/1224429418)→DHCPを切るとネットがつながらなくなることに注意

/etc/sysconfig/network-scripts/ifup eth0

→アクティブ接続のパス::/org/freedesktop/NetworkManager/Activconection/q

service network restart

service iptables status

service iptables stop

chkconfig iptables off ←自動アップデートを防ぐ