epoptes team mailing list archive
-
epoptes team
-
Mailing list archive
-
Message #00124
[Bug 937820] Re: Incorrect IP for x11vnc -allow option
Fix released in Epoptes 0.5.0.
** Changed in: epoptes
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Epoptes
Developers, which is the registrant for Epoptes.
https://bugs.launchpad.net/bugs/937820
Title:
Incorrect IP for x11vnc -allow option
Status in Epoptes:
Fix Released
Bug description:
Hallo,
there is typo in the code of _broadcastScreen()
self.vncserver = subprocess.Popen(['x11vnc', '-noshm', '-nopw',
'-quiet', '-viewonly', '-shared', '-forever', '-nolookup',
'-24to32', '-rfbport', str(self.vncport), '-allow',
'127.,192.168.,10.,169.254.' ])
in file /usr/lib/python2.6/dist-packages/epoptes/ui/gui.py. This list
should be list of private ranges 192.168.X.X, 10.X.X.X and 172.X.X.X,
but there is "127." instead of "172." written.
In the network 172.X.X.X will not broadcast screen.
Regards,
Robert Wolf.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/937820/+subscriptions
References