how set up epoptes on a server with dynamic ip

Asked by stasia

My admin computer in school has a dynamic ip address. How do I configure epoptes if so?
Many thanks

Question information

Language:
English Edit question
Status:
Expired
For:
Epoptes Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Bjoern G. (nephilim1973-5) said :
#2

I am interested, too !

Unfortunatelly, it doesn't seem to work, because of a failing back route.

SERVER:
phantasy.dnyndns.org

/etc/default/epoptes:
-------------------------------
PORT=789
SOCKET_GROUP=epoptes

CLIENT:

/etc/default/epoptes-client:
---------------------------------------
server=phantasy

/etc/resolvconf/resolv.conf.d/base:
-------------------------------------------------
search dyndns.org

Starting client works fine. Icon appears in Server-Gui.
But if I start a broadcast session, the following error occurs:

21/12/2014 20:44:14 Making connection to client on host phantasy port 55354
21/12/2014 20:44:14 rfbConnectToTcoAddr: failed to connect
: No route to host
21/12/2014 20:44:14 connection failed: No route to host
21/12/2014 20:44:14 connect_tcp: trying: phantasy 55354
21/12/2014 20:44:14 rfbConnectToTcoAddr: failed to connect
: No route to host
21/12/2014 20:44:14 connect_tcp: connection failed: No route to host
21/12/2014 20:44:14 connect_tcp: re-trying epoptes 55354
21/12/2014 20:44:14 rfbConnectToTcoAddr: failed to connect
: No route to host
21/12/2014 20:44:14 connect_tcp: connection failed: No route to host
21/12/2014 20:44:14 connect_tcp: trying IPv6 phantasy 55354
21/12/2014 20:44:14 connect_tcp[ipv6]: trying sock=12 fam=2 proto=6 using 176.198.xx.xx
21/12/2014 20:44:14 connect_tcp[ipv6]: connect: No route to host
21/12/2014 20:44:14 connect_tcp[ipv6]: setsockopt IPV6_V6ONLY: Protocol not available
21/12/2014 20:44:14 reverse_connect: phantasy:55354 failed

Revision history for this message
Stasia (scani) said :
#3

I figured that out. Our school network has a single dynamic IP address for all computers in the classroom. BUT each computer has a unique IP in a local network, which is different from the Internet IP. So, I looked up the local IP address of the teacher's computer - it was also dynamic - and made it static by binding it to MAC address of the computer in the router's settings. This solved my problem!