Latest Server related questions

Score: 0
Joshua Pinti avatar
How to enable socks5 and http on squid at the same time?
in flag

I'd like to enable both socks5 (I have checked and this is possible) and http at the same time for my squid proxy. So far the only way I've found to do this is to run 2 squid instances via docker but if there's a less resource intensive way I'd prefer that. I have also looked into using 3proxy and dante for socks5 but for my purposes they will not work.

Score: 0
Jimbot avatar
IIS 10 - Https with wildcard doesn't serve the good certificate (SNI)
cn flag

I have only two IIS Site :

  • subdomain.domain1.com
  • subdomain.domain2.com

And two certificates :

  • subdomain.domain1.com one standard
  • *.domain2.com one wildcard

For some strange reason, the site with the wildcard looks properly configured in both the console and netsh http show sslcert, but when I access the site on any browser, it fails with the error NET::ERR_CERT_COMMON_NAME_INVALID. When I check  ...

Score: 0
Remek avatar
Thales nCipher HSM Software
tj flag

I'm very new to the HSM world and wanting to learn I bough an old Thales nCipher HSM off eBay for $500. However I didn't realise I needed software for it and the seller didn't provide any (but I do have the smart card). I'm really stuck as it seems you can't just download the software from the vendor (which appears to have morphed companies), which is kind of silly as I assume the software would not be  ...

Score: 0
Feature Microsoft.ContainerService/AutoUpgradePreview is not enabled in AKS
it flag

I am trying to create Azure k8s cluster via terraform using Azure Devops.

terraform apply is failing with below error, i have tired using the below parameter referring https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#automatic_channel_upgrade

resource "azurerm_kubernetes_cluster" "aks_cluster" {
  name                       = 
  location              ...
Score: 0
how to get the auth statistics of kerberos server (MIT kerberos krb5kdc)
in flag

I am looking for a way to show Kerberos authentication statistics like how many auth success/failed/duration on krb5kdc. for success/failure I can get it from the syslog, but for the duration (the time taken to service the request successfully), seems hard to determine from the syslog. I can compare the log between AS_REQ and TGS_REQ, but both logs always showing the same timing (maybe because it takes  ...

Score: 0
No such file or directory when trying to create .ssh keys
cn flag

When I attempt to create ssh keys on my Debian instance :

ssh-keygen -f /home/serverkeys/.ssh/id_rsa 

I am getting the error : Saving key "/home/serverkeys/.ssh/id_rsa" failed: No such file or directory

I am using root user and when I check permissions on the directory :

 ls -ld

I get

drwxr-xr-x 2 root root 4096 Oct 17 08:32 .

I have a number of questions :

1)What am I missing and why is the s ...

Score: 0
Am Ventures avatar
Site working without SSL but not with SSL it will showing me Forbidden You don't have permission to access this resource
ua flag

I have a live domain which is working perfectly without SSL but on SSL it will showing me following page Error Image: https://i.stack.imgur.com/9GXjO.png

For this made changes in following files:
000-default:

<VirtualHost *:80>
    ServerAdmin mymail@gmail.com
    #DocumentRoot /var/www/
    DocumentRoot /opt/tomcat/webapps/ROOT/WEB-INF/
    Redirect  "/" "https://www.mydomain.in/"
</VirtualHost& ...
Score: 0
How to add the normal routing information of a router to BIRD?
us flag

Suppose the following network layout:

                         R1:                                   R2:
10.1.1.0/24 <--- 10.1.1.1, 192.168.1.1 <----------> 192.168.1.2, 10.1.2.1 ---> 10.1.2.0/24 

BIRD is installed on both R1 and R2. All information about the network topology is automatically given. It was my understanding that BIRD would automatically redistribute this information so that ...

Score: 0
Geospatial avatar
How to IMPORT complete DNS text Record to Windows Server 2016?
ph flag

I have reinstalled a Windows 2016 server. I am trying to re-establish my DNS records which I backed up prior to the NEW install. When my DNS records import it ONLY shows the SOA record and has NO details included (eg NS1 or NS2), especially considering it knows the domain from its name you supply during the process. All of the DNS exports had ALL the DNS data but NONE has been READ back into the new ser ...

Score: 0
anon avatar
Directory redirection issue with nginx set as reverse proxy
in flag

I have configured the server through Reverse Foloxy as follows:

Nginx reverse proxy(SSL Termination) - Varnish cache - Nginx web server(8080 port)

However, it has the following problems: For example, if you go to https://www.example.com/static (this is an example only, your domain is not my site), you will be redirected to http://www.example.com:8080/static/ . It is the same when accessing not only s ...

Score: 0
Holmes.Sherlock avatar
Cannot push all traffic through Wireguard tunnel on Ubuntu
ru flag

On server,

[Interface]
Address = 10.13.13.1
ListenPort = 51820
PrivateKey = <...>
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE

[Peer]
# peer1
PublicKey = <...> ...
Score: 0
user1013745 avatar
When we inplement the recaptcha enterprise in Salesforce Marketing Cloud cloudpages, we found we can't use the service account to do the auth
es flag

When we inplement the recaptcha enterprise in Salesforce Marketing Cloud cloudpages, we found we can't use the service account to do the auth2.0 authorization. Do we need use the API KEY method? If yes, we see the document with API KEY call still need "Note: This API request requires an authorization token from the Cloud SDK, which is generated by the gcloud auth application-default print-access-token c ...

Score: 6
Potatoes avatar
Docker on Ubuntu Server (Rasberry Pi) failed to create endpoint on network bridge, operation not supported
us flag

I am using Ubuntu 21.10 on a Rasberry Pi 4 (aarch64) and when I try to run a Docker (using version 20.10.7) container it returns the following error message:

docker: Error response from daemon: failed to create endpoint goofy_hypatia on network bridge: failed to add the host (veth3da4a58) <=> sandbox (veth987ce17) pair interfaces: operation not supported.
ERRO[0000] error waiting for containe ...
Score: 0
Redirect DNS server IPs on Unifi UDM-Pro using iptables
in flag

I'm using a Unifi UDM Pro as a gateway for 2 VLANs:

  • Main LAN (interface: br0, subnet: 192.168.1.1/24)
  • IoT Devices VLAN (interface: br3, subnet: 192.168.3.1/24)

Each has its own local DNS (Adguard Home) server (192.168.1.52 and 192.168.3.52 respectively). For each subnet, I want to prevent clients from bypassing the local DNS server assigned via DHCP. In order to do this, I SSH into the UDM Pro and e ...

Score: 0
GCP doesn't allow me to create a new project even if no other project is active
mg flag

I'm trying out GCP and I have run into this issue. I shut down all active projects and now I want to create a new one but it says I have reached the quota. There are no active projects, all of the projects are scheduled for deletion. I can restore an empty project (or any other project pending deletion) and it will work, but I cannot create a new one through the GUI or through the CLI. How can that be s ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.