zoukankan      html  css  js  c++  java
  • 【原创】server 10.192.242.184 not responding, still trying

        在arm开发板上mount文件系统的时候一直报错,在网上查了一下,大部分都说是因为UDP丢包严重导致,尝试之后也没有解决问题。

        最后发现是arm开发板与其他人的板子ip冲突==

        1.用arp -a查看IP与对应的MAC,发现mac地址与自己的开发板的mac地址不一致,初步怀疑是IP冲突

        ftsummerer@ftsummerer:/usr/share/python/ns$ arp -a
        udp161248uds.ap.freescale.net (10.192.242.124) at 00:01:03:03:03:29 [ether] on eth0
        gateway-10-192-242.ap.freescale.net (10.192.242.254) at 00:00:0c:07:ac:66 [ether] on eth0
        imx6qdlsolo-010192242252.ap.freescale.net (10.192.242.252) at 6c:fa:89:5b:5e:cd [ether] on eth0
        2.拔掉开发板电源,ping 10.192.242.252 ,发现网络是通的,基本可以断定是IP冲突。

  • 相关阅读:
    多表关联查询_resultMap_集合对象
    mybatis多表关联查询之resultMap单个对象
    十二.filter
    十二.函数式编程
    十一.列表生成式
    十,迭代
    九.高级特性
    八.函数
    七.条件判断和循环
    六.使用list和tuple
  • 原文地址:https://www.cnblogs.com/ftsummerer/p/4160352.html
Copyright © 2011-2022 走看看