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.
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.
NetIO-GUI System Requirements
GUI doesn't allow some valid addresses.
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.
GUI doesn't allow some valid addresses.
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(".")...
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(".")...
GUI doesn't allow some valid addresses.
Use maskedTextbox for IP textbox
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.
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
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.
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.
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)
added some more logging
Project settings, build batch
Refactoring
localisation, URL
removed .net install check_.net.au3
filelist.txt updated
.ignore
fixed Settings.Designer.vb
Migrated help source to new version update
Cleanup
Removed obsolete Download.vb, added manifest
Netio Download URLs updated
added missing files
Download.vb
pre 1.0.6