<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>网工漫谈</title><description>写给网络工程师的技术、成长与实践笔记。分享网络工程、网络自动化与 EasyNetBak 项目经验。</description><link>https://netopsbase.com/</link><language>zh-CN</language><item><title>网络设备日志统一收集神器：Graylog 7.1安装与使用实战</title><link>https://netopsbase.com/articles/graylog-7-1-network-logs/</link><guid isPermaLink="true">https://netopsbase.com/articles/graylog-7-1-network-logs/</guid><description>交换机、路由器、防火墙每天产生大量日志：登录记录、接口状态变化、ospf、bgp中断告警、VPN 隧道告警……分散在各台设备上，出了问题只能逐台 SSH 翻日志，既慢又难关联。</description><pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate><category>Graylog</category><category>Syslog</category><category>日志管理</category><category>网络运维</category></item><item><title>写给网工人的Wireshark过滤规则指南（附主流协议抓包源文件下载）</title><link>https://netopsbase.com/articles/wireshark-filter-guide/</link><guid isPermaLink="true">https://netopsbase.com/articles/wireshark-filter-guide/</guid><description>Wireshark 是每个网络工程师、运维人员和安全从业者的必备工具。但很多人打开抓包文件后，面对成千上万条数据包直接懵了——眼睛看花了也找不到关键问题。</description><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate><category>Wireshark</category><category>抓包</category><category>网络协议</category></item><item><title>可视化ping监控：基于Python+InfluxDB+Grafana的实践</title><link>https://netopsbase.com/articles/python-influxdb-grafana-ping-monitor/</link><guid isPermaLink="true">https://netopsbase.com/articles/python-influxdb-grafana-ping-monitor/</guid><description>作为运维工程师或网络管理员，你是否经常需要监控公司网络中各节点的连通性和延迟情况？</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate><category>Python</category><category>InfluxDB</category><category>Grafana</category><category>网络监控</category></item><item><title>专为网工开发的小程序上线了！子网计算、IP转换、Excel批量转换、批量命令生成</title><link>https://netopsbase.com/articles/wangong-xiaozhuge-tools/</link><guid isPermaLink="true">https://netopsbase.com/articles/wangong-xiaozhuge-tools/</guid><description>关注我的粉丝都知道之前文章我分享过我自己开发的一个windows工具：【网工必备】手撸了一个 IP 转换工具，IP范围、CIDR、ACL 反掩码一键搞定！</description><pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate><category>小程序</category><category>IP 工具</category><category>网络工具</category></item><item><title>别只会 Ping！网络工程师的10款排障诊断工具（建议收藏）</title><link>https://netopsbase.com/articles/network-troubleshooting-tools/</link><guid isPermaLink="true">https://netopsbase.com/articles/network-troubleshooting-tools/</guid><description>作为一名网络工程师，相信你一定遇到过这样的场景：</description><pubDate>Sun, 28 Dec 2025 00:00:00 GMT</pubDate><category>网络排障</category><category>Linux</category><category>网络工具</category></item><item><title>不写一行代码为 Zabbix 新增图形树功能</title><link>https://netopsbase.com/articles/zabbix-graph-tree/</link><guid isPermaLink="true">https://netopsbase.com/articles/zabbix-graph-tree/</guid><description>介绍一个面向 Zabbix 6.x/7.x 的 Graph Tree 前端模块，通过主机树、图形搜索和时间联动，让监控图形浏览更直观。</description><pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate><category>Zabbix</category><category>监控</category><category>运维</category><category>开源项目</category></item><item><title>测速神器 iPerf3，你值得拥有！</title><link>https://netopsbase.com/articles/iperf3-network-speed-test/</link><guid isPermaLink="true">https://netopsbase.com/articles/iperf3-network-speed-test/</guid><description>在现代网络管理和调试中，性能测试工具是不可或缺的一部分。iPerf3 是一款广受欢迎的网络带宽测试工具，专为测量 TCP 和 UDP 的带宽性能而设计。在这篇文章中，我们将深入探讨如何在 CentOS 中安装和使用 iPerf3，以便准确评估网络性能。</description><pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate><category>iPerf3</category><category>网络测速</category><category>性能测试</category></item><item><title>Linux 用户必看！Docker 环境一键安装与换源脚本（建议收藏）</title><link>https://netopsbase.com/articles/docker-linux-mirror-script/</link><guid isPermaLink="true">https://netopsbase.com/articles/docker-linux-mirror-script/</guid><description>前面笔者介绍了很多开源工具都是使用docker安装的，所以分享一个Docker安装的开源一键脚本：LinuxMirrors</description><pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate><category>Docker</category><category>Linux</category><category>运维脚本</category></item><item><title>保姆级教程：10分钟搭建 Oxidized，实现网络设备配置自动备份</title><link>https://netopsbase.com/articles/oxidized-network-config-backup/</link><guid isPermaLink="true">https://netopsbase.com/articles/oxidized-network-config-backup/</guid><description>今天分享一个开源神器——Oxidized</description><pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate><category>Oxidized</category><category>配置备份</category><category>网络设备</category></item><item><title>玩转tcpdump：网络工程师必会的抓包技能</title><link>https://netopsbase.com/articles/tcpdump-network-packet-capture/</link><guid isPermaLink="true">https://netopsbase.com/articles/tcpdump-network-packet-capture/</guid><description>在网络管理和故障排除中，实时监控和分析网络流量是至关重要的。TCPDump 是一个强大的命令行工具，它允许用户捕获和分析通过网络接口的原始数据包。本文将详细介绍如何在 CentOS 操作系统中安装和使用 TCPDump，以及如何通过它来诊断和解决网络问题。</description><pubDate>Wed, 03 Dec 2025 00:00:00 GMT</pubDate><category>tcpdump</category><category>抓包</category><category>网络排障</category></item><item><title>网络流量分析开源利器 Akvorado：轻松掌控 NetFlow 与 SFlow 数据</title><link>https://netopsbase.com/articles/akvorado-netflow-sflow/</link><guid isPermaLink="true">https://netopsbase.com/articles/akvorado-netflow-sflow/</guid><description>随着网络规模的不断扩大和复杂度的提升，流量监控变得尤为重要。之前我们介绍过sflow-rt这款优秀的流量监控工具，今天我们来了解另一款强大的NetFlow/SFlow收集器——Akvorado，并且对比两者的特点，帮助大家选择更适合自己网络环境的解决方案。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate><category>Akvorado</category><category>NetFlow</category><category>sFlow</category></item><item><title>抓住 BGP路由每一次改变：开源神器OpenBMP 实时监控实战</title><link>https://netopsbase.com/articles/openbmp-bgp-route-monitoring/</link><guid isPermaLink="true">https://netopsbase.com/articles/openbmp-bgp-route-monitoring/</guid><description>BMP协议（BGP Monitoring Protocol）</description><pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate><category>OpenBMP</category><category>BGP</category><category>路由监控</category></item><item><title>告别流量黑盒：开源神器sFlow-RT实现全网流量可视化</title><link>https://netopsbase.com/articles/sflow-rt-traffic-visualization/</link><guid isPermaLink="true">https://netopsbase.com/articles/sflow-rt-traffic-visualization/</guid><description>今天给大家介绍一款免费开源利器——sFlow-RT，实现网络流量分析可视化！一、什么是sFlow-RT？</description><pubDate>Fri, 28 Nov 2025 00:00:00 GMT</pubDate><category>sFlow-RT</category><category>流量分析</category><category>网络监控</category></item><item><title>手把手教你部署新版 Cacti 1.2.x 监控：小白也能轻松上手</title><link>https://netopsbase.com/articles/deploy-cacti-1-2-x-monitoring/</link><guid isPermaLink="true">https://netopsbase.com/articles/deploy-cacti-1-2-x-monitoring/</guid><description>本文以 CentOS 7.9 和 LAMP 为基础，演示 Cacti 1.2.x、MariaDB、Net-SNMP 与 Spine 的安装、初始化及轮询器配置。</description><pubDate>Thu, 27 Nov 2025 00:00:00 GMT</pubDate><category>Cacti</category><category>Linux</category><category>CentOS</category><category>SNMP</category></item></channel></rss>