-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not access network after run. #8
Comments
INTANG will not intercept ICMP messages, so I think it shouldn't cause ping failures. Could you check if there's any other network problems? |
Since I don't have the environment to reproduce the problem, maybe you can try tcpdump and share the dumped packets here. |
Hi, I have the same issue when trying to steps:
iptables -L:
tcpdump:
It seems that my host try to resolve the domain name repeatedly but never success. I don't know why. |
I still have ICMP problem,but I do have access to those websites like wordpress.com etc.Of course, including Baidu.You could try to browse websites via Browser....:) |
Cann't ping any ip address after run INTANG.
Logs below:
root@MT-FFW:~/INTANG# cat /var/log/intangd.log
1509784754.117323 [INFO] Current version: 7
1509784754.117417 [INFO] Starting redis server.
1509784754.132627 [INFO] Connecting to TCP DNS server.
1509784754.132683 [INFO] Building sync connection with redis server.
1509784754.132789 [INFO] Sync connection built successfully.
1509784754.133486 [INFO] Loading historical results from redis.
1509784754.133559 [INFO] Loading TTL from redis.
1509784754.133606 [INFO] Async connection built successfully.
1509784754.210977 [INFO] Connected to TCP DNS server.
1509786394.025924 [ERROR] Send keep alive packet failed. errno: 32
1509786394.026021 [INFO] Connecting to TCP DNS server.
1509786409.197055 [INFO] Connected to TCP DNS server.
1509786474.241366 [ERROR] Send keep alive packet failed. errno: 32
1509786474.241454 [INFO] Connecting to TCP DNS server.
1509786474.394250 [INFO] Connected to TCP DNS server.
OS: UBUNTU 16.04 X64.
USER: ROOT
Already Run "iptables -F ".
Thanks.
The text was updated successfully, but these errors were encountered: