• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Google Clound.

Zodia

Member
Joined
Feb 21, 2020
Messages
220
Reaction score
20
I am desperate for help. My machine on google was working with a website, and I play online without a problem, until I decided to configure Cloudfire. Something happened in the process and the server is now offline on the site. And I can't connect to the game with the error: 10060. In order to resolve these issues I tried to allow ports on Ubuntu, and the result of that? I can't access the machine anymore via Filezila or Putty. I don't know what to do and I really need some help. What can I be doing? Is there any step by step that I can follow to set up the machine correctly? Or reset it without losing my project and server inside? Thank you very much, and I look forward to updating this page here every 1 minute.

PS: You already exclude the "site" in cloudfire. And also the zones that you had created in GoogleClound. (Everything I did that resulted in the problems).

������
NomeTipoDestinosFiltrosProtocolos / portasAçãoPrioridadeRegistrosContagem de hitsÚltimo hitInsights
default-allow-httpEntradahttp-serverIntervalos de IP: 0.0.0.0/0tcp:80Permitir1000Desativado
default-allow-httpsEntradahttps-serverIntervalos de IP: 0.0.0.0/0tcp:443Permitir1000Desativado
default-allow-icmpEntradaAplicar a todasIntervalos de IP: 0.0.0.0/0icmpPermitir65534Desativado
default-allow-internalEntradaAplicar a todasIntervalos de IP: 10.128.0.0/9tcp:0-65535
udp:0-65535
icmp
Permitir65534Desativado
default-allow-rdpEntradaAplicar a todasIntervalos de IP: 0.0.0.0/0tcp:3389Permitir65534Desativado
default-allow-sshEntradaAplicar a todasIntervalos de IP: 0.0.0.0/0tcp:22Permitir65534Desativado

What is:
Oct 4 22:17:17 ubuntu-trusty-1 kernel: [ 2118.765217] [UFW BLOCK] IN=eth0 OUT= MAC=42:01:0a:9e:00:03:42:01:0a:9e:00:01:08:00 SRC=177.39.157.222 DST=10.158.0.3 LEN=48 TOS=0x00 PREC=0x00 TTL=114 ID=32208 DF PROTO=TCP SPT=9034 DPT=22 WINDOW=65535 RES=0x00 SYN URGP=0




It is not possible to establish a connection to the VM on port 22. Learn more about possible causes of this problem.
 
Last edited:
The hell are Google Clound and Cloudfire? Sound like cheap ripoff of oh... Google Public Cloud and CloudFlare?

Hate being that guy but when you don't even pay attention to details such as the freaking name of the services you use, your post looses meaning and makes other people not even want to bother.

On topic, we have to ask: did your VM go down because of reasons and it changed public IP? VMs on a big cloud provider often do that, unless you have explicitly set it up to have a static Public IP address.
 
The hell are Google Clound and Cloudfire? Sound like cheap ripoff of oh... Google Public Cloud and CloudFlare?

Hate being that guy but when you don't even pay attention to details such as the freaking name of the services you use, your post looses meaning and makes other people not even want to bother.

On topic, we have to ask: did your VM go down because of reasons and it changed public IP? VMs on a big cloud provider often do that, unless you have explicitly set it up to have a static Public IP address.

Okay, I'm not going to be able to fight it because it's still my fault. But the reason is quite simple. I don't speak English (in a little bit) and I use software to translate what I want.

Sometimes he changes characters and doesn't pay attention. Excuse? LOL. My address is static. It has not been changed because I can access the site normally (right?). Fortunately with study and effort, I was able to regain control and consecutively access SSH via Putty. Now I just have the problem of "" "" Cloudflare "" "". As I mentioned, after "trying" to configure dns, the server now appears to be closed, even if the site opens, and I have installed TFS perfectly. The Client Error is 10060.
 
it seems to be a problem with otservlist itself (maybe im wrong) but I can guess he is trying to add his server with the correct ip but that ip is proxied by cloudflare, isnt it?
 
it seems to be a problem with otservlist itself (maybe im wrong) but I can guess he is trying to add his server with the correct ip but that ip is proxied by cloudflare, isnt it?


Deleting from the OTServerlist however did not work. I found a firewall rule 7171,7172 with the tag http-server, outgoing and incoming. TCP and UDP, the site is now ONLINE. But the game still doesn't connect with error 10060



Nome
TipoDestinosFiltrosProtocolos / portasAçãoPrioridadeRedeRegistrosContagem de hitsÚltimo hitInsights
default-allow-httpEntradahttp-serverIntervalos de IP: 0.0.0.0/0
tcp:80Permitir1000defaultDesativado
default-allow-httpsEntradahttps-serverIntervalos de IP: 0.0.0.0/0
tcp:443Permitir1000defaultDesativado
httpEntradahttp-serverIntervalos de IP: 0.0.0.0/0
tcp:7171
udp:7171
Permitir1000defaultDesativado
default-allow-icmpEntradaAplicar a todas
Intervalos de IP: 0.0.0.0/0
icmpPermitir65534defaultDesativado
default-allow-internalEntradaAplicar a todas
Intervalos de IP: 10.128.0.0/9
tcp:0-65535
udp:0-65535
icmp
Permitir65534defaultDesativado
default-allow-rdpEntradaAplicar a todas
Intervalos de IP: 0.0.0.0/0
tcp:3389Permitir65534defaultDesativado
default-allow-sshEntradaAplicar a todas
Intervalos de IP: 0.0.0.0/0
tcp:22Permitir65534defaultDesativado
saida7172Saídahttp-serverIntervalos de IP: 0.0.0.0/0
tcp:7171
udp:7172
Permitir1000defaultDesativado
Post automatically merged:

SOLVED:

iptables -A INPUT -p tcp --dport 7171 -j ACCEPT
iptables -A INPUT -p tcp --dport 7172 -j ACCEPT
iptables -A INPUT -p tcp --dport 8245 -j ACCEPT

Thanks ;)
Post automatically merged:

SOLVED:

iptables -A INPUT -p tcp --dport 7171 -j ACCEPT
iptables -A INPUT -p tcp --dport 7172 -j ACCEPT
iptables -A INPUT -p tcp --dport 8245 -j ACCEPT

Thanks ;)
 
Last edited:

Similar threads

Back
Top