i was trying to make a server without hamachi but it fails i cant connect ..
my virtual machine says at the end 6x time out but i cant connect to my navicat server
my ipv4 adress : 192.168.1.102
default gateway: 192.168.1.1
i entered in sysinstall :
1: 192.168.1.100
2: 192.168.1.102
/etc.rc.d/netif restart
network settings: microsoft loopback adapter
reboot
6 x time out
what i need to enter in loopback adapter ?
192.168.1.102
255.255.255.0
192.168.1.102
am i right ?
Navicat
metin2
192.168.1.100
3306
root
123456
cm.text 192.168 .1.100
serverinfo:
Code:
import locale
def BuildServerList(orderList):
retMarkAddrDict = {}
retAuthAddrDict = {}
retRegion0 = {}
ridx = 1
for region, auth, mark, channels in orderList:
cidx = 1
channelDict = {}
for channel in channels:
key = ridx * 10 + cidx
channel['key'] = key
channelDict[cidx] = channel
cidx += 1
region['channel'] = channelDict
retRegion0[ridx] = region
retAuthAddrDict[ridx] = auth
retMarkAddrDict[ridx*10] = mark
ridx += 1
return retRegion0, retAuthAddrDict, retMarkAddrDict
if locale.IsEUROPE():
STATE_NONE = "OFFLINE"
STATE_DICT = {
0 : "OFFLINE",
1 : "NORMAL",
2 : "BELEGT",
3 : "VOLL"
}
SERVER01_CHANNEL = [
{"name":"CH 1 ","ip":"192.168.1.102","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
{"name":"CH 2 ","ip":"192.168.1.102","tcp_port":13000,"udp_port":13000":STATE_NONE,},
]
SERVER01_MARK = { "ip" : "192.168.1.102", "tcp_port" : 23000, "mark" : "10.tga", "symbol_path" : "10",}
SERVER01_AUTH = { "ip":"192.168.1.102", "port":11002, }
SERVER01 = { "name" : "metin2" }
TESTADDR = { "ip" : "192.168.1.102", "tcp_port" : 50000, "udp_port" : 50000, }
REGION0_ORDER_LIST = [
(SERVER01, SERVER01_AUTH, SERVER01_MARK, SERVER01_CHANNEL),
]
# BUILD
NEW_REGION0, NEW_REGION0_AUTH_SERVER_DICT, NEW_MARKADDR_DICT = BuildServerList(REGION0_ORDER_LIST)
# RESULT
NEW_REGION_NAME_DICT = {
0 : "GERMANY",
}
NEW_REGION_AUTH_SERVER_DICT = {
0 : NEW_REGION0_AUTH_SERVER_DICT,
}
NEW_REGION_DICT = {
0 : NEW_REGION0,
}
MARKADDR_DICT = NEW_MARKADDR_DICT
REGION_DICT = NEW_REGION_DICT
REGION_NAME_DICT = NEW_REGION_NAME_DICT
REGION_AUTH_SERVER_DICT = NEW_REGION_AUTH_SERVER_DICT
TESTADDR = { 'ip' : '0.0.0.0', 'tcp_port' : 50000, 'udp_port' : 50000, }
if i did someting wrong tell me what to put in please so i can overwrite it
this is it right ? but it wont work i get connection failed at login screen.
i am using 2010 crank filles [Release]Modifizierter 2010 Client[v1.0.0.2]






