mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #297] 如何才能让ikev2容器对接mitmproxy透明代理,实现网页抓包呢 #274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zeyspull on GitHub (Jun 13, 2022).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/297
Checklist
Describe the enhancement request
A clear and concise description of your enhancement request.
Is your enhancement request related to a problem? Please describe.
(If applicable) A clear and concise description of what the problem is.
Additional context
Add any other context about the enhancement request here.
@zeyspull commented on GitHub (Jun 13, 2022):
成功运行容器,并采用ikev2协议和手机建立了连接。我希望在服务器端运行mitmproxy进行透明代理,但是通过dcpdump查看docker的端口,发现是随机的,通过iptables把所有tcp端口转发到mitmproxy的8080端口后,不起作用,mitmproxy提示Cannot connect to server, no server address given。希望您能写一下如何对接起来,实现中间人抓包
@zeyspull commented on GitHub (Jun 13, 2022):
查了很多资料没有找到[Libreswan]如何转发隧道中的流量的。
@hwdsl2 commented on GitHub (Jun 13, 2022):
@zeyspull 你好!这个我也不太懂,所以无法提供有用的建议。你可以到相关的社区问一下?Libreswan 的问题的话,可以到邮件列表提问:
https://lists.libreswan.org/mailman/listinfo/swan
@aogg commented on GitHub (Jun 25, 2023):
+1有解决方案吗