Capitan Phineas wrote:
I am behind a solid hardware based firewall that needs to have ports explicitly opened, but I have not had any problems with the older Until URU, are there any specific ports that need to be opened for the patcher to work?
The old Until Uru client could use the proxy settings of the Internet Explorer to download files. The new MOUL client is using a different port. Here is a list of the port and all game servers from my software project:
Code:
PORT = 14617 # AF_INET : SOCK_STREAM
SERVER_LIST = [
'beta-auth.urulive.com',
'beta-file.urulive.com',
'uruapp-cw01.ibs.aol.com',
'uruapp-cw02.ibs.aol.com',
'uruapp-cw03.ibs.aol.com',
'uruapp-cw04.ibs.aol.com',
'uruapp-cw05.ibs.aol.com',
'uruapp-cw06.ibs.aol.com',
'uruapp-cw07.ibs.aol.com',
'uruapp-cw08.ibs.aol.com',
'uruapp-cw09.ibs.aol.com',
'uruapp-cw10.ibs.aol.com',
'uruapp-cw11.ibs.aol.com',
'uruapp-cw12.ibs.aol.com',
'uruapp-cw13.ibs.aol.com',
'uruapp-cw14.ibs.aol.com',
'uruapp-cw15.ibs.aol.com',
'uruapp-cw16.ibs.aol.com',
## The servers below are available via ICMP ping but have no running game
## server (2006-01-17)
#'uruapp-cw18.ibs.aol.com',
#'uruapp-cw19.ibs.aol.com',
#'uruapp-cw20.ibs.aol.com',
#'uruapp-cw21.ibs.aol.com',
#'uruapp-cw22.ibs.aol.com',
]