设置开发板的IP

来源:互联网 发布:雾炮机 知乎 编辑:程序博客网 时间:2024/05/21 14:45
2、设置IP  /etc/network/interfaces
auto eth0
#iface eth0 inet dhcp
#iface eth1 inet dhcp
iface eth0 inet static
address 192.168.1.101
gateway 192.168.1.1
netmask 255.255.255.0
原创粉丝点击