板子端:ifconfig usb0 192.168.224.101route add default gw 192.168.224.100 #设置默认网关ubuntu端 #eth1为对应板子的网卡 eth0为本地上网的网卡sudo sysctl -w net.ipv4.ip_forward=1sud ...
分类:
移动开发 时间:
2020-07-01 09:16:34
阅读次数:
83
华为交换机 在交换机端口上打开端口安全功能,将 MAC 地址绑定到相对应接口中,并在 vlan1 上有效。 [SW1]interface Eth0/0/1 [SW1-Ethernet0/0/1]port-security enable [SW1-Ethernet0/0/1]port-security ...
分类:
系统相关 时间:
2020-06-30 17:42:14
阅读次数:
118
1. 关闭NetworkManager服务 systemctl stop NetworkManager systemctl disable NetworkManager 2. 加载bond模块 modprobe bonding miimon=100 mode=0 echo "alias bond0 ...
分类:
其他好文 时间:
2020-06-30 12:47:24
阅读次数:
60
摘自这里 /sys/class/net/network-interface/statistics root@Dev[09:41:51]$ ll /sys/class/net/eth0/statistics total 0 -r--r--r-- 1 root root 4096 Jun 29 14:5 ...
分类:
其他好文 时间:
2020-06-30 11:15:24
阅读次数:
68
[root@server1 ~]# service network restart 关闭环回接口: [确定] 弹出环回接口: [确定] 弹出界面 eth0: 设备 eth0 似乎不存在, 初始化操作将被延迟。 [失败] 清空70-persistent-net.rules,重启系统,让系统自己重新生成 ...
分类:
系统相关 时间:
2020-06-26 12:34:25
阅读次数:
182
参考链接:https://blog.csdn.net/m15511023218/article/details/87920263 参考的主要代码: auto eth0iface eth0 inet staticaddress 192.168.3.90gateway 192.168.3.1netmas ...
分类:
其他好文 时间:
2020-06-25 23:04:52
阅读次数:
52
1、一台centos7虚拟机,四张网卡,网卡1和网卡2为桥接模式,网卡3和网卡4为仅主机模式。分两组,先做绑定,然后再把绑定后的网卡配置成桥接。 2、第一组配置,将eth0和eth1绑定为bond0,然后桥接到br0 2.1 创建bond0配置文件; [root@centos7 ~]#cd /etc ...
分类:
其他好文 时间:
2020-06-24 12:30:06
阅读次数:
81
MAC地址(/sys/class/net/enp0s3/address) 修改网卡配置(/etc/sysconfig/network-script/ifcfg-eth0) DEVICE=eth0 BOOTPROTO=static BROADCAST=192.168.1.255 HWADDR=00:0 ...
分类:
系统相关 时间:
2020-06-22 00:58:44
阅读次数:
128
ip addr add 192.168.12.4/24 dev eno16777728但是每次重启会失效 如果希望每次重启会重新绑定IP,可以将:ip addr add 192.168.12.X/24 dev eth0 命令写入文件/etc/rc.local chmod +x /etc/rc.d/r ...
分类:
系统相关 时间:
2020-06-18 01:40:01
阅读次数:
84
web网站服务实验 实验名称: web网站访问控制和虚拟主机 二、 实验目的: http服务的目录授权 虚拟web主机的配置 实验环境: 设备名称 系统版本 IP地址 所需软件 Web服务器 CentOS-7.3 eth0=192.168.10.101 Httpd-2.24.25.tar.gz 客户 ...
分类:
Web程序 时间:
2020-06-17 10:49:43
阅读次数:
117