Thanks EFP and gsamsa for sorting this out.

1. Dropped the SlimFX skin into the Squeezeceter HTML directory
2. Dropped the SocketPolicy plugin into the Squeezecenter Plugin
directory
3. Modified the SocketPolicy plugin:

line 15 in the install.xml file:

                <maxVersion>7*</maxVersion>

line 141 in the Plugin.pm file:

        my $newport = 1843;

4. Then as root ran the following command:

iptables -t nat -A PREROUTING -p tcp --dport 843 -j REDIRECT --to-port
1843


...and it works great!!!!


-- 
mick_w

http://www.ulverston.myzen.co.uk/mini-itx/
------------------------------------------------------------------------
mick_w's Profile: http://forums.slimdevices.com/member.php?userid=6526
View this thread: http://forums.slimdevices.com/showthread.php?t=32422

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to