Log IN system

04/04/2010 17:09 king36#1
is this code okay

C:/windows/system32/drivers/etc/hosts...


Quote:
# 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
121.128.133.27 gwgt1.joymax.com
121.128.133.27 gwgt2.joymax.com
121.128.133.27 gwgt3.joymax.com
121.128.133.27 gwgt4.joymax.com
or is that wrong? because I cant see a different?
04/05/2010 14:11 =.-#2
difference to what?

it is correct if you want to connect trough server .27
04/06/2010 13:33 king36#3
Okay thank you I have thought that I must make a blank line between The normal code and the server code