模板:EMB7521 Ethernet

来自ARM Wiki
Tangdapeng讨论 | 贡献2019年2月21日 (四) 10:39的版本 (创建页面,内容为“* '''查看设备''' ::* 查看所有设备列表 :::<syntaxhighlight lang="bash" line> ip link show | grep -i "fm1" </syntaxhighlight> 文件:emb7521_ip_link_sho...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
  • 查看设备
  • 查看所有设备列表
1 ip link show | grep -i "fm1"

Emb7521 ip link show.png


  • 使用
  • 动态IP
1 cat /etc/network/interfaces
2 allow-hotplug fm1-mac3
3 auto fm1-mac3
4 iface fm1-mac3 inet dhcp
动态IP
  • 静态IP
1 cat /etc/network/interfaces
2 allow-hotplug fm1-mac3
3 auto fm1-mac3
4 iface fm1-mac3 inet static
5 address 192.168.8.244
6 netmask 255.255.255.0
7 gateway 192.168.8.1
8 dns-nameservers 202.96.134.133
静态IP