Mrkon 最近的时间轴更新
Mrkon

Mrkon

V2EX 第 267759 号会员,加入于 2017-11-17 17:29:22 +08:00
根据 Mrkon 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
Mrkon 最近回复了
健康平安就好
2022-04-30 10:16:13 +08:00
回复了 PEAL 创建的主题 随想 小学背的诗词长大之后才慢慢欣赏
今人不见古时月,今月曾经照古人。
2021-11-12 16:00:58 +08:00
回复了 Mrkon 创建的主题 Elasticsearch 求助: 没有到主机的路由(no route to host)
看了下官方文档,问题解决了,需要将所有节点 network.publish_host 设置映射前的 ip 地址 例如:61.15.284.58 ,transport.publish_port 同样需要设置 例如:10091
2021-10-25 11:20:50 +08:00
回复了 shmilypeter 创建的主题 MacBook Pro 你们真的需要换新的 MacBook Pro 么?
自从 mbp 上了刘海,我看 touch bar 越来越顺眼了
2021-10-17 14:46:55 +08:00
回复了 Mrkon 创建的主题 Elasticsearch 求助: 没有到主机的路由(no route to host)
@julyclyde 192.168.3.86 的 iptables 是:上面 node1 的,就是 ACCEPT 。我实在是找不到问题点了,能帮我看下吗?

还有如果安装了 docker,当 es network.host 设置为:0.0.0.0 时,好像默认地址就会绑定为 docker 的 IP 段时怎么回事呢?
2021-10-14 17:49:55 +08:00
回复了 Mrkon 创建的主题 Elasticsearch 求助: 没有到主机的路由(no route to host)
@julyclyde 感觉不太像我的 iptables 表分别是

node1

```
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:9600

Chain FORWARD (policy ACCEPT)
target prot opt source destination
DOCKER-USER all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Chain DOCKER (11 references)
target prot opt source destination
ACCEPT tcp -- anywhere 172.21.0.2 tcp dpt:tproxy
ACCEPT tcp -- anywhere 172.21.0.2 tcp dpt:http-alt
ACCEPT tcp -- anywhere 192.168.32.2 tcp dpt:3000
ACCEPT tcp -- anywhere 172.20.0.2 tcp dpt:6379
ACCEPT tcp -- anywhere 172.24.0.2 tcp dpt:7687
ACCEPT tcp -- anywhere 172.24.0.2 tcp dpt:7474
ACCEPT tcp -- anywhere 172.24.0.3 tcp dpt:27017
ACCEPT tcp -- anywhere 172.24.0.4 tcp dpt:6379
ACCEPT tcp -- anywhere 172.24.0.5 tcp dpt:5000
ACCEPT tcp -- anywhere 172.24.0.5 tcp dpt:3000
ACCEPT tcp -- anywhere 172.24.0.5 tcp dpt:ssh
ACCEPT tcp -- anywhere 172.20.0.4 tcp dpt:3000
ACCEPT tcp -- anywhere 172.20.0.3 tcp dpt:5000

Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target prot opt source destination
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
RETURN all -- anywhere anywhere

Chain DOCKER-ISOLATION-STAGE-2 (11 references)
target prot opt source destination
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
RETURN all -- anywhere anywhere

Chain DOCKER-USER (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
```

node2

```
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
```
2021-10-14 17:23:53 +08:00
回复了 Mrkon 创建的主题 Elasticsearch 求助: 没有到主机的路由(no route to host)
@wujiezero 感谢回复,该如何修改呢?
2021-07-01 10:57:30 +08:00
回复了 Mrkon 创建的主题 Visual Studio Code 求助: vscode remote-ssh 问题
@QHKZ 并没有检查出什么错误...
2021-07-01 10:56:57 +08:00
回复了 Mrkon 创建的主题 Visual Studio Code 求助: vscode remote-ssh 问题
@Pagliacii 不知道是不是我把配置项改错了的原因,我在 remote-ssh 中设置了 terminal.external.windowsExec 为"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",但还是不能使用。
2021-06-30 16:36:10 +08:00
回复了 Mrkon 创建的主题 Visual Studio Code 求助: vscode remote-ssh 问题
@d0m2o08 不能的,都是闪退。只有先打开 powershell 后再打开 cmd 才能看到它的报错
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5291 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 09:32 · PVG 17:32 · LAX 02:32 · JFK 05:32
Developed with CodeLauncher
♥ Do have faith in what you're doing.