meseretakalu / iptux

Automatically exported from code.google.com/p/iptux
0 stars 0 forks source link

hangs at startup for larger scanning range #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. My university campus is behind the firewall and proxy. Hence we use local ip 
scheme.
2. To get more umber of lan users in the iptux, I set its scanning range to 
10.0.0.0 to 10.255.255.255
3. Hence everytime after starting, iptux starts scanning and hangs

What is the expected output? What do you see instead?
It should show users list as it works with default installation.
It hangs everytime after starting and hence I cant even reset the ip scanning 
range.

What version of the product are you using? On what operating system?
I use iptux 0.5.1 on Ununtu 10.04 which is available in standard repository.

Please provide any additional information below.
May be it keeps on waiting for some reply packets which are blocked by routers.

regards
Advait Mohan Raut
[http://www.cse.iitb.ac.in/~amraut]

Original issue reported on code.google.com by advait.m...@gmail.com on 11 Aug 2010 at 1:22

GoogleCodeExporter commented 8 years ago
as workaround you can edit the file ~/gconf/apps/iptux/%gconf.xml and delete 
your settings (you must remove the two LI tags (list items)

<entry name="scan_net_segment" mtime="1288619158" type="list" ltype="string">
  <li type="string">
    <stringvalue>10.0.0.0</stringvalue>
  </li>
  <li type="string">
    <stringvalue>10.255.255.255</stringvalue>
  </li>
</entry>

Saludos!

Original comment by docksud...@gmail.com on 1 Nov 2010 at 1:53

GoogleCodeExporter commented 8 years ago
i am also having the same problem in ubuntu 11.04 .
i tried changing the range of ip addresses to very small range and also removed 
the both LI tag ....but in both the cases it didnt work...
iptux still hangs ....
any other solution ?

Original comment by guptaarp...@gmail.com on 4 Aug 2011 at 1:33

GoogleCodeExporter commented 8 years ago
this problem had been solved in latest iptux0.5.2

Original comment by cwll2...@126.com on 17 Nov 2011 at 3:50