I got a jamulus docker running on tamitam , now i’d like to try port forwarding from router to tamtam .
from here i am guessing i should add an entry like this to /etc/haproxy.cfg on the router :
listen jamuulus
bind 0.0.0.0:22124
mode udp
timeout connect 4000
timeout client 180000
timeout server 180000
server tamtam space.telavivmakers.org:22124
and then reload the config file something like:
kill -9 haproxy
haproxy -f /etc/haproxy.cfg
Can someone weigh in whether i need to use frontend/backend entries or is this single ‘listen’ entry enough, and is it correct to forward requests at port 22124 of the router to port 22124 at tamitam (where my process is listening)
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|_____|| |||||___||| |____|
|| W I R E L E S S F R E E D O M
CHAOS CALMER (15.05, r46767)
1 1/2 oz Gin Shake with a glassful
1/4 oz Triple Sec of broken ice and pour
3/4 oz Lime Juice unstrained into a goblet.
1 1/2 oz Orange Juice
1 tsp. Grenadine Syrup
root@TamiRouter:~# ssh tami@tamtam
ssh: Exited: Error resolving ‘tamtam’ port ‘22’. Name or service not known
root@TamiRouter:~# ssh root@tamtam
ssh: Exited: Error resolving ‘tamtam’ port ‘22’. Name or service not known
root@TamiRouter:~# ssh root@10.81.2.91
ssh: Exited: Error connecting: No route to host
root@TamiRouter:~# ssh tami@10.81.2.91
ssh: Exited: Error connecting: No route to host
root@TamiRouter:~# ssh tami@tami
ssh: Exited: Error resolving ‘tami’ port ‘22’. Name or service not known
root@TamiRouter:~# ssh tami@tamtam
ssh: Exited: Error resolving ‘tamtam’ port ‘22’. Name or service not known
root@TamiRouter:~# AAARGH