会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
53
下一页
2022年7月19日
centos ovn 搭建测试(一:逻辑交换机)
摘要: 参考链接: 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
阅读(1117)
评论(0)
推荐(0)
2022年6月8日
quagga 部署启动BGP
摘要: 参考链接: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
阅读(179)
评论(0)
推荐(0)
2022年6月6日
router scope
摘要: route scope,取值范围如下: RT_SCOPE_UNIVERSE:该选项用于所有通向非直连目的地的路由表项,即应用层创建的路由中包含via的路由 RT_SCOPE_LINK:该选项用于目的地址为本地网络的路由项 RT_SCOPE_HOST:该选项用于路由为本机接口 RT_SCOPE_NOW
阅读全文
posted @ 2022-06-06 19:17 salami_china
阅读(150)
评论(0)
推荐(0)
Cilium 数据链路
摘要: 视频链接:https://www.bilibili.com/video/BV1Hv411r7yD/?spm_id_from=autoNext IPTABLE: BPF:
阅读全文
posted @ 2022-06-06 14:26 salami_china
阅读(52)
评论(0)
推荐(0)
strace/perf trace 使用
摘要: 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
阅读(278)
评论(0)
推荐(0)
2022年6月2日
linux 连接跟踪 conntrack
摘要: 参考链接: http://blog.iis7.com/article/24048.html 什么是连接跟踪? 连接跟踪是Linux内核中引入的nf_conntrack 模块所实现的功能,同时支持IPv4 和 IPv6,取代只支持 IPv4 的 ip_connktrack,用于跟踪连接的状态,供其他模
阅读全文
posted @ 2022-06-02 15:56 salami_china
阅读(1760)
评论(0)
推荐(0)
Linux NC 工具
摘要: 测试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
阅读(86)
评论(0)
推荐(0)
2022年5月27日
GIT 常用操作
摘要: 版本回退 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
阅读(34)
评论(0)
推荐(0)
2022年5月7日
bpftool 使用
摘要: 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
阅读(1208)
评论(0)
推荐(0)
2022年4月26日
route_localnet 参数
摘要: 参考链接: 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
阅读(876)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
53
下一页
公告