1.配置文件路径/etc/network/interfaces
root@ELF1:~# vi /etc/network/interfaces
例如修改eth0静态IP为192.168.2.232:
# Wired or wireless interfaces
auto eth0
#iface eth0 inet dhcp
#iface eth1 inet dhcp
iface eth0 inet static
        address 192.168.2.232
        netmask 255.255.255.0
        gateway 192.168.2.1
       hwaddress ether aa:cc:dd:ee:ff:dd
图片1.png
2.设置DNS
root@ELF1:~# vi /etc/rc.local
添加如下命令:
echo "nameserver 8.8.8.8" >/etc/resolv.conf
图片2.png
3.重启network服务
root@ELF1:~# /etc/init.d/networking restart
4.上网测试
root@ELF1:~# ping www.elfboard.com
图片3.png
数据返回正常可上外网。
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Powered by Discuz! X3.5  © 2001-2013 Comsenz Inc.