• 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!

Windows problem to connect to my server with ddns domains and public ip

CipsoftStinks

www.relicaria.com
Joined
Oct 1, 2016
Messages
947
Solutions
3
Reaction score
137
Location
Argentina
Well my ports are open
my ips and ddns domains works to log in to my website but by some weird issue
i can't log in to my server using my public ip i jusst can log in with only oneof my ddns ip
i have 3 more ddns but only one works
the weird thing is that i cant use my public ip

can anyone help me? via teamviewer or something pls
i had been stuck here for over a month

regards
 
make sure you added your domain-internal ip to hosts file in case you are running on windows.

C:\Windows\System32\drivers\etc\hosts

ex: if your internal ip is 192.168.1.10 then add
Code:
192.168.1.10 yourserver.ip.com
 
make sure you added your domain-internal ip to hosts file in case you are running on windows.

C:\Windows\System32\drivers\etc\hosts

ex: if your internal ip is 192.168.1.10 then add
Code:
192.168.1.10 yourserver.ip.com
internal ip means public ip? or private ip? ipv4 ipv6?
thaks for your reply
 
Back
Top