V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zhangsanfeng2012  ›  全部回复第 14 页 / 共 16 页
回复总数  314
1 ... 6  7  8  9  10  11  12  13  14  15 ... 16  
这种发现报文应该都是组播报文吧
2021 年 7 月 20 日
回复了 SJ2050cn 创建的主题 问与答 firewalld 防火墙是如何工作的?
@SJ2050cn 你应该把物理出接口放到 public 里面
2021 年 7 月 20 日
回复了 SJ2050cn 创建的主题 问与答 firewalld 防火墙是如何工作的?
你把 pulic 域 active 起来就可以了,不需要改 docker 域;
public 域没有加源,--add-interface 或者--add-source 就可以 active 了
2021 年 7 月 20 日
回复了 iyear 创建的主题 Go 编程语言 slice 在 append 不同情况下的理解
https://golang.org/doc/effective_go 官方文档两句话
1 、If a function takes a slice argument, changes it makes to the elements of the slice will be visible to the caller, analogous to passing a pointer to the underlying array.
2 、We must return the slice afterwards because, although Append can modify the elements of slice, the slice itself (the run-time data structure holding the pointer, length, and capacity) is passed by value.
B 要关闭 NAT,AB 要互指路由
2021 年 6 月 8 日
回复了 caobug 创建的主题 Linux IPTABLES UDP 端口转发疑惑
配置 http_proxy 和 https_proxy 就可以了吧
2021 年 5 月 11 日
回复了 timi 创建的主题 问与答 有没有固定源端口的网络协议
dhcp 和 ikev2 都是固定端口
2021 年 4 月 25 日
回复了 eccentric579 创建的主题 宽带症候群 请教一个关于 ip 的网络问题
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
设置 IPEnableRouter = 1
然后重启
跟我想的一样
但是按理说,你把 openwrt 的 53 端口重定向关掉,也应该会通啊
@AllenHua 删掉 53 重定向也不行吗
iptables -D PREROUTING -t nat -p udp --dport 53 -j REDIRECT --to-ports 53 试一下删掉 53 端口转发

然后贴一下 iptables-save -t nat
openwrt 里面抓下包看看,tcpdump -i docker0 -w /tmp/test.pcap,然后在容器里面 dig 一下
你的路由器是 openwrt,那你 openwrt 中能 ping 通域名吗?你的 docker 装在 openwrt 的机子里面?
2021 年 4 月 12 日
回复了 xxiali 创建的主题 问与答 锦秋家园三室两厅两卫,次卧转租,可撸猫!
wc!
2021 年 4 月 6 日
回复了 h503mc 创建的主题 问与答 关于网络的问题
你的电脑能做 nat 吗
负责人不应该先官宣后试用吗?要不员工谁理你
1 ... 6  7  8  9  10  11  12  13  14  15 ... 16  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5657 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms · UTC 01:37 · PVG 09:37 · LAX 18:37 · JFK 21:37
♥ Do have faith in what you're doing.