Replies: 5 comments 1 reply
-
补充iptables日志
我认为原因可能是iptables把icmp给了v2ray,进而导致无法ping通,但是在V2RAY链中添加了 RETURN 或 ACCEPT 依旧无法ping通 |
Beta Was this translation helpful? Give feedback.
-
Please don't use issues for configuration troubleshooting and questions. I'm converting it to discussion. |
Beta Was this translation helpful? Give feedback.
-
我也遇到同样的问题,我的ubuntu服务器在旁路由模式做透明代理时运行一切正常,但改成用pppoeconf自己拨号后dns就出问题了,一直解析不了,日志里面可以看到所有dns请求都失败了,而且机器好像陷入死循环,dns日志疯狂刷新,机器发热明显。 |
Beta Was this translation helpful? Give feedback.
-
不知道是不是iptables的问题,如果把iptables清空电脑就正常了,只是v2ray肯定是被旁路了。 |
Beta Was this translation helpful? Give feedback.
-
几天继续继续的实验下终于搞明白了问题,主要是没有把pppoe拨号获得的地址加入排除,把ppp0的ip加入排除的清单就一切正常了。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
你正在使用哪个版本的 V2Ray?
4.34.0
你的使用场景是什么?
虚拟机中运行透明代理,以便代理局域网内设备
操作系统为Debian 10
你看到的异常现象是什么?
在按照文档中的透明代理TProxy部分设置了透明代理后,作为二级路由WAN口以NAT方式连接到互联网,透明代理可以工作,但无法ping通任何网站。
当虚拟机作为一级路由,以PPPoE连接互联网时,在设置了iptables后该虚拟机与互联网断开
你期待看到的正常表现是怎样的?
能ping通
PPPoE上网时能使用
请附上你的配置
服务端配置:
客户端配置:
请附上出错时软件输出的错误日志
可以看到dns查询时的信息,在debug级别下日志中没有出现其它相关的的内容
Beta Was this translation helpful? Give feedback.
All reactions