C语言1: #include <stdio.h> #include <arpa/inet.h […]
作者: hetao
dnsmasq配置dhcpv6
dnsmasq开启dhcpv6需要开启以下两项配置 enable-ra 启用icmpv6 ra报文发送功能,这 […]
IPV6实现内网主机名动态解析
根据RFC4704的说明,只有dhcpv6 statefull才支持主机名解析,也就是dhcp请求报文中的op […]
prombox启用dhcpv6
标准的debian系统在 /etc/network/interface中 配置 auto eth0 iface […]
nft monitor使用
在rule中添加meta nftrace set 1就可以启用trace nft insert rule in […]
coturn创建sturn服务器
debian/ubuntu安装 apt install coturn centos安装 yum install […]
wireguard配置生成器
https://www.wireguardconfig.com/
STUN技术
RFC定义 旧标准: https://datatracker.ietf.org/doc/rfc3489/ RF […]
在NAT网络中测试UDP会话的超时时间
创建stuntest.sh脚本,内容如下 #!/bin/sh stunclient –protocol 2 […]
MTU测试
可以用Ping命令来测试当前传输介质的MTU Windows用法 ping -l 1464 -f 223.5. […]