Page 2 of 4

Re: DNAS forever - important

Posted: Sun Jan 08, 2017 9:14 pm
by Hunk91
Thank you Viscocity for the DNAS server! I hope it works! like this we will have an alternative DNAS server!
I wish you all the best!

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 5:39 am
by Vedita BR
The DNS 96.30.252.87 is not responding to queries...

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 1:02 pm
by GTI
Viscosity wrote:ok
just setup the dnas replacement on my box
try this dns out: 96.30.252.87
it most likely wont connect to any server but it should pass dnas if it works
let me know if this works or not
I try with call of duty 3 and it gives me the error 611. By the way, thanks for you work.

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 1:52 pm
by Cod3
call of duty 1 611 through the same error dns 96.30.252.87

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 3:32 pm
by Viscosity
Yeah, im having issues with getting my dns to show up outside my network. Ill see what I can do about that.

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 7:46 pm
by xCrI$TiAhNx
Hi guys, it would be nice if someone could help me run the "DNAS Replacement" on my PC, because i don't know how. Taking in the consideration that I have a DNS server, HTTP Server, among other things. I have active my DNS 24/7.

I await your answers, thanks!

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 8:58 pm
by Hunk91
xCrI$TiAhNx wrote:Hi guys, it would be nice if someone could help me run the "DNAS Replacement" on my PC, because i don't know how. Taking in the consideration that I have a DNS server, HTTP Server, among other things. I have active my DNS 24/7.

I await your answers, thanks!
Hi xcristiahnx!
I think No23 said that you need php to run it. Thé Best is tout as No23

Re: DNAS forever - important

Posted: Mon Jan 09, 2017 9:32 pm
by Viscosity
Bobz and I are working on getting the DNAS replacement running. We are getting an ssl error so something with out configuration needs to be changed. Setting this up currently require a web server with ssl support and php.

Re: DNAS forever - important

Posted: Wed Jan 18, 2017 2:57 pm
by no23
There's one thing to keep in mind nowadays. PS2 is a quite old system and doesn't support modern ciphersuites for SSL. So you need to make sure that old weak ciphers are enabled if you run a DNAS replacement server. For Apache2 this can be done with the following directive in your site's configuration:

Code: Select all

SSLCipherSuite ALL
I didn't spend the time to analyse which of the ciphers is the least weak and is still supported by PS2. It's a good idea to restrict the directive to the DNAS site and not to use it on the entire server.

Another very important thing is that your webserver MUST be able to send HTTP/1.0 headers. I know that this is a problem for modern installations of nginx for example.

Re: DNAS forever - important

Posted: Wed Jan 18, 2017 3:14 pm
by Hunk91
One question regarding your DNAS replacement server NO23.

Are you hosting this server on a computer you have, or did you send this file to a distant web server?

If this server is hosted on 1 of your computers, is this computer running a Linux distro or is it using Windows ?
My question behind this is, if you are using a computer with Linux, may be you can make a Hard Drive backup image (with Acronis or any other hard drive backup software) and then uploading it. Like this, someone will be able to launch it with a virtual machine (and bridge the virtual network card with the real network card). Like this there won't have any problem with some old server protocole which may need old software and hardware.