上一页 1 2 3 4 5 6 7 8 9 ··· 53 下一页
摘要: 参考链接: https://github.com/openvswitch/ovs/blob/v2.10.0/Documentation/intro/install/general.rst https://www.jianshu.com/p/1121fcd5ab82 # ovn-trace 参考链接 阅读全文
posted @ 2022-07-19 10:20 salami_china 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.laoliu.eu.org/archives/e3c95af8.html 安装quagga: centos: yum install quagga -y 查看安装: [root@master ~]# rpm -qa | grep quagga quagga-0.9 阅读全文
posted @ 2022-06-08 13:45 salami_china 阅读(128) 评论(0) 推荐(0) 编辑
摘要: route scope,取值范围如下: RT_SCOPE_UNIVERSE:该选项用于所有通向非直连目的地的路由表项,即应用层创建的路由中包含via的路由 RT_SCOPE_LINK:该选项用于目的地址为本地网络的路由项 RT_SCOPE_HOST:该选项用于路由为本机接口 RT_SCOPE_NOW 阅读全文
posted @ 2022-06-06 19:17 salami_china 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 视频链接:https://www.bilibili.com/video/BV1Hv411r7yD/?spm_id_from=autoNext IPTABLE: BPF: 阅读全文
posted @ 2022-06-06 14:26 salami_china 阅读(42) 评论(0) 推荐(0) 编辑
摘要: strace -fF -e trace=network ping 114.114.114.114 -c 1 strace: deprecated option -F ignored socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP) = -1 EACCES (Perm 阅读全文
posted @ 2022-06-06 10:25 salami_china 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.iis7.com/article/24048.html 什么是连接跟踪? 连接跟踪是Linux内核中引入的nf_conntrack 模块所实现的功能,同时支持IPv4 和 IPv6,取代只支持 IPv4 的 ip_connktrack,用于跟踪连接的状态,供其他模 阅读全文
posted @ 2022-06-02 15:56 salami_china 阅读(1645) 评论(0) 推荐(0) 编辑
摘要: 测试UDP链接: nc -vuz x.x.x.x xxxx 测试TCP链接: nc -vz x.x.x.x xxxx -v 详细输出(用两个-v可得到更详细的内容) -u 使用UDP传输协议 -z 使用0输入/输出模式,只在扫描通信端口时使用。 阅读全文
posted @ 2022-06-02 15:51 salami_china 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 版本回退 git reset --hard commit_id 退到/进到 指定commit的sha码强推到远程: git push origin HEAD --force 创建tag git tag //查看tag git tag test_tag c809ddbf83939a89659e51dc 阅读全文
posted @ 2022-05-27 11:48 salami_china 阅读(26) 评论(0) 推荐(0) 编辑
摘要: bpftool 下载链接: 参考链接:https://blog.csdn.net/Longyu_wlz/article/details/109931993 问题: [root@master ~]# bpftool -j feature probe{"error":"bug: failed to re 阅读全文
posted @ 2022-05-07 15:25 salami_china 阅读(1104) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://www.cnblogs.com/hanyifeng/p/6723964.html 总结:回环lo接口上的 127.0.0.1 地址,不允许发到设备外部,sysctl -w net.ipv4.conf.eth0.route_localnet=1 开启route_localn 阅读全文
posted @ 2022-04-26 14:51 salami_china 阅读(808) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 53 下一页