View Single Post
Re: I'm missing something!
Old 10-01-2007, 10:40 AM   #5 (permalink)
Goodnight
Addict
 
Join Date: Aug 2007
Posts: 1
Goodnight is an unknown quantity at this point
Default Re: I'm missing something!

Hi start both comps go to your router settings page find dhcp clients this will tell you the ip addys of the 2 comps, then in the TB file put in the client ip to the host file in both places ie :- #=====================
#Server stuff
#port to listen on when in "server" mode
listen_port = 12000

#The password used for the server
#(checked against the password the connecting clients use)
server_password = any
#list of IP addresses allowed to connect as clients
#when in "Server" mode
allowed_ip = match:192.168.2.4
allowed_ip = partial:192.168.2.

#=====================
#Client stuff
#IP address and port of the server to connect to
#when in "Client" mode
connect_ip = 192.168.2.4
#connect_ip = 127.0.0.1
connect_port = 12000

#The password used by the client
#(Used when connecting to a server)
client_password = any

the partial ip just drops the last number, do this for both TB files also make sure that the TB exe is in the main TB folder ie where this cfg file is you can use a desktop shorty to launch. hope this helps..oh and check your ip's after a system restart as they may change. you can or should be able to set static ip's in your router but some don't like it it bogs up the security checking but nothing serious and it's only very cheep routers..enjoy..
Goodnight is offline   Reply With Quote