Swapping eth0 and eth1 on OK335xS board

/*******************************************************************************
 *                   Swapping eth0 and eth1 on OK335xS board
 * 声明:
 *     有时候我们可能希望能够将eth0和eth1的名字换一下。
 *
 *                                          2015-9-30 阴 深圳 南山平山村 曾剑锋
 ******************************************************************************/

一、参考文档:
    https://e2e.ti.com/support/arm/sitara_arm/f/791/p/415084/1482324

二、几种网卡接口的缩写全称:
    Described in the following sections is the 3-port switch (3PSW) Ethernet subsystem.
    The 3-port switch gigabit ethernet subsystem provides ethernet packet communication
    and can be configured as an ethernet switch. It provides the gigabit media independent
    interface (GMII),reduced gigabit media independent interface (RGMII), reduced media
    independent interface (RMII), the management data input output (MDIO) for physical
    layer device (PHY) management.

三、修改方法(etc/init.d/rc):
    ......
    #echo `ifconfig -a`
    ifconfig eth0 down
    ifconfig eth1 down
    ip link set dev eth0 name eth2
    ip link set dev eth1 name eth0
    ip link set dev eth2 name eth1
    ifconfig eth0 up
    ifconfig eth1 up
    #echo `ifconfig -a`
    ......

 

时间: 2024-10-02 03:38:11

Swapping eth0 and eth1 on OK335xS board的相关文章

Linux 交换eth0和eth1

一.参考文档: 如何交换eth0和eth1? http://bbs.chinaunix.net/archiver/tid-2026056.html 二.具体操作 #echo `ifconfig -a` ifconfig eth0 down ifconfig eth1 down ip link set dev eth0 name eth2 ip link set dev eth1 name eth0 ip link set dev eth2 name eth1 ifconfig eth0 up i

linux中eth0与eth1网卡交换

本文说明:前提是已经安装了多片网卡的驱动,但是需要调整多片网卡的顺序(如将eth0和eth1交换名称交换). 方法一: 1.首先查看网卡的驱动名称 #dmesg |grep eth 就会出现如下字样:  skge eth0: Link is up at 100 Mbps, full duplex, flow control tx and rx  ATL2: eth1 NIC Link is Up<100 Mbps Full Duplex> 从上面的两行中可以看出安装的驱动为skge 和atl2

centos-iptable问题配置eth0和eth1问题

问题描述 iptable问题配置eth0和eth1问题 centOS6.5的系统,eth0是内网网卡,eth1时外网网卡,现在如何用iptables在外网网卡上加上防火墙,也就是eth1上加,eth0上不加防火墙 解决方案 http://serverfault.com/questions/475717/iptables-block-incoming-on-eth1-and-allow-all-from-eth0

&amp;quot;网卡eth0,未识别的端口&amp;quot;的解决方法

用service network restart 后,有时会得到这样的提示(serivce network status 读取的是etc/sysconfig/network-script/ifcfg-*文件). 用service network restart 后,有时会得到这样的提示(serivce network status 读取的是etc/sysconfig/network-script/ifcfg-*文件) Shutting down loopback interface:      

linux网络配置相关命令、虚拟网络接口eth0:0

网络接口(interface)是网络硬件设备在操作系统中的表示方法,比如网卡在Linux操作系统中用ethX,是由0开始的正整数,比如eth0.eth1...... ethX.而普通猫和ADSL的接口是 pppX,比如ppp0等:  机器中所有可用网卡.名字.配置文件:  dmesg | grep eth :可以看到系统启动时,网卡启动的信息及相应网卡的名字,然后就可以手动添加相应的/etc/sysconfig/network-scripts/ifcfg-ethX文件对网卡进行配置 ifconf

WiKi上关于USRP使用的一些问答(二)

Current Information and UHD Driver The contents of this page refer to the original RAW Ethernet implementation of the USRP2 firmware and may not accurately reflect currently used configurations. All existing users should upgrade to UHD firmware and d

Linux——查看系统硬件信息

前言:下面实验的信息是我在几台配置不同服 务器的测试结果,操作系统分别为Red Hat Enterprise Linux Server release 6.0 (Santiago).Ubuntu 7.10.所以你看到我实验信息的不同时,请不要大惊小怪.而且有些命令也不是所有Linux操作系统都支持(例如在Ubuntu 7.10就不支持dmesg),下面的内容是收集整理的,如有错误或新的方法,也会不停整理.更新. 一:查看CPU信息 1.CPU详细信息 方法1:CPU信息一般保存在proc目录下的

uboot2011.09源代码ReadMe译文

# # (C) Copyright 2000 - 2011 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. #查看建立这个工程的文件列表人 # #这个程序是自由软件,你可以重新分配它或者修改它在GNU通用公共许可证以由自由软件基#金会发布:第二版或者任何之后的版本. #本程序是分布在希望它是有用的,但没有任何保证:甚至没有隐含保证. #查看 GNU通用公共许可证对于更多的细节. #你应该收到一份GNU通用公共许可证随着这个程序:如果

【Linux】Bonding驱动选项

Bonding驱动的选项是通过在加载时指定参数来设定的.可以通过insmod或modprobe命令的命令行参数来指定,但通常在/etc/modules.conf或/etc/modprobe.conf配置文件中指定! 下面列出可用的bonding驱动参数.如果参数没有指定,驱动会使用缺省参数.刚开始配置bond的时候,建议在一个终端窗口中运行"tail -f /var/log/messages"来观察bonding驱动的错误信息 有些参数必须要正确的设定,比如miimon.arp_int