Quantcast
Channel: SATellite TV | CCcam forum | IPTV forum | IPTV | Internet TV
Viewing all articles
Browse latest Browse all 5044

How to make udpxy to start after boot , autostart udpxy on Enigma 2

$
0
0
In order to get udpxy to start after boot, you need to follow this procedure (I tested it on OpenPLi):

1. Put start script to /etc/init.d folder on your receiver.
Use FTP for this. Put 0755 permissions to this file!


2. Now connect to your receiver using telnet (I suggest DCC for E2)
and execute this command:

Code:

ln -s /etc/init.d/udpxy /etc/rc3.d/S99udpxy
3. Restart your receiver. After restart udpxy should automatically start.
If you want to change port on which udpxy works, just change this line in start script:

Code:

start-stop-daemon -S -b -n udpxy -a /usr/bin/udpxy -- -p 8088
As you can see default port is 8088. My recommendation is that you change this port to something which is not 8088 or 1234 as these ports are too common.

Tip

Attached Files



Viewing all articles
Browse latest Browse all 5044

Trending Articles