标签: dhcp

  • linux dhcp

    自己记录下,这么几个命令敲了无数遍还错,shit~~~

    /etc/sysconfig/network-scripts/ifcfg-eth0
    DEVICE=eth0
    ONBOOT=yes
    BOOTPROTO=dhcp
    或者使用netconfig配置动态地址
    然后运行# service network restart