Open ACERLZ opened 4 years ago
I have this problem too. ping from telegram.org also time out . Try it out if you can ping from Telegram website . For the exam I made the openvpn connection and connect with own pc and also ping from telegram website is time out but browser open correctly website ...
@m9476 My server can get ping from telegram.org and t.me with no packet loss. As for my pc, the cmd is not redirected to my vpn so it cannot get ping. My pc's system is win10, ping uses ICMP protocol so it cannot go through the proxy. For example, I can surf on Google, but ping? Invalid. I only find a way to set http/https proxy in environment variables so that cmd can use crul to connect tele. or google. Still not ping... Thus your pc cannot ping tele has no problem. It's a protocol's limit.(Maybe there's way to redirect... Well, I don't know that yet. ———————— I had built a vpn connection before I tried to set up mtproxy on my server, and I can use telegram app after I made it listening to my local sock5 port, which is redirected by my vpn. So there is no problem with my server's network nor my vpn connection. An interesting thing is that I can use telegram through mptproto with the parameters I settled in the pictrue above. Yes, while the terminal got stuck in two main loop processes, the mtproxy service was still working and could properly deal with my client's requests from my pc.
I have followed the instructions in readme, however, there has been a little situation after I run the command "./mtproto-proxy -u nobody -p 8888 -H 443 -S --aes-pwd proxy-secret proxy-multi.conf -M 1"
I don't know why there are two random numbers...The process doubled and get stuck...
I sincerely ask for your help, thanks a lot.
————————
Additional:
An interesting thing was that I could use telegram through mptproto with the parameters I settled in the pictrue above. Yes, while the terminal got stuck in two main loop processes, the mtproxy service was still working and could properly deal with my telegram client's requests from my pc.
But after I sent "ctrl+z" to end the processes, I found it strange that I couldn't start the mtproxy service according to the instructions given from the column "Systemd example configuration".