Activity for NetIO-GUI

  • Markus Markus modified a comment on ticket #2

    Hi, I´m not sure if this helps but you could try to install an earlier version of NetIO-GUI (1.04 or 1.0.3 from https://sourceforge.net/projects/netiogui/files/). Former versions are compatible to the latest version and are built with an earlier version of the .NET framework and contain the 32-bit version of the netio.exe command line tool. If that won´t work, you could directly use the command line version of netio (win32-i686.exe from Github) on the Win7/32 server side.

  • Markus Markus posted a comment on ticket #2

    Hi, I´m not sure if this helps but you could try to install an earlier version of NetIO-GUI (1.04 or 1.0.3 from https://sourceforge.net/projects/netiogui/files/). Former versions are compatible to the latest version and are built with an earlier version or the .NET framework and contain the 32-bit version of the netio.exe command line tool. If that won´t work, you could directly use the command line version of netio (win32-i686.exe from Github) on the Win7/32 server side.

  • C Baxter C Baxter created ticket #2

    NetIO-GUI System Requirements

  • NetIO-GUI NetIO-GUI released /netio-gui_v1.0.8_portable.exe

  • NetIO-GUI NetIO-GUI released /netio-gui_v1.0.8_release.zip

  • NetIO-GUI NetIO-GUI released /netio-gui_v1.0.8_setup.exe

  • Markus Markus modified ticket #1

    GUI doesn't allow some valid addresses.

  • bigstusexy bigstusexy posted a comment on ticket #1

    Yes, I get it that the 0 was the problem. I'm sorry I don't do much if any programming so I can't recompile it. I just wanted to report that I know 172.23.8.0/16 is a valid address but the GUI doesn't think so and the command line does. My current server is using that internal address so I had issues today.

  • Markus Markus modified ticket #1

    GUI doesn't allow some valid addresses.

  • Markus Markus modified a comment on ticket #1

    Hi, IP adresses are validated in the following function. In a.b.c.d every tuple has to be a one to three digit number. a and d must be 1-255, b and c must be 0 to 255. So it looks like the 0 in the last tuple is the cause of the problem here. Let me know if this helps. Private Function IsIpValid(ByVal ipAddress As String) As Boolean Dim expr As String = "^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$" Dim reg As Regex = New Regex(expr) If (reg.IsMatch(ipAddress)) Then Dim parts() As String = ipAddress.Split(".")...

  • Markus Markus posted a comment on ticket #1

    Hi, IP adresses are validated in the following function. In a.b.c.d every tuple has to be a one to three digit number. a and d must be 1-255, b and c must be 0 to 255. So it looks like the 0 in the last tuple is the cause of the problem here. Let me know if this helps. ~~~ Private Function IsIpValid(ByVal ipAddress As String) As Boolean Dim expr As String = "^\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}$" Dim reg As Regex = New Regex(expr) If (reg.IsMatch(ipAddress)) Then Dim parts() As String = ipAddress.Split(".")...

  • bigstusexy bigstusexy created ticket #1

    GUI doesn't allow some valid addresses.

  • Markus Markus committed [r44]

    Use maskedTextbox for IP textbox

  • Markus Markus posted a comment on discussion General Discussion

    Hi @birch, auto discovery would only be possible in local networks, not in routed (VPN) environments. But it´s a good idea to have that. If I find some time in the future, I will add it.

  • Markus Markus posted a comment on discussion General Discussion

    Hi birch, thanks for your work. The HnD project would be nice to have, perhaps I can rework the translation. Please send it to m.busche@gmail.com

  • birch birch posted a comment on discussion General Discussion

    I did a google translate of the help file into English, if you want it. Here's the CHM and the HTML help pages Let me know if you want the HelpNDoc project.

  • birch birch posted a comment on discussion General Discussion

    Hi Marcus, Thanks for the great software. The only thing that I can see that would be nice is a way for the client-mode to auto-detect where the server is running. I've seen this on Netstress http://nutsaboutnets.com/netstress/ . They call it auto node discovery. Netstress doesn't have the features you do, however. The database and the simple firewall settings are what makes your tool stand out for our use. Thanks.

  • Markus Markus posted a comment on discussion General Discussion

    Hi, I found some time to work a little bit on my project. Any ideas concerning new features? Suprisingly many downloads, so feel free to comment here. Regards, Markus (Author)

  • Markus Markus committed [r43]

    added some more logging

  • Markus Markus committed [r42]

    Project settings, build batch

  • Markus Markus committed [r41]

    Refactoring

  • Markus Markus committed [r40]

    localisation, URL

  • Markus Markus committed [r39]

    removed .net install check_.net.au3

  • Markus Markus committed [r38]

    filelist.txt updated

  • Markus Markus committed [r37]

    .ignore

  • Markus Markus committed [r36]

    fixed Settings.Designer.vb

  • Markus Markus committed [r35]

    Migrated help source to new version update

  • Markus Markus committed [r34]

    Cleanup

  • Markus Markus committed [r33]

    Removed obsolete Download.vb, added manifest

  • Markus Markus committed [r32]

    Netio Download URLs updated

  • Markus Markus committed [r31]

    added missing files

  • Markus Markus committed [r30]

    Download.vb

  • Markus Markus committed [r29]

    pre 1.0.6

1
MongoDB Logo MongoDB