问题描述
我已经在 kali linux 上使用 mitmproxy 设置了透明代理。 我按照 https://docs.mitmproxy.org/stable/howto-transparent/ 上的说明在 linux 上进行设置。 并且 mikrotik 也已经为 NAT 设置了这样的: /ip 防火墙 nat 添加 action=dst-nat chain=dstnat dst-port=80,443 protocol=tcp src-address=192.168.10.25 to-addresses=192.168.10.24
其中 192.168.10.24 是运行 mitmproxy 的 kali linux 192.168.10.25是使用透明代理的windows 7客户端
我在 kali linux 上用 mitmproxy -p 3129 --mode透明 --showhost
当我浏览到这样的 url 网站时,我发现了一些这样的错误
<html>
<head>
<title>502 Bad Gateway</title>
</head>
<body>
<h1>502 Bad Gateway</h1>
<p>ProtocolException('Server connection to (\'192.168.10.24\',80) Failed: Error connecting to "192.168.10.24": [Errno 24] Too many open
files')</p>
</body>
</html>
谁能解决这个问题? 之前谢谢..
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)