Latest Server related questions

Score: 0
Pedram Masoumi avatar
CentOS 7 , OpenVPN Server Radius Plugin
vn flag

On my new openvpn server install radius plugin can not read client status. It worked on previous installation, now all things are the same, but not working.

OpenVPN Server Conf:

port 57192 
proto udp
dev tun
user nobody
group nobody
persist-key
persist-tun
keepalive 10 120
plugin /etc/openvpn/radiusplugin.so /etc/openvpn/radiusplugin.cnf
duplicate-cn
topology subnet
server 10.8.0.0 255.255.255.0
ifcon ...
Score: 4
Emre6 avatar
use "rewrite" and "try_files" together [Nginx]
cn flag

I removed the ".php" suffix at the end of the PHP files on the Nginx server with the following code, but this time I cannot send some data to the server.

try_files $uri/ $uri.html $uri.php$is_args$query_string;

Some links on the site are sent with Ajax, and the ".php" extension is not available at the end of these links. E.g; https://panel.example.com/app/controller/ajax/collect

For example, when I want  ...

Score: 0
Gimme the 411 avatar
Netplan - Error in network definition: Updated definition changes device type
gb flag

I'm trying to set a static ip on Ubuntu.

ip a:

1: lo <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
   ...
2: epn2s0: <NO-CARRIER,BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
   link/ether ... brd ff:ff:ff:ff:ff:ff
3: wkp1s0: <BROADCAST,MULTICAST,UP_LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
 ...
Score: 0
Qbert avatar
Azure Stack REST APIs
us flag

We are looking for Azure stack Resource REST APIs. we want to handle Azure stack Resources like Resource groups, Virtual machines, Vnet, Subnet, etc. using REST APIs, can anyone point us to any link or document so where we can get all these APIs.

Score: 0
certificate cannot be used as an SSL server certificate
us flag

I created a certificate using powershell command New-SelfSignedCertificate

and I was able to see the certificate in MMC\Certificate Personal store. I then moved it to the Trusted store to get rid of the warning message in the certificate. I exported the certificate so that I may import it in IIS. (the exported file has the PFX extension)

after providing the pass-phrase/password, i got the error:

"ce ...

Score: 0
ShohamD avatar
Do not recursion DNS queries
bt flag

Is it possible as a user to send a dns query and ask from the resolver to does not recursion the query? I realized that it is possible on the Resolver server itself if you are managing it and I wanted to know if there is a flag that can be sent with “dig” that asks the Resolver not to recursion on the specific query I sent. Thanks

Score: 0
baatasaari avatar
Upgrade Kubernetes Version using Kubespray
cz flag

I am trying to upgrade our bare metal cluster using Kubespray to K8s v1.14.10. Currently the cluster is on v1.14.3(master) and nodes on v1.14.7. I am using kubespray v2.11.0 . My understanding is it supports the upgrade from K8s v1.14.0 thru v1.15.3. So, I used the command as told in kubespray page to upgrade the cluster,

ansible-playbook -vvvv -b upgrade-cluster.yml -i inventory/poc-01/inventory.in ...
Score: 0
Paulo Borges avatar
Google Compute Engine Debian VM, firewall rules only apply to IPV6
tr flag

I am using a Debian VM on Google Cloud working as an API provider. I access the API from Android on tcp port 30300 and it works OK. I also access the API from a C++ App running on microcontrollers and it also works OK. Then I decided to also provide the means to access the API from PHP and it is not working.

From an external server running Apache the API behaves as if it is not acessible, the API ...

Score: 0
Gr4cchus avatar
TCPDUMP Order of Operations: exclude and include
cn flag

Trying to look at multicast traffic so I created a filter to monitor the range, then began to slowly add statements to exclude things not relevant but didnt get expected results. Do you do the opposite when writing, so put narrow excluding statements first then tac on large overarching statements at the end?

Failed attempt:

tcpdump -i any -s0 net 224.0.0.0/4 && not net 239.254.127.63/32 &&am ...

Score: 0
Dynamic Google hosted DNS zone update by DHCP
us flag

I have dns zone running in Google Cloud. I would like to integrate my ISC-DHCP with that zone by enabling automatic host registration into the zone.

I'm looking for some analogy to enable in Google Cloud this BIND feature:

   key DHCP_UPDATER {
     algorithm HMAC-MD5.SIG-ALG.REG.INT;
     secret pRP5FapFoJ95JEL06sv4PQ==;
   };

   zone "example.org" {
        type master;
        file "example.org.db ...
Score: 1
Rohini avatar
Mounting EC2 directory with existing data to Fargate container using EFS
gr flag

I have an EC2 instance with a huge directory(ex. /large-dir) that containers need to access. Both instance and container share same network and security group. I'm able create and mount an EFS to container as well as add/remove files from the EFS after it is mounted.

On the instance there are processes that constantly write to /large-dir, so I cannot rename or move this directory.

At the moment I ca ...

Score: 0
cr001 avatar
Dnsmasq server does not work when configured as the primary DNS in my router
tr flag

I have a LAN with IP range 192.168.2.* and the following configuration:

  1. There is a router of address 192.168.2.1

  2. There is a MacOS machine of address 192.168.2.11

  3. There is a vagrant (virtual box) CentOS 7 machine of address 192.168.2.150, with httpd installed and accessible via http://192.168.2.150/index.html from the MacOS machine using Google Chrome

  4. There is another vagrant (virtual box) Cent ...

Score: 0
Ian Pendlebury avatar
Server 2022 SMTP Server issue
cn flag

This is a new installation of Server 2022 Standard 21H2. I'm trying to configure the SMTP Server so that a client application can send emails internally.

The first thing I noticed is that when I open IIS 6.0 Manager and right click the SMTP virtual server, it usually generates the following error:

SMTP Server Error

If I try often enough, I can get in and configure the settings. The next thing though  ...

Score: 0
Deploy dot net web app using dotnet publish to remote IIS server
cn flag

Using dotnet publish, how do I deploy a dotnet core web application to a IIS server hosted remotely? What is the best way to do that?

I am setting up Jenkins for CICD for this app and need this process to be part of this.

Score: 1
cr001 avatar
How to use Mod Rewrite to access non-document-root folder files?
tr flag

I have the following structure for my website codes at /var/www/html

-- files
---- test.txt

-- app
---- SomePhpCodes.php
---- SomePhpCodes.php

-- public
---- index.php
---- .htaccess

The document root is set to be "/var/www/html/public" but I also want to have files accessible via path "http://mywebsite/files/test.txt".

I think this must be possible using mod_rewrite in the .htaccess file inside  ...

Score: 0
Maestro223 avatar
Logrotate Fails Without Error
cn flag

Ok, I made a boo-boo. I think

Problem: Logrotate fails (or I incorrectly think its dead) and does not provide any error message to explain why:

● logrotate.service - Rotate log files
   Loaded: loaded (/lib/systemd/system/logrotate.service; static; vendor preset: enabled)
   Active: inactive (dead) since Fri 2021-12-31 13:05:25 CST; 42min ago
     Docs: man:logrotate(8)
           man:logrotate.conf(5)
 ...

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.