摘要:
ref: Linux系统备份与还原 Linux系统备份与还原 阅读全文
摘要:
https://blog.csdn.net/weixin_35647799/article/details/112023159 阅读全文
摘要:
ref: Docker 网络模型之 macvlan 详解,图解,实验完整 网卡也能虚拟化?网卡虚拟化技术 macvlan 详解 docker和macvlan与host互通 阅读全文
摘要:
Ref: Windows 域之 LDAP与AD 【安全科普】AD域安全协议(三)LDAP AD 域服务简介(一)- 基于 LDAP 的 AD 域服务器搭建及其使用 https://milestone-of-se.nesuke.com/en/l7protocol/ldap/ldap-summary/ 阅读全文
摘要:
RHEL 8 用 ntftable 替换 iptables, 新安装的 CentOS 8.3 是这样的: [root@net182-host113 ~]# nft list tablestable ip filtertable ip6 filtertable bridge filtertable i 阅读全文
摘要:
Docker的网络配置 4 内嵌的DNS server Docker 解析DNS的过程 阅读全文
摘要:
详解什么是NAT? IPtables中SNAT、DNAT和MASQUERADE的含义 Docker网络入门 – 默认设置 阅读全文
摘要:
warning level: iptables -A INPUT -j LOG --log-prefix "BAD_INPUT: " --log-level 4 iptables -A FORWARD -j LOG --log-prefix "BAD_FORWARD: " --log-level 4 阅读全文
摘要:
firewalld 是之前 iptables 的前端。命令更好用 FirewallD 将配置储存在 /usr/lib/firewalld/ 和 /etc/firewalld/ 中的各种 XML 文件 Zonefirewall-cmd --get-active-zones firewall-cmd - 阅读全文
摘要:
#tcpdump -i mgmt0 -nn -s0 -v port 8001 capture IPv6 ping packets #tcpdump ip6 -i nic0 -nn -s0 and icmp6 -e, print MAC address -i, interface Ref 在 Linu 阅读全文