Remote Uplink required

crunked

Active Member
I need to connect my laptop (@ work), to my 2 desktops (@ home).

Currently using OgreMCP - Connect, when @ home to link all 3 PC's......I assume I will need to edit my EQ2Chars.inc

function SetUpUplink()
{
UplinkInfo[${UplinkCount:Inc}]:Set[DESKTOP-1]
UplinkInfo[${UplinkCount:Inc}]:Set[LAPTOP-1]
UplinkInfo[${UplinkCount:Inc}]:Set[DESKTOP-2]

If anyone has done this before, could you let me know where/what to edit, or if this is even possible.
 

Kannkor

Ogre
I need to connect my laptop (@ work), to my 2 desktops (@ home).

Currently using OgreMCP - Connect, when @ home to link all 3 PC's......I assume I will need to edit my EQ2Chars.inc

function SetUpUplink()
{
UplinkInfo[${UplinkCount:Inc}]:Set[DESKTOP-1]
UplinkInfo[${UplinkCount:Inc}]:Set[LAPTOP-1]
UplinkInfo[${UplinkCount:Inc}]:Set[DESKTOP-2]

If anyone has done this before, could you let me know where/what to edit, or if this is even possible.
Youd have to check lavish wiki for exact syntax, but I believe it's:
IP:port
IE: 111.111.111.111:10101
111.111.111.111:10102

etc
I believe you have to change each computer to run off a different port, I could be wrong about that.. I've only ever done it connecting to 1 PC at an outside location.
 
Top Bottom