← Back to team overview

epoptes team mailing list archive

[Bug 937820] [NEW] Incorrect IP for x11vnc -allow option

 

Public bug reported:

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.

** Affects: epoptes
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References