public:radio:jre_and_echolink_proxy
Differences
This shows you the differences between two versions of the page.
| public:radio:jre_and_echolink_proxy [30/09/22 11:58 BST] – created john | public:radio:jre_and_echolink_proxy [26/04/23 14:44 BST] (current) – removed john | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | < | ||
| - | |||
| - | |||
| - | ====== Java JRE and Echolink Proxy ====== | ||
| - | |||
| - | ==== Setting up Echolink Proxy on VPS ==== | ||
| - | |||
| - | <code bash> | ||
| - | |||
| - | sudo apt-get install default-jre-headless | ||
| - | |||
| - | wget http:// | ||
| - | |||
| - | sudo apt-get install unzip | ||
| - | |||
| - | unzip EchoLinkProxy_1_2_3.zip | ||
| - | |||
| - | chmod 755 EcholinkProxy.jar | ||
| - | |||
| - | vi ELProxy.conf | ||
| - | |||
| - | </ | ||
| - | |||
| - | and set new password | ||
| - | |||
| - | === VPS Firewall === | ||
| - | |||
| - | on fasthost control panel open | ||
| - | |||
| - | '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | |||
| - | {{: | ||
| - | |||
| - | ==== Start Proxy ==== | ||
| - | |||
| - | '' | ||
| - | |||
| - | <code bash> | ||
| - | gm4slv@gm4slv: | ||
| - | EchoLink Proxy version 1.2.3 | ||
| - | Listening for connections on port 8100 | ||
| - | Ready for new client connection. | ||
| - | Client connected: 80.229.223.86 | ||
| - | Client authenticated (call=GM4SLV). | ||
| - | |||
| - | </ | ||
| - | |||
| - | This runs and works okay. | ||
| - | |||
| - | ==== Start in tmux ==== | ||
| - | |||
| - | <file bash start_proxy.sh> | ||
| - | #!/bin/bash | ||
| - | |||
| - | session=" | ||
| - | |||
| - | tmux start-server | ||
| - | |||
| - | tmux new-session -d -s $session | ||
| - | |||
| - | tmux rename-window " | ||
| - | |||
| - | tmux selectp -t 0 | ||
| - | tmux send-keys "java -jar / | ||
| - | |||
| - | </ | ||
| - | |||
| - | add '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | |||
| - | ==== Page Info ==== | ||
| - | |||
| - | |||
| - | --- //John Pumford-Green 04/06/22 07:26// | ||
| - | |||
| - | Page last updated: ~~LASTMOD~~ | ||
| - | |||
| - | {{tag> | ||
| - | |||
public/radio/jre_and_echolink_proxy.1664535521.txt.gz · Last modified: (external edit)
