
Originally Posted by
ukblacknight
1) When I start it, it's returning "Page Load Error", instead of the UI. I've noticed it's trying to set it up on my hamachi network, which I don't want, I'd rather it be on my local IP.
Hi there, i dunno if this is still usefull to you... Running Hamachi, you have to edit the file /etc/defaults/mediatomb
Code:
sudo nano /etc/defaults/mediatomb
then under INTERFACE write the name of your network interface, for example eth0
HTML Code:
INTERFACE=eth0
now in the same file change the parameters of connection like
Code:
ROUTE_ADD="/sbin/route add -net YOUR_IP netmask 255.255.255.0"
ROUTE_DEL="/sbin/route del -net YOUR_IP netmask 255.255.255.0"
If you have any doubt about your machine's IP or interface, give a ifconfig
Hope it works!
Bookmarks