明远智睿技术论坛

 找回密码
 立即注册
搜索
查看: 3885|回复: 3
打印 上一主题 下一主题

imx6ul 配置静态ip

[复制链接]

1

主题

2

帖子

21

积分

新手上路

Rank: 1

积分
21
跳转到指定楼层
楼主
发表于 2017-3-28 17:18:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

配置如图,但是无效。按照这个配置,网线断掉,再插上,仍然是会获取动态ip,
不知哪里不对?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

36

主题

745

帖子

2872

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
2872
沙发
发表于 2017-3-28 17:42:04 | 只看该作者
cat /etc/network/interfaces
# Wired or wireless interfaces
# auto eth0
# iface eth0 inet dhcp
# iface eth1 inet dhcp

auto eth0
iface eth0 inet static
        address 192.168.18.81
        netmask 255.255.255.0
回复 支持 反对

使用道具 举报

36

主题

745

帖子

2872

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
2872
板凳
发表于 2017-3-29 09:39:27 | 只看该作者
root@myimx6ek336:/# cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# Wireless interfaces
iface wlan0 inet dhcp
        wireless_mode managed
        wireless_essid any
        wpa-driver wext
        wpa-conf /etc/wpa_supplicant.conf

iface atml0 inet dhcp

# Wired or wireless interfaces
# auto eth0
# iface eth0 inet dhcp
# iface eth1 inet dhcp

# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
iface usb0 inet static
        address 192.168.7.2
        netmask 255.255.255.0
        network 192.168.7.0
        gateway 192.168.7.1

# Bluetooth networking
iface bnep0 inet dhcp

auto eth0
iface eth0 inet static
        address 192.168.18.81
        netmask 255.255.255.0

root@myimx6ek336:/# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 1C:87:76:51:61:1E  
          inet addr:192.168.18.81  Bcast:192.168.18.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
回复 支持 反对

使用道具 举报

36

主题

745

帖子

2872

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
2872
地板
发表于 2017-3-29 09:43:23 | 只看该作者
USB识别为网口的方法:(加载完记得配置IP)
modprobe g_ether
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|明远智睿  

GMT+8, 2024-5-3 17:22 , Processed in 0.061793 second(s), 24 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表