Please note, this is a STATIC archive of website www.softperfect.com from 04 Jul 2018, cach3.com does not collect or store any user information, there is no "phishing" involved.

Show all posts by user

Re: How to re-enable Teredo manually

yesterday, by Andrew in NetWorx Forum

Perhaps this can help? In an admin command prompt type: netsh interface teredo set state type=default

Re: Best CPU for the job: E5 or E7 or I8/9 series

5 days ago, by Andrew in Bandwidth Manager Forum

Well, the faster the better, but generally most CPUs should be able to handle a few hundred rules with up to 400-500 Mbps.

Re: Best CPU for the job: E5 or E7 or I8/9 series

6 days ago, by Andrew in Bandwidth Manager Forum

Internally Bandwidth Manager uses one thread per network interface, so the quantity of cores may not have much effect. The more GHz the better though. There are usually other ways of improving performance, like reducing the number of rules in favour of a smaller ruleset with per-client tracking. If you just outline your setup and perhaps post a screen shot of the main display with rules, I

Re: Shared status lost on RAM disk after reboot

7 days ago, by Andrew in RAM Disk Forum

It is probably indeed the case: a RAM disk is ready after the Server service has started. This is more likely to happen for large RAM disks as they take more time to initialise. The easiest workaround is to change the Server's service to start delayed as shown below. Delayed start usually takes place within 2-3 minutes after boot, by which time the RAM disk should be ready.

Re: Feature requests: comma-separated port list, and quick telnet/ssh to a switch

8 days ago, by Andrew in Switch Port Mapper Forum

Hi Scott, thank you for the feedback! Regarding comma-separated values It is indeed a good point that sometimes one may need the values comma-separated rather than new-line separated. We have just added a way to do that. Download the new builds (installer, portable), hold Shift when copying column values. With Shift down, the result will be comma-separated. With Shift up, the result wil

Re: How to change the taskbar graph font size

8 days ago, by Andrew in NetWorx Forum

There is a couple of settings that help you change the graph appearance. The settings are located in so-called Hidden Options, and can be easily accessed by pressing Ctrl + O in the regular settings dialog. In particular you may want to set Overlay desk band numbers to FALSE and increase the Rates font size. Please note that you could also resize the graph. First, right-click the taskbar an

Re: How to get the real MAC address from behind a virtual MAC address

9 days ago, by Andrew in Network Scanner Forum

I am not sure there is a reliable way because the extender hides those devices behind itself. The way I can think of is to ask those devices directly. If those are Windows-based machines and file sharing is enabled there, the following setting should do the trick: Activate the NetBIOS query option Move it to the top of the list As a result, before sending an ARP query that gets intercept

Re: How to get monitor model and serial number via WMI query or class

11 days ago, by Andrew in Network Scanner Forum

Choose Options - Remote Scripting - New and copy and paste the above script. Give the new entry a name and make sure it's ticked in the list of scripts. After that, there will be a new column with that name, with the script output.

Re: Error C000009A

12 days ago, by Andrew in RAM Disk Forum

Again it's an odd error that indicates a resource shortage (not necessarily memory). Perhaps try with a different file system and the Hard Disk Emulation option on and off? If the above doesn't help, try using a logon-time disk instead of boot-time one or vice versa. If still no luck, what about two RAM disks of 4000 MB each?

Re: Error C000009A

12 days ago, by Andrew in RAM Disk Forum

Please try with the latest version (4.0.7). In particular we've improved memory allocation strategy in v4.0.5. Does a reboot help?

Re: NT error code C0000184 at loading

12 days ago, by Andrew in RAM Disk Forum

Granted it works with the HDD emulation off, there might be an uninitialised disk device or similar. Could you please launch (Win + R) diskmgmt.msc and post here a screen shot showing all configured disks? This may shed some light on your situation. But even if we can't tell why it happens, you will likely not see any difference with the HDD emulation off. I set this option off on my person

Re: NT error code C0000184 at loading

13 days ago, by Andrew in RAM Disk Forum

The error 0xC0000184 (STATUS_INVALID_DEVICE_STATE) generally suggests a requested resource wasn't in the expected state, e.g. not fully initialised. It's hard to tell what may be causing it since, as you say, it was working fine before; my best guess would be a system change or a third-party program installed. Just to confirm - that's a regular RAM disk without an image file? If so, please

Re: How to get monitor model and serial number via WMI query or class

13 days ago, by Andrew in Network Scanner Forum

You could use the following queries in the root\WMI namespace: SELECT UserFriendlyName FROM WmiMonitorID SELECT SerialNumberID FROM WmiMonitorID However those are byte arrays and will be displayed as . For human-readable format use the following VB script under Options - Remote Scripting. It will extract the byte arrays for model name and serial number and convert them to ASCII strings:

Re: How display WiFi traffic graph on Debian

16 days ago, by Andrew in NetWorx Forum

The graphs should work in the same way for wired and wireless connections. The Linux version of NetWorx supports one graph per connection, meaning you could have two graphs displayed: one for WiFi and one for Ethernet. If you share some screen shots, I may be able to advise with more specifics.

Re: How to display Windows version

18 days ago, by Andrew in Network Scanner Forum

I guess something like this should work. Try to connect with a host name, but if that fails, then again with the IP address: On Error Resume Next strComputer = Input.Column("Host Name" Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2" If Err <> 0 Then Err.Clear

Re: Access violation in module 'netscan.exe' - Fixed

18 days ago, by Andrew in Network Scanner Forum

We decided to publish a new build of 7.1.5 instead of releasing 7.1.6 to fix this Access Violation error, which also includes all prior changes initially planned for 7.1.6. Simply download the newest 7.1.5 files from the Network Scanner page: it now includes all the latest fixes and updates, including HTTPS for Remote XML.

Re: Error C000009A

20 days ago, by Andrew in RAM Disk Forum

As explained above, error C000009A means insufficient system resources, which typically indicates an out-of-memory condition. It is not necessarily low memory; for example, a similar error would occur if there was no continuous suitable block of RAM due to memory fragmentation. Please make sure you are using the latest version of the RAM Disk. I also recommend to increase the size of pagefile

Re: Authenticate with remote PC's local account

22 days ago, by Andrew in Network Scanner Forum

Well I am not really familiar with this area, but googling suggests that computername\accountname should work, but there may be a couple of settings that need to be changed. Please take a look at these discussions: one, two for directions.

Re: Ctrl+Click-drag selection bug: one item is dropped

22 days ago, by Andrew in Network Scanner Forum

Indeed this looks like a bug, I was able to reproduce this behaviour. The problem though is that it's somewhere deep down in the tree control's code, so fixing it is rather challenging. I will let the tree control's developers know, but granted it's open source they may be reluctant to spend time on this. As a workaround you can simply click the de-selected item again and it will be included i

Re: Access violation in module 'netscan.exe' - Fixed

22 days ago, by Andrew in Network Scanner Forum

Apologies, this bug related to automatic updates accidentally sneaked into the release. Please download a fresh copy from Network Scanner home page, install it over your current Network Scanner, and the problem should be gone.

Re: How to display Windows version

22 days ago, by Andrew in Network Scanner Forum

Thanks for sharing! And I love your sense of humour with Corporate Overlords and Dinosaur-shaped chicken nuggets

Re: Quotas and penalties

22 days ago, by Andrew in Bandwidth Manager Forum

How long has it been in the Unlimited state before 07:43? Say, if the user has used 2 GB starting at 6:00, it sounds about right as the quota is rolling and 2 GB were used in 1 hour and 43 minutes. Then at 8:00 it's a new hour, so a new quota allowance start to be used. There is no way to make it work exactly as you describe, i.e. one hour of usage followed by one hour of reduced speed, I'm af

Re: How to change database location

24 days ago, by Andrew in NetWorx Forum

Yes, it's possible to change the database location. There are two ways to do so: Quit running NetWorx and launch it again as administrator. Then go to the Hidden Settings and enter the new path under Database location. Alternatively, use a symbolic link to redirect the folder to another location. This method can be used for any program to redirect a folder to a different location. Quit Net

Re: Speed meter is running, but the graph shows no traffic

25 days ago, by Andrew in NetWorx Forum

If you have the Ignore local traffic within in the LAN option ticked, that's the expected behaviour. The network driver ignores any usage initiated by NetWorx itself. It can make the total figures less accurate, but unfortunately it's the decision of the driver's developers (we use a third-party driver). If this is your case, just wait a few minutes for the test to finish. If you are using ver

Re: Quotas and penalties

25 days ago, by Andrew in Bandwidth Manager Forum

This can be changed at the Advanced tab when editing a quota as shown below:

Re: How to exclude Local Traffic, but not Traffic to VPN

27 days ago, by Andrew in NetWorx Forum

Hmm, that's quite strange as theoretically removing 10.x.x.x from the ignored IP address list should have worked. It may have something to do with how the VPN software tunnels traffic. I'd recommend to try using an alternative network driver as follows: Download and install WinPCap. Restart NetWorx and untick Ignore local traffic within the LAN. From the now-available drop-down list of in

Re: How to launch on Ubuntu 18.04 LTS

27 days ago, by Andrew in NetWorx Forum

NetWorx requires the TopIcons GNOME extension to be installed as shown below. Once installed and rebooted, it should appear in the notification area.

Re: Quotas and penalties

28 days ago, by Andrew in Bandwidth Manager Forum

That's just how it works. For example here in your log: 1,"Rate limit changed for 2 GB then 3 MB [10.16.24.100] from Unlimited to 3 Mb/s","2018-05-25 22:46:21",2 2,"Rate limit changed for 2 GB then 3 MB [10.16.24.100] from 3 Mb/s to Unlimited","2018-05-25 23:00:25",2 The IP address 10.16.24.100 has used more than 2 GB at 22:46 and had its speed red

Re: How to exclude Local Traffic, but not Traffic to VPN

30 days ago, by Andrew in NetWorx Forum

I can say for sure that anything added into local hosts file would not affect monitoring. It's simply a map of names to IP addresses, which does not change anything other than name resolution. However regarding excluding local traffic while including VPN, I'd like to take a look at your IP configuration and the entries under the IP Address Range Manager. If you could post here the following it

Re: Feature request: tray notifcations, tray icon colour change, email alerts and log records when a host goes offline/online

4 weeks ago, by Andrew in NetWorx Forum

Thank you for your feedback. Regarding the bug I only managed to reproduce it once and it was unclear why it crashed. We have made a couple of changes that may have fixed the issue, so please grab the new build, install it over and let me know if you manage to crash it again this way. Regarding unreliable notifications They are in fact reliable, but are configured in a way to avoid f