It appears that subsonic is registering the wrong address for my personal .subsonic.org address. It is registering a private network IP address. How do I get subsonic to bind and only use one adapter?
Here is my setup:
1 ethernet adapter hooked up to HD Homerun
1 wireless adapter hooked up to the internet
My network looks like:
>ipconfig
Windows IP Configuration
...
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . : beer
IPv4 Address. . . . . . . . . . . : 192.168.1.71
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Autoconfiguration IPv4 Address. . : 169.254.110.209
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
When I try to go to worksforbeer.subsonic.org, it transfers to the 169.* address. Obviously, this does not work for any computer other then my localhost. I have tried editing subsonic-service.exe.vmoptions to bind to 192.* address. That does keep access limited to that ip address (and, no longer 127.* address or 169.*) But, it appears that it is still binding to the 169.* address. Any suggestions?