View Single Post
  #15  
Old 02-06-2018, 07:44 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Port '7000' (or port in that range) is the zone 'listener' port.

The port '49728' (in your case) is what port was assigned to your particular client stream - which operates in a background thread.


Code:
               "loginserver2" : {
                    "account" : "",
                    "host" : "127.0.0.1", EDITED THIS
                    "password" : "",
                    "port" : "5998"
               },
               "longname" : "Akkas Windows PEQ Installer (nzneYY)",
               "shortname" : "Akkas PEQ Installer",
               "tcp" : {
                    "ip" : "127.0.0.1", TRIED LATER EDITING THIS, NO CHANGES
                    "port" : "9001"
               },
..still concerned about those two not reflecting your LAN address.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote