Latest Server related questions

Score: 0
marcohald avatar
L2TP Disconnect after 59 Minutes / 1 hour only with IPv6
in flag

I have a Windows Server 2022 with L2TP configured. The Server has a NATed IPv4 and a Public IPv6.
The Clients are all Windows 10 20H2
The Clients connect via it's DNS Name. The most clients do not support IPv6 and connect via IPv4.
They don't have any Problems with the connection.

But the Clients with IPv6 Addresses loose their Connection after 59 Minutes.
I have looked at three Different Clients wit ...

Score: 0
How to troubleshoot Ubuntu Certbot cron/timer?
us flag
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:        20.04
Codename:       focal

and have installed certbot via apt-get

My issue is that it is the second time that certificates expire and the cron(also systemd service) installed by certbot is not working.

I see this file created:

/lib/systemd/system/certbot.timer

[Unit]
Description=Ru ...
Score: 0
PHP7.4 not running on apache2
cn flag

I'm running trying to run php7.4 on an Apache2. For some reason, when I try to run any use any php scripts in my code, they do not run, and all that is shown is the comment.

What I have in my code is this:

<?php                                                                                                                  
include("developers.php");                                                  ...
Score: -1
Paul Akintunde22 avatar
The Importance of Paying for SSL Certificate
de flag

Is It really compulsory to pay for ssl Certificate while setting up website? What are the advantages and disadvantages? Thank you.

Score: 0
unix_ike avatar
Debian kernel upgrade issue
ua flag

I was checking my Debian 11 bullseye kernel if i have fix for Dirty Pipe vulnerability. Seems that kernel version 5.10.102 has the fix for that. Problem is that i cannot get upgrade for that kernel version. At least with apt-get update command. Do i have to manually upgrade my kernel or is there some repository which i have to add to my sources.list? Also apt-get update or apt-get dist-upgrade does n ...

Score: 0
my rsyslog not listening in the port
cn flag

I have a librenms that is not collecting the syslogs, so it seems that it is not listening through the port. I copy the /etc/rsyslog.conf and the ports it listens to see if you see something wrong

>     # /etc/rsyslog.conf configuration file for rsyslog
> #
> # For more information install rsyslog-doc and see
> # /usr/share/doc/rsyslog-doc/html/configuration/index.html
> 
> 
>  ...
Score: 0
Mikkel Rev avatar
I want to update a debian package, but apt deletes packages that are needed
tt flag

I can see that my xfce4-panel version didn't get upgraded to 4.16 (it's still 4.12) after upgrading debian from buster to bullseye. So I wrote sudo apt install xfce4-panel to try to upgrade xfce4-panel. But then I'm greeted with this suggestion to remove the packages that I am using, like clang, libreoffice and so on

$ sudo apt install xfce4-panel
Reading package lists... Done
Building dependency tree...  ...
Score: 0
tiger_groove avatar
Curl request to cluster node port hangs
us flag

I am attempting to make a local request to the kubernetes cluster that is hosted on my server, the cluster's NodePort is listening at the following address 172.20.120.1:30280. External client in production are required to make requests to 172.20.0.1:8000 (this cannot change), so I am attempting to add a DNAT rule to nat the traffic from:

172.20.0.1:8000 -> 172.20.120.1:30280 (k8s NodePort)

I  ...

Score: 0
Tim avatar
How to force HTTP status code to 404 with custom redirected 404 error page?
kp flag
Tim

I have setup a custom 404 error page to site on nginx setup.

I have this:

error_page 404 = @ext_404;

location @ext_404 {
    proxy_pass https://www.xexe.com;
    rewrite .* /en-en/test/250/ break;

    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header Host www.xexe.com;
    proxy_set_header X-NginX-Proxy true;
    proxy_redi ...
Score: 2
How to configure wireguard to forward client IP address (with gateway)?
jp flag

I am trying to configure wireguard to work as a VPN server. The main problem is, that the gateway only forwards the VPN server ip to other server, not my client IP.

My setup is the following:

                                                        - server A (10.10.0.4)
                                                      /
CLIENT (10.10.1.3) -> wireguard server (10.10.1.2) -- 
                    ...
Score: 0
Ajay Kumar avatar
Nginx Proxy_pass is adding www in proxy_pass url
us flag
add_header X-debug-message "$uri";
add_header X-debug-message "$request_uri";
if ($http_user_agent ~* "teams|twitterbot|facebookexternalhit") {
rewrite detail/one  /api/detail/one break;
proxy_pass https://example.online;
  }
}

I am using this config in Nginx to rewrite URL and request on the given domain using proxy_pass. But when the request is hit, it redirects to http://www.example.online/ap ...

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.