View Single Post
rm_you's Avatar
Posts: 98 | Thanked: 189 times | Joined on Jul 2007 @ San Antonio, TX
#29
The beta seems to work fairly well for me (I haven't tried linking it up with my MythTV yet though, no time at the moment for that) except the handling of the IP detection is now broken with my setup.

I have my server behind a router, meaning it has an internal IP like 192.168.*, but the outside address is a FQDN. It was working fine with just setting the $ip to my FQDN in version 0.02, but now it fails with "Unable to open socket my.domain.com:8090 - Cannot assign requested address".

This means I have to make $ip my internal IP and hardcode $URL to be my external FQDN, or else it doesn't point my browser to the right place. Not a big deal, just something to be aware of! (Also, I use VMWare, and when I let it autodetect my IP it chooses the last available interface, VMWare's vmnet, over eth0... I suppose mine is a exceptional case though >_>)

Last edited by rm_you; 2007-10-26 at 18:43.