Show all posts by user
Re: MacOS version, or a way to run under Wine
7 months ago, by Andrew in Connection Emulator Forum
Unfortunately it will not work under Wine because it relies on a driver within the Windows networking stack, which is not supported by Wine. For macOS, you can use a tool called Network Link Conditioner, which is part of Xcode and can be installed as explained here.
Re: How to delete a specific file on each startup
8 months ago, by Andrew in RAM Disk Forum
There is no selective clearing. The entire RAM disk is cleared upon restart.
Re: How to delete a specific file on each startup
8 months ago, by Andrew in RAM Disk Forum
RAM disk is a volatile storage solution, meaning it doesn't retain any data across system restarts. When your computer starts up, the RAM disk presents an entirely empty drive, without any files or folders. Therefore, there's no need to specifically configure it to clear a particular file, as all content is cleared automatically on shutdown.
Re: Browser cache relocated to RAM disk reverts to default location
8 months ago, by Andrew in RAM Disk Forum
There are a few possible reasons for that: Some browsers may delete and recreate cache directories during updates. This process often ignores existing symbolic links to a RAM disk and creates a new regular directory in their place. Security software or system policies may flag symbolic links in certain sensitive directories as potentially unsafe or unusual, especially in critical system folders
Re: How to include upload and download information in Netstat window
8 months ago, by Andrew in NetWorx Forum
For the Netstat window to have download and upload info, you need to enable application monitoring on the Main tab in Settings:
Re: How to exclude local network traffic without monitoring applications
8 months ago, by Andrew in NetWorx Forum
When monitoring a network adapter, it is not possible to exclude local traffic. In this mode, NetWorx simply checks the bytes sent and received by the adapter every second, without distinguishing between local and external traffic. As a result, local activities like file copying between computers are still recorded. The application monitoring feature processes traffic in a more sophisticated wa
Re: How to check RAMdisk health
8 months ago, by Andrew in RAM Disk Forum
Running mdsched (Windows Memory Diagnostic) is primarily for checking physical RAM for errors. As a RAM disk is a virtual disk created in RAM, its health is dependent on both: the physical memory itself and how the software handles it. While mdsched is good for identifying RAM issues, for specific issues with the disk you should also check file system integrity and do performance testing. Here
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
The fluctuations in your graph are caused by the misalignment between the polling interval (1 second) and the SNMP device's internal update interval (also 1 second). This misalignment can result in either receiving the same (stale) data twice or getting doubled values if two updates are read during a single poll. I believe this issue existed in the previous version as well, and unfortunately, ther
Re: Edge browser is not listed in Cache Relocator after moving its cache to RAM disk
8 months ago, by Andrew in RAM Disk Forum
Cache Relocator looks for %LOCALAPPDATA%\Microsoft\Edge\User Data\XXX\Cache, where XXX is a profile name. You can check if you have any profile folders there or try deleting the entire %LOCALAPPDATA%\Microsoft\Edge\User Data folder, which will prompt Edge to create a new one. This might help Cache Relocator recognise Edge again. Regarding creating additional directories on your RAM disk at boot
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
One straightforward way for us to access the A10 would be by running TeamViewer in a virtual machine on your PC, but it's up to you. If you're comfortable monitoring the Huawei interface connected to the A10, that could also serve as a good workaround. Thank you for the data you've provided - it has helped improve NetWorx for everyone.
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
This one is a bit trickier. With the Huawei F1A, we were able to use a publicly accessible device for testing, but we haven't been able to find any publicly available A10 CGNAT. If you could grant us read-only remote SNMP access to your device, we'd be happy to take a look and hopefully resolve the issue. To avoid sharing access details publicly, please open a private support ticket.
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
Good news! We have found a way to consistently monitor specific switches. Below is a screenshot showing data flow through a Huawei F1A: Please download the new build and let me know how it works for you.
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
It looks like we may be able to resolve this issue. I will post an update soon.
Re: How to save multiple networks for future scans
8 months ago, by Andrew in Network Scanner Forum
We've added a new 'New Window' option under the 'File' menu, which launches a new instance of the application with the current settings. The 'Bookmarks' menu has also been updated with a new feature: simply hold the Shift key while selecting a bookmark to open it in a new window. You can download the updated build here.
Feature Request: Display application hotkey
8 months ago, by Andrew in Network Scanner Forum
This already should be the default behaviour, as shown below. Are you seeing something different?
Re: Suggestion: Separate tab or windows for each bookmark
8 months ago, by Andrew in Network Scanner Forum
Just to clarify, are you asking for each selected bookmark to open in a separate tab or a new window, instead of replacing the current IP ranges?
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
It appears that my assumption was correct - your router updates the interface counters only about once a minute. Please see the consolidated data below: the time between Run1 and Run9 was 55 seconds to update the SNMP counters, which explains why your chart bars are spaced approximately one minute apart. If there is a setting in your router to update the data in the ifTable more frequently,
Re: No graph is displayed for SNMP connection to a Huawei router
8 months ago, by Andrew in NetWorx Forum
The SNMP output appears correct, but the graph suggests that the issue is likely due to SNMP update timings. The columns in your graph are evenly spaced, which suggests that the data is only being updated approximately once per minute. To test if this is the case, use the following command to retrieve ifInOctets for all interfaces: echo %TIME% & snmpwalk -r:10.255.255.100 -v:2c -c:bcrbfu
Re: exFAT and 2K allocation unit size
9 months ago, by Andrew in RAM Disk Forum
It seems to work as expected with the 2K cluster size. Perhaps you're using an older version of the RAM Disk app? There were a couple of issues related to custom cluster sizes that have been resolved in recent updates: Version 4.4.2: Fixed an incorrect cluster size issue when using custom sizes. Version 4.2: Fixed an issue with exFAT formatting for large disks with small clusters, where the
Re: No graph is displayed for SNMP connection to a Huawei router
9 months ago, by Andrew in NetWorx Forum
It's possible that the Huawei router is not displaying the graph due to several reasons: Invalid SNMP Credentials: Ensure that the SNMP community string and credentials are correct. SNMP Version Mismatch: Verify that the SNMP version configured on the Huawei router matches what your system is using. Missing ifTable or Access Restriction: The Huawei router may not support the ifTable OID, or SN
Re: "Driver initialisation failed" on Windows 11 24H2
9 months ago, by Andrew in RAM Disk Forum
It's probably that something wasn't carried over correctly after that Windows update. What does typing the following commands in the command prompt show? sc query SPVVEngine sc query SPVDPort
Re: WAN Connection Emulation on an Air-Gapped PC
9 months ago, by Andrew in Connection Emulator Forum
That correct, it isn't designed to simulate a full internet connection or make the system believe it's connected when it's not. Its main function is to apply WAN conditions like bandwidth limits, latency, and packet loss to an existing network connection. That said, if you are writing this message from the same computer, it means you are already connected to the internet. You can use netstat or
Re: WAN Connection Emulation on an Air-Gapped PC
9 months ago, by Andrew in Connection Emulator Forum
The network interfaces you mentioned (WAN Network Interface (IP), (IPv6), and (BH)) are virtual and typically appear in specific configurations like dial-up or PPPoE connections. If your computer is connected via regular Ethernet or WiFi, these interfaces usually won't show any meaningful traffic. Regarding the Established Connections window, it functions similarly to a built-in netstat tool, d
Re: Established Connections with process enumeration
9 months ago, by Andrew in Connection Emulator Forum
We have added a new column showing process names and their icons. The new build can be downloaded here.
Taskbar graph stopped working with StartAllBack - Fixed
9 months ago, by Andrew in NetWorx Forum
Thank you for reporting this issue. The current NetWorx design is supposed to use the new implementation for the Windows 11 stock taskbar, and the old classic implementation for all other cases, including when third-party taskbar enhancements (such as StartAllBack) are used. However, due to a small oversight, the graph was not initialised properly when a non-stock taskbar was in use. We have
Re: Application window opens too far to the right of the screen
9 months ago, by Andrew in WiFi Guard Forum
Do you have multiple monitors connected or a laptop and an external monitor? It must be an unusual display configuration.
Re: Application window opens too far to the right of the screen
9 months ago, by Andrew in WiFi Guard Forum
A delayed start would only be a workaround, not a solution. We've just updated the positioning code again, so please try the latest build and let me know how it works for you.
Re: MS Defender is blocking networx.exe
9 months ago, by Andrew in NetWorx Forum
Unfortunately in the recent months Microsoft have been showing many false positive detections in various software. However, we have just checked networx.exe and were unable to reproduce this particular issue with the latest Windows Defender update. Please try submitting the file to Microsoft, mentioning that you are getting a false positive. Once Microsoft re-analyse and whitelist the file, yo
Das Widget-Icon überdeckt die NetWorx-Anzeige in der Taskleiste - Gelöst
9 months ago, by Andrew in NetWorx Forum
It appears that this is a recent design decision by Microsoft. We have fixed the issue, and you can download the updated build here.
Re: Computer lost power and now Windows will not load
9 months ago, by Andrew in RAM Disk Forum
The ntbtlog.txt file, which is generated when you enable the boot log using bcdedit /set {current} bootlog yes, can be found in the following location after a reboot: C:\Windows\ntbtlog.txt If the file is not present or doesn't contain useful information, your system may be corrupted, and you might need to reset the BIOS or reinstall Windows. Here is a list of additional troubleshooting steps y