Newest Questions

3 votes
0 answers
126 views

I'm having a major problem converting my Dovecot configuration file to version 2.4.x. What I'm struggling with is using a dictionary to handle quotas within the MySQL backend (dict - plugin - Dovecot)....
Vacuum's user avatar
  • 31
1 vote
1 answer
171 views

We are trying to connect to a new Windows Server 2025 host to act as an authenticator for Sophos XG firewall 21.5.0. After adding DNS name, username and passwords, the "Test Connection" ...
Bhaumik Bhatt's user avatar
1 vote
1 answer
20 views

I'm using mod_qos (11.74-1build3) on apache (2.4.58) to discourage brute force hacks with: <IfModule mod_qos.c> QS_ErrorPage /qos-error.html # Identify login attempts SetEnvIf ...
flymike's user avatar
  • 263
2 votes
1 answer
73 views

From Ubuntu Server 24.04LTS I am able to mount a Windows 2019 shared folder named: //myserver.edu/wshared which has "Encrypt data access" enabled at the windows server 2019 while using in ...
Jose Cabrera Zuniga's user avatar
0 votes
0 answers
22 views

Currently I’m working with a server running in an AWS Lightsail instance. This instance runs Alma Linux with lightspeed, WHM and cPanel. Well, I saw this on the firewall on instance management: ...
Henrique R. Pohl's user avatar
3 votes
0 answers
86 views

I am trying to deploy two IIS sites to a new server. The sites are both running fine on another server, and were copied directly. I tried both via web deploy and simply setting up sites and copying ...
rgorr's user avatar
  • 81
1 vote
1 answer
202 views

I use Windows Server 2019 DC in my environment. All updates are installed. We use Windows 10/11 clients. We use a mix of 2012R2 - 2022 OS on other servers. I will set the UNC paths in the Default ...
Cell-o's user avatar
  • 457
2 votes
1 answer
114 views

I use Windows Server 2019 DC in my environment. All updates are installed. We use Windows 10/11 clients. We use a mix of 2012R2 - 2022 OS on other servers. I will disable WDigest Authentication in ...
Cell-o's user avatar
  • 457
1 vote
0 answers
90 views

I'm working on automating some certificate rotation tasks. Specifically, we still have some applications using AD FS SAML authentication, and so I'm converting this to use powershell run by a ...
Joel Coel's user avatar
  • 13.1k
1 vote
0 answers
21 views

My Quota increase requests are auto-denied and sales team is ignoring me since I'm not a business customer. I can not open a technical support ticket. What else there to do?
asungur's user avatar
  • 11
1 vote
0 answers
58 views

I am trying to connect to a Windows Server using SSH in a python script. I am able to connect with my username and password, but connecting with an SSH key fails with: Check username, key file path, ...
Safa Kashif-Naim's user avatar
2 votes
2 answers
153 views

I want to setup a Kubernetes Cluster, for testing and later for prod purpose. but I am stuck with the concept of VMs running in Kubernetes. First I want to mention that I don't have a shared storage, ...
pille's user avatar
  • 21
7 votes
1 answer
842 views

Although the Microsoft documents on penetration testing I have found advise one to inform Azure of upcoming penetration testing, it has proven quite impossible to do so. All links to a 'Penetration ...
Martin Vaughan's user avatar
1 vote
0 answers
65 views

A domain user cannot delete a file in their own folder via an FTP connection (tested with Total Commander and WinSCP), even though they are the owner of the file. The server is in the same domain. In ...
NKP's user avatar
  • 11
1 vote
0 answers
103 views

Imagine the following scheme: +--------------+ +----------+ | Synology NAS | <------- | Client 1 | +--------------+ +----------+ ^ | | +---------+ ...
Drobot Viktor's user avatar
1 vote
1 answer
202 views

I am trying to setup some very specific rules with NF tables, but I am stuck at some point. There is obviously something I am missing. Here is the script I am using: #!/usr/sbin/nft -f flush ruleset ...
calandoa's user avatar
  • 1,365
1 vote
0 answers
28 views

After a PenTest was told to set the HttpOnly flag on all of our cookies. We have an Ubuntu Server 22.04 & 24.04 LAMP stack with a WordPress website. I have made changes to /etc/apache2/apache2....
Andrew's user avatar
  • 11
0 votes
0 answers
46 views

I'm capturing packet using tshark -i INTERFACE -f FILTER -T json and I correctly see the output accordingly to the selected INTERFACE and FILTER. The output looks like this: { "_index"...
jei's user avatar
  • 101
0 votes
0 answers
25 views

I had a 3 node cluster with nodes: rabbitmq-01 rabbitmq-02 rabbitmq-03. The hosts file contains the names and the IP address of those hosts so they are able to reach each other via those names. The ...
Silviu Bajenaru Marcu's user avatar
2 votes
1 answer
574 views

My use case issue was an in place windows 10 pro 64 bit upgrade to windows 11 pro 64 bit on a live OS. I received the message "windows 11 installation has failed" with very little ...
scott_lotus's user avatar
  • 1,119
0 votes
1 answer
77 views

I would like to run two concurrent jobs on the same dual-socket server and that each job in run on its own socket exclusively. The jobs are multi-threaded. Is there a way to control this without ...
Martin Gustafsson's user avatar
1 vote
2 answers
157 views

How can I improve the scaling speed of my Kubernetes deployments? When I increase the replica count, it takes multiple minutes until new pods become ready. They are staying for a very long time in ...
Dor Alon's user avatar
1 vote
1 answer
50 views

I have two LDAPS configured with script described in OpenLDAP N-Way Multi-Master Replication with olcMirrorMode replaced with olcMultiProvider or as described in OpenLDAP : Replication section 18.3.3. ...
Marek Chmielowski's user avatar
2 votes
1 answer
232 views

I've implemented a cloud infrastructure for IIoT devices with Network Load Balancer with listener on 443 and Apache Proxy 2.4.37 installed on RedHat EC2 instance with Virtual host listening on 443 ...
Stefano's user avatar
  • 121
1 vote
0 answers
47 views

Problem statement I need an automated way of installing Visual Studio 2022 Build Tools on any version of Windows Server (on an EC2 instance). The intention is to use the server as a Gitlab Runner (...
Jans Rautenbach's user avatar
0 votes
1 answer
75 views

We have a classroom with computers. Students can use them at any time (even at night). All students have an account in Active Directory. Some students misuse the computers: playing online FPS, ...
iEPCBM's user avatar
  • 103
2 votes
0 answers
75 views

I need to redirect all traffic inside a container to my proxy. I have two scripts using tun2socks and badvpn-tun2socks. The latter is outdated, but here it is: #!/usr/bin/env bash set -euo pipefail ...
Tech of the Absence's user avatar
1 vote
1 answer
113 views

I'm performing a full backup on a MariaDB 10.6.8 instance on linux and encountering an issue where the --prepare step finishes successfully but fails to transition the backup state to full-prepared. ...
stander's user avatar
  • 21
1 vote
0 answers
118 views

I have a mariabd 11.8.3 server running on debian trixie and I am unable to login to root account. I want to login as root using sudo mariadb without specifying any password. However, it always fail ...
louisld's user avatar
  • 131
1 vote
1 answer
67 views

I'm trying to write a desktop application which will read my GMail inbox. I've registered a Desktop application in the Google Console, and verified a domain. The problem is that I have no settings for ...
George Hazan's user avatar
2 votes
1 answer
159 views

Initial Issue Exchange DAG environment with mailbox databases. Logs are not truncating even though: Replication health is good (CopyQueueLength and ReplayQueueLength = 0). No lagged copies. ...
Mercy's user avatar
  • 21
1 vote
0 answers
38 views

I'm seeing unexpected high traffic in Cloudfront and suspect someone is scraping our site. How can I find their IP address and block them?
Stack Exchange Broke The Law's user avatar
3 votes
1 answer
226 views

Debian 13, Kernel Version: 6.12.48+deb13-amd64 (64-bit) nfs.conf enabled settings: [general] pipefs-directory=/run/rpc_pipefs [lockd] port=32769 udp-port=32803 [...
VcDeveloper's user avatar
1 vote
0 answers
86 views

Context We host a few services like gitlab on-prem which are accessible from the outside at gitlab.example.com which points to origin.example.com and is registered on an external DNS server. On our ...
Noel Nemeth's user avatar
2 votes
1 answer
43 views

We have a number of hosts with domain names (the hosts are not aware of this domain name and do not send it.) We accept logs from those hosts based on their IP address: if ($fromhost-ip == '192.168.1....
miken32's user avatar
  • 1,052
1 vote
0 answers
71 views

I am using Windows Credential Manager to store Windows Credentials for a remote SQL Server on a different domain. The server has multiple instances, each of which is accessed through a different port. ...
Stevoisiak's user avatar
4 votes
1 answer
380 views

I have an EC2 instance on AWS which is currently accessible to anyone who has the URL. I want to restrict access to only users who are connected to my company's VPN. How can I do that?
Robin Steyer's user avatar
2 votes
0 answers
152 views

I need to prevent Microsoft 365 Companion Apps such as People, FileSearch, Calendar from automatically starting. I am administrator for several hundred Windows 11 clients, so I need to do this ...
deru's user avatar
  • 121
1 vote
1 answer
67 views

We have an 8-node Apache NiFi cluster with an external Zookeeper cluster, running on three separated networks: Service Management Backup Currently all NiFi and Zookeeper communication runs through ...
Esecede's user avatar
  • 11
0 votes
1 answer
122 views

My server is blocked by the provider due to unauthorized MAC addresses are originating from the host. However, Proxmox and the Windows guests are not using the MAC addresses. The following command on ...
K.Rens's user avatar
  • 41
8 votes
1 answer
536 views

I have a host on an internal network that needs to connect to an external ip to perform application level functions. It has been suggested by the application's support that our firewall configuration ...
RedDogsInTheBasket's user avatar
1 vote
1 answer
126 views

I recently compared the performances of two solutions: 1) a MDADM based RAID 1 with EXT4 on top of it and 2) a RAID 1 BTRFS, since it now appears stable and it is gaining in popularity. Here are the ...
zar3bski's user avatar
  • 145
0 votes
0 answers
18 views

I'm currently trying to test Kafka Connect inside a Docker container, built from confluentinc/cp-kafka:6.0.0 image. I'm following the documentation, and I have the following connector configuration ...
Eric MORAND's user avatar
0 votes
0 answers
31 views

It's my first time to setup TYPO3 on a LInux (Proxmax/Debian) system. Since Typo3 V3 I used Windows. My target is to use TYPO3 and other WEB content on the same server. Under Windows I had the other ...
HGA's user avatar
  • 21
0 votes
1 answer
100 views

I am installing on a Debian 12 server running Apache2 and PHP. I installed Postfix, and now I get the following configuration screen: No configuration: Should be chosen to leave the current ...
Chiwda's user avatar
  • 127
0 votes
0 answers
38 views

I have Kubernetes cluster set up on SLES using Flannel network plugin with standard 10.244.0.0/16 CIDR for a few years. I need to connect to an external LDAPS server that is using an overlapping IP ...
Mariusz Jędrzejewski's user avatar
0 votes
0 answers
41 views

We have deployed Azure Blob with NFS protocol. Below is storageClass code. It was working fine when we had public with limited access. Not when we had private endpoint few pods are coming up. But we ...
Karikaaalan's user avatar
0 votes
1 answer
135 views

I have Windows Server on AWS running a WebApp that uses a REST server. I am using IIS. I need the certificate on ports 443 - Normal port 2003 - Port for the REST server I am trying to get the ...
Rohit Gupta's user avatar
0 votes
1 answer
34 views

I'm trying to allow requests to a port only from specific IPs. I use the Strict Forward Ports feature to block any published ports by docker by setting StrictForwardPorts=yes in /etc/firewalld/...
maysi's user avatar
  • 103
0 votes
1 answer
95 views

I have a httpd load balancer with the following configuration (extracted from the example Clusters and Balancers): <Proxy balancer://myset> BalancerMember http://www2.example.com:8080 ...
glacier's user avatar
  • 160

15 30 50 per page
1
3 4
5
6 7
6586