Newest Questions
329,256 questions
0
votes
0
answers
8
views
Using Cockpit to let UNIX users change their own passwords via GUI
I set up an SFTP server which uses local UNIX users (passwd) as SSH/FTP logins.
One major drawback of my setup is that I have to generate, manage, and hand out passwords to FTP users, while I would ...
0
votes
0
answers
5
views
Restrict IoT zone from accessing gateway zone in Unifi
I'm looking to clamp down on my IoT devices, so I've put most of them in an IoT zone and network. Right now the IoT to Gateway policies allow mDNS and all traffic. Looking at the Zone Matrix, the ...
0
votes
0
answers
16
views
Some applications are blocked on some of our networks
I work for a company with four office locations. We run several applications in the cloud that are accessible to employees at each of our locations. We are running into issues with 2 applications ...
0
votes
1
answer
12
views
installing a JAVA windows using procrun triggers automatic elevation, why?
I try to use procrun to install a Java app as a Windows-Service ( using Windows 11).
Running my setup from within an already elevated context, it works as expected.
However, starting it as normal user,...
1
vote
0
answers
31
views
Testing UDP via Dante SOCKS5 Proxy
Server hosts dante SOCKS5 proxy with the following configuration (dante.conf):
logoutput: syslog
user.privileged: root
user.unprivileged: nobody
# The listening network interface or address.
# I also ...
0
votes
0
answers
30
views
SSL protocol error when forwarding HTTPS traffic from an old domain to a new domain via IONOS
I have a problem forwarding HTTPS traffic from an old domain to a new domain.
What I need is clarification as to what is actually happening and why. I have looked at similar questions on ServerFault ...
0
votes
0
answers
22
views
IIS/Web deploy: import error and MultiSz handling
I exported a web site from IIS 8.5 (Windows Server 2012R2) using Web Deploy v4:
msdeploy -verb:sync
-source:metakey=lm/w3svc/18
-dest:archiveDir="c:\migr\www.mywebsite.com"
When I import ...
0
votes
0
answers
24
views
Trouble Netbooting RHEL 10.0 over HTTP / iPXE / GRUB on older CPUs
After some time, I decided to update my install server to the latest RHEL releases (8.10, 9.6, 10.0).
There were no issues with releases 8.10 and 9.6, but with release 10.0 I encountered a problem.
...
0
votes
1
answer
40
views
How to forbid a domain to send emails? (Prevent spoofing.)
We have a few domains, which are not expected to send emails, therefore I would like to know if there is a way to effectively forbid those domains to send emails to prevent spoofing my company various ...
0
votes
0
answers
48
views
Bash Script Linux - combines a QUIET function with other functions without hiding some of them [migrated]
#!/bin/bash
DefaultColor="\033[0m"
GREEN="\033[32m"
RED="\033[31m"
PURPLE="\033[35m"
YELLOW="\033[33m"
CYAN="\033[36m"
CmdOk="\033[...
-1
votes
0
answers
28
views
How to connect directly to a Hyper-V VM using a public IP on Windows Server 2022 [closed]
I have installed Hyper-V on a Windows Server 2022 machine, and there’s only one VM available in Hyper-V. The server (host) has a public IP address for example, 151.104.3.69.
I want to connect directly ...
-1
votes
0
answers
44
views
Heroku public key not available preventing sudo apt update
I encountered the issue in
this question.
Running sudo apt update or sudo apt-get update results in the error "public key not available" for Heroku and Chrome.
Attempting to find the key as ...
0
votes
1
answer
62
views
Squid Proxy Is Not Accessing HTTPS
I have a PFSense router running Squid Proxy with ClamAV antivirus. I want to connect all my windows computers from the LAN network to the proxy on default port 3128. My windows PC loses internet ...
-1
votes
1
answer
79
views
Connect multiple "dumb devices" with same IP address [closed]
I have a "dumb device", with IP address, VLAN, and address that the device can communicate with are unchangeable.
I need to connect multiple of these devices to a Windows PC with multiple ...
0
votes
0
answers
21
views
Pacemaker: Frequent VIP failover between two nodes
I have two nodes running on VMware that have a VIP address assigned using Pacemaker and Corosync. However, the address frequently switches between the nodes. Is it possible to configure a delay or ...