Originally posted by support200
View Post
Announcement
Collapse
No announcement yet.
100% CPU usage "java -Djava.net" (reddit duplicate)
Collapse
This topic is closed.
X
X
-
No, I just log into my Windows Administrator account, and in this account, there are no GPOS for my Windows admin user and even without GPOS (group policies), the POWERSHELL service still takes up a lot of CPU. This service just stops taking up absurdly, after I disable the service called NXPROXY inside the windows services.msc panel as an adminOriginally posted by support200 View PostDid you run NxProxy on CMD with your login account? If you talk about NxProxy as Windows service, it's not your login account. It runs under another account.
Comment
-
Your service is not running with Admin account. It runs with another account. What's your DNS server IP? It tries to change your DNS settings every 15 seconds,
Try this command on your CMD while your NxProxy running,Code:NFO [11-17 16:28:42] - LocalResolver.findLocalDnsIpByDhcp, New local DNS server = 8.8.8.8. INFO [11-17 16:28:43] - HandyMan.hijackDns, Updating DNS settings on Windows.
And show me the result. Run the command while your NxProxy running.Code:nslookup google.com
Comment
-
Why don't you just separate your system from Active Directory. I actually don't understand why you run NxFilter on cloud while you have AD in your local network. NxProxy is for mobile workers. It shouldn't be in AD. If you want to run it inside AD, it should be able to change its system DNS settings. And you keep saying that you logged-in as Admin but your NxProxy is already running before you logged-in. That's because it's a Windows service. It's not related to your login account.Last edited by support200; 11-19-2021, 02:05 AM.
Comment
-
This is an older answer from me,
What did I tell you? If it can't change it, try to change it by yourself. Change your DNS server IP to 127.0.0.1.You were talking about NxFilter on Ubuntu. You run your VMWare on your Windows workstation and you run NxProxy there? NxProxy tries to change your DNS settings every 15 seconds. And it uses Powershell script there. Did you lock your DNS settings somehow? Then unlock it for NxProxy to change it. Or you can change your DNS server settings to point 127.0.0.1 by yourself.
Comment
-
Here is the result attached.Originally posted by support200 View PostYour service is not running with Admin account. It runs with another account. What's your DNS server IP? It tries to change your DNS settings every 15 seconds,
Try this command on your CMD while your NxProxy running,Code:NFO [11-17 16:28:42] - LocalResolver.findLocalDnsIpByDhcp, New local DNS server = 8.8.8.8. INFO [11-17 16:28:43] - HandyMan.hijackDns, Updating DNS settings on Windows.
And show me the result. Run the command while your NxProxy running.Code:nslookup google.com
Comment
-
I am not using active directory on this network.I have deployed the NXFILTER server in the cloud, precisely to not have costs in setting up and taking care of a physical server, with security, heating ...Originally posted by support200 View PostWhy don't you just separate your system from Active Directory. I actually don't understand why you run NxFilter on cloud while you have AD in your local network. NxProxy is for mobile workers. It shouldn't be in AD. If you want to run it inside AD, it should be able to change its system DNS settings. And you keep saying that you logged-in as Admin but your NxProxy is already running before you logged-in. That's because it's a Windows service. It's not related to your login account.
The public address of my NXFILTER server is 186.226.57.248Last edited by marcelofares; 11-19-2021, 01:45 PM.
Comment
-
Yes, I always have very high CPU load with this WINDOWS POWERSHELL process consuming a lot, and when I disable the NXPROXY service that runs in the background, everything goes back to normal and no excessive load.Originally posted by support200 View PostI saw the log file and it tries to update your DNS settings. When you get that capture image, do you see that 100% CPU load?
Comment
-
I attached a new one with more log messages. Try to run it on foreground with your Admin account.
1. Stop your service.
2. Copy the attached nxproxy.jar to C:\Program Files (x86)\nxproxy\
3. Run C:\Program Files (x86)\nxproxy\bin\startup.bat
And upload your log file after 5 minutes.Attached Files
Comment
-
Originally posted by support200 View PostI attached a new one with more log messages. Try to run it on foreground with your Admin account.
1. Stop your service.
2. Copy the attached nxproxy.jar to C:\Program Files (x86)\nxproxy\
3. Run C:\Program Files (x86)\nxproxy\bin\startup.bat
And upload your log file after 5 minutes.
Just performed the procedure you instructed me to do.
What I noticed = The high powershell consumption is not constant anymore, sometimes the process goes to a peak, but there is not every moment. Here are the prints and logs of what I managed to get.
Note - startup.bat was running (open without closing).Attached Files
Comment
Comment