V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zxkxhnqwe123  ›  全部回复第 1 页 / 共 1 页
回复总数  15
原来 RESTful
一段时间 GET POST
现在 POST
39 天前
回复了 xiaohantx 创建的主题 职场话题 为什么🤣都是已读不回
@TGhoull 去年就开始了
56 天前
回复了 vzyw 创建的主题 程序员 2024 了找不到完美的键盘
宁芝键盘呢
56 天前
回复了 MegatronKing 创建的主题 推广 推广太难了,尝试下半开源的运营方式
别开源,在想想吧!开源了就被抄袭,看看能不能找一些大厂的开发者让他们推广推广,或者参考下 apifox 的历程
我巴不得去我老婆家。我不想回去过年 https://i.imgur.com/L62ZP7V.png
2022-06-22 14:17:13 +08:00
回复了 GuGuJiPigeon 创建的主题 Apple macOS 现在有什么合适的万兆网卡吗
typec 转万兆
2022-03-02 13:36:14 +08:00
回复了 saigo 创建的主题 程序员 企业微信虚拟定位打卡失败了,恶意的软件打卡行为将被记录
@pengtdyd 有道理
2022-01-30 15:42:43 +08:00
回复了 zxkxhnqwe123 创建的主题 Linux 走过路过的运维大佬,docker swarm 熟悉的也来看看
终于解决了 !!!! 放假花了两天时间解决了,也当学习了 . 这两天重装了 不下 20 次 ,3 台虚拟机 不停重启,重装.
原理就是开启 esxi 网卡的混杂模式 , 网卡用 E1000e (这个其实不太确定,不想验证了). 然后确认下 swarm 网关和局域网的网关是否冲突了. 这些做完就是圆满结束

感谢以上的朋友帮忙!!!

判断依据 https://stackoverflow.com/questions/59007780/container-running-on-docker-swarm-not-accessible-from-outside
2021-10-15 17:54:25 +08:00
回复了 zxkxhnqwe123 创建的主题 Linux 走过路过的运维大佬,docker swarm 熟悉的也来看看
@mepwang

[root@Server-01 ~]# curl 127.0.0.1 -v
* Rebuilt URL to: 127.0.0.1/
* Trying 127.0.0.1...
* TCP_NODELAY set
^C
[root@Server-01 ~]# curl 127.0.0.1 -v
* Rebuilt URL to: 127.0.0.1/
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
> GET / HTTP/1.1
> Host: 127.0.0.1
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.21.3
< Date: Fri, 15 Oct 2021 09:56:24 GMT
< Content-Type: text/html
< Content-Length: 615
< Last-Modified: Tue, 07 Sep 2021 15:21:03 GMT
< Connection: keep-alive
< ETag: "6137835f-267"
< Accept-Ranges: bytes
<
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>
* Connection #0 to host 127.0.0.1 left intact
[root@Server-01 ~]# ^C
[root@Server-01 ~]# curl 127.0.0.1 -v
* Rebuilt URL to: 127.0.0.1/
* Trying 127.0.0.1...
* TCP_NODELAY set
2021-10-15 09:07:59 +08:00
回复了 zxkxhnqwe123 创建的主题 Linux 走过路过的运维大佬,docker swarm 熟悉的也来看看
@saytesnake 主要是 我是开发人员,公司也没有专业运维,现在想解决 devops 自动化运维 测试环境,所以只能从简单的折腾
2021-10-15 09:05:44 +08:00
回复了 zxkxhnqwe123 创建的主题 Linux 走过路过的运维大佬,docker swarm 熟悉的也来看看
@saytesnake 试过了 好像也不行 ! 叫混杂模式
2021-10-15 09:05:15 +08:00
回复了 zxkxhnqwe123 创建的主题 Linux 走过路过的运维大佬,docker swarm 熟悉的也来看看
@vinle 三台服务器上面都是一样的 调用 curl 127.0.0.1 都是一样的效果. 并且所有系统都是干净重装好的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5254 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 08:01 · PVG 16:01 · LAX 01:01 · JFK 04:01
Developed with CodeLauncher
♥ Do have faith in what you're doing.