Blockland Forums > Help
My server cannot verify others Blockland IDs.
Shadowguy:
I know you said this was irrelevant, but that's how I portforwarded. The IP is my static
I set my IP up by set up by using /ipconfig all in cmd and putting the respective things in their fields in the IPV4 window.
Turning off my firewall on my antivirus completely did not help.
K3k0m@n:
--- Quote from: Shadowguy on July 26, 2012, 12:36:51 PM ---I set my IP up by set up by using /ipconfig all in cmd and putting the respective things in their fields in the IPV4 window.
--- End quote ---
thats your LAN ip, so it wont work.
also i think your supposed to fill in the comoputer name and the application name.
Shadowguy:
--- Quote from: K3k0m@n on July 26, 2012, 01:06:32 PM ---thats your LAN ip, so it wont work.
also i think your supposed to fill in the comoputer name and the application name.
--- End quote ---
It was my Ip4 address according to the prompt, and after I set it up in that manner, I could host Minecraft and garrysmod servers.
Application name is just presets for popular games like Call of Duty.
Axolotl:
--- Quote from: KoopaScooper on July 26, 2012, 12:43:05 AM ---irrelevant, port forwarding is not the issue here. everyone can connect to him but he cannot connect to the authentication server.irrelevant, he connects fine to the internet.
open %windir%\system32\drivers\etc\hosts with notepad, it should look like this
--- Code: ---# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
--- End code ---
now we want it to look like this
--- Code: ---# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
75.125.196.138 auth.blockland.us
--- End code ---
it should work from here in so if it's not fixed after this i'd call your ISP
*On Windows 7 and Vista, you may have to move the file to a folder you can access (such as your desktop) to save the file, then transfer it back.
--- End quote ---
Do this.
Shadowguy:
Mine looks a little different:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
Should I change it to:
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
#75.125.196.138 auth.blockland.us
?