Hello, I'm trying to set up NxFilter for the first time on Linux. To clarify, I am using an OS called Garuda that is based off of Arch Linux. The installation process went most of the way through and then had an error and stopped. This was the log:
If anyone could point me in the right direction of where I'm supposed to go with this or to resolve it, please let me know. Thanks!
Code:
INFO [09-01 16:22:24] - MM, RecatMan started. INFO [09-01 16:22:24] - RMcR, Resolving DNS server : [8.8.8.8, 8.8.4.4] INFO [09-01 16:22:24] - RMcR, Adding a upstream resolver : SimpleResolver [/8.8.8.8:53]. INFO [09-01 16:22:24] - RMcR, Adding a upstream resolver : SimpleResolver [/8.8.4.4:53]. INFO [09-01 16:22:24] - QDi, Reset user_quota. INFO [09-01 16:22:24] - QDi, Loading user_quota. INFO [09-01 16:22:24] - MM, RequestHandler started. INFO [09-01 16:22:24] - MM, UdpServer started. ERROR [09-01 16:22:24] - UdpServer.run, java.net.BindException: Permission denied INFO [09-01 16:22:24] - UdpServer.run, Couldn't bind UDP/53. You might want to check your permission! INFO [09-01 16:22:24] - ShutdownHook.run, Shutting down on 2021-09-01 16:22:24.
Comment