Page 1 of 1

Great: 0.4.0beta4's WebGUI does both IPv4 and IPv6 at the same time!

Posted: May 5th, 2008, 1:20 am
by sander
Wow, this is great: 0.4.0beta4's WebGUI does both IPv4 and IPv6 at the same time! Earlier version's WebGUI (like Beta2) could do IPv4 or IPv6, but not at the same time.

I was triggered by the logging showing IPv4 addresses with "::ffff:" in front of them:

Code: Select all

::ffff:127.0.0.1 - - [05/May/2008:08:16:42] "GET /sabnzbd/static/PlotKit/Plotkit.js HTTP/1.1" 404 - "http://localhost:8080/sabnzbd/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008041515 Firefox/3.0b5"
When I connect using IPv6, the logging shows something like this (IPv6 address a bit changed to avoid too much visitors):

Code: Select all

2001:5c0:8fff:fffe::842a - - [05/May/2008:08:14:41] "GET /sabnzbd/ HTTP/1.1" 200 - "http://xxxyyy.broker.freenet6.net:8080/sabnzbd/" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008041515 Firefox/3.0b5"

DevTeam: thank you! Is this caused by new settings in SAB?

Re: Great: 0.4.0beta4's WebGUI does both IPv4 and IPv6 at the same time!

Posted: May 5th, 2008, 3:02 am
by shypike
Eh, what can I say. We can do miracles sometimes.
No seriously, it's probably due to the updated CherryPy (now 2.3.0).