Latest Server related questions

Score: 0
Make traffic between IPSec end-points and Internet via Cisco CSR1000v
tn flag

I made an IPsec tunnel between our CSR 1000v (AWS) and the LTE service provider router (ASR) and I can ping both sides of Tunnel with the following architecture:

           |<---> internet <---> 134.231.4.100 web server
CSR 1000v: |GigabitEthernet1 12.21.0.134 (mapped to Elastic IP 54.154.54.AAA)
           |GigabitEthernet2 12.21.4.50 (private sub-net)
   |
   |
ASR: 10.0.16.1 (mapped  ...
Score: 1
zac avatar
Some settings are hidden or managed by your organization
ma flag
zac

I have Windows Server 2019 Standard and I can update but I can not add a PIN it is alwayes disabled and there is the red message read: "Some settings are hidden or managed by your organization"

I tried "turn on convience PIN sign-in" in group policy and I restart the server but the PIN still disabled and the red message still there. Any solution to this ?

Edit: Admin account does not work I need to  ...

Score: 1
Supervisor not reloading Gunicorn properly with Django project
az flag

I am using Supervisor to reload Gunicorn when pushing Django project to production :

Workflow :

          " && python manage.py migrate"\
          " && python manage.py collectstatic --noinput"\
          " && supervisorctl restart frontdesk-gunicorn"\
          " && exit"

Supervisor config :

   [program:project-gunicorn]
    command=/home/gaetangr/project/myprojectenv/bi ...
Score: 0
repomonster avatar
How do you set up multiple IP addresses for an Apache webserver?
fk flag

I need to have Apache redirect to some pages when using on set of IP and redirect to another page when using another set of IP, but I am not sure if you can have more than 1 IP on an Apache server.

I see different IPS inside my current VirtualHost configs for my Apache server, but I am not sure where those IPs are coming from and how they redirect to different urls when I don't see any CNAME conf ...

Score: 4
Jack0220 avatar
Is this server overloaded (htop screenshots)
bd flag

I'm not a server guy, I think it looks overloaded but I'm not sure. Would you say this server is overloaded? enter image description here

Score: 0
Андрей Щеглов avatar
How do I enable samba 4.13 access without specifying a domain?
cn flag

Can you tell me, I have a domain controller (cloud.cloud.domain.ru) on samba 4.13 connected to it as a file balloon (fs.cloud.domain.ru) . I can connect to the server with the domain controller without using the domain in the login. On FS it is obligatory to enter the domain.

cloud.domain.ru

# Global parameters
[global]
        netbios name = DC1
        realm = CLOUD.domain.ru
        server role = a ...
Score: 0
MacOs Monterey M1/arm64 - unable to find open port using lsof, netstat
jp flag

I have a localhost:8080 running started using

docker run --rm -it -p 8080:8080 --entrypoint /bin/sh $$(docker build --target build -q -f $(DOCKERFILE) .)

That is just for verifying the docker build, then I exit out --rm -it and the docker ps is stoped and gone as expected.

Non of the following is showing any port 8080, but I can open localhost:8080 and is shows my website?

lsof -n -i TCP:8080

ne ...
Score: 1
pineapple500 avatar
LVM - pvmove to a smaller volume
mx flag

I would like to pvmove a logical volume to a smaller, but faster drive, leaving the excess part on the original drive. Can that be easily accomplished?

Score: 0
lsk avatar
Two mail providers for the same domain
us flag
lsk

we're a small company with about 25 mail addresses. Since our current mail provider (aruba) is not reliable enough, we wanted to migrate to a more professional mail system. I, the supposed IT manager, just proposed to migrate to Zoho mail o something like that, but a colleague of mine, supposedly not the IT manager, came with the bright idea of using Google Workspaces. Since this service is not cheap he ...

Score: 0
setting up reverse proxy to google.com while maintaining prior webservice hosted on apache
cn flag
server {
    listen 80;
    server_name example.com;
    location / {
        rewrite ^/(.*)$ https://$host$1 permanent;
    }
}

server {
    listen 443 ssl;
    server_name example.com;

    ssl_certificate      /etc/ssl/example.crt;
    ssl_certificate_key  /etc/ssl/example.key;

    ssl_session_cache    shared:SSL:1m;
    ssl_session_timeout  5m;

    location / {
        proxy_pass https://www.google ...
Score: 0
Port accessible and open in local but not open for outside network Windows 11 Port 80 and 443
cn flag

I am running docker container on windows 11 PC. I am completely lost and spend more than 24 hours in this debugging

Expected Result :

  1. Mapping subdomain to my hosted project on the docker container
  2. I am able to access my container within the same network using subdomain name & IP & localhost

Problem :

  1. No able to access container on port 80 using IP or Subdomain

Things I checked :

  1. Is the por ...

Score: 2
How can a nameserver block Google bot?
in flag

Background: Our domain page.et is not accessible by Google's mobile-friendly checking tool and search console. The same seems to be true for all other .et domains I tested.

The reason is not the robots.txt. Google bot does not even try to make a connection to the server (verified via tcpdump)

I want to understand the technical background of the following answer to another user with a similar / same pro ...

Score: 0
Error with memcache memcached php 7.4
cn flag

The Server have this Error:

PHP Startup: Unable to load dynamic library 'memcached.so' (tried: /usr/lib/php/20190902/memcached.so (/usr/lib/php/20190902/memcached.so: undefined symbol: zend_wrong_parameter_error), /usr/lib/php/20190902/memcached.so.so (/usr/lib/php/20190902/memcached.so.so: cannot open shared object file: No such file or directory)) at Unknown#0

but the Status is:

● memcached.s ...
Score: 1
Playbook containing unsafe variable values breaks after upgrading from ansible 2.10 to ansible 2.12 (from ansible 5)
cn flag

I have upgraded my ansible setup from ansible 2.10 to ansible 2.12 (from ansible 5) using homebrew on Mac OS. Since then a playbook has stopped producing working results.

- name: Assemble consul cluster
  become: true
  hosts: consul_nodes
  roles:
    - role: consul
      vars:
        consul_version: "1.11.1"
        consul_install_upgrade: true
        consul_group_name: "consul_nodes"
        c ...
Score: 0
xchan4 avatar
Routing two debian virtual machines on one network
in flag

I have two debian virtual machines on two different physical servers with 2 interfaces on each virtual machines. One port of each vm is connected to each other on a network with CIDR of /21. and there is one sip trunk network connected to 1st vm through a physical cable on interface ens224 (since int ens192 is connected with vm2).

The network of sip has an ip with cidr of /30 ( which gives us 2 i ...

Score: 1
Vinayak avatar
Getting the connection pool properties
ca flag

I have set up a connection pool in tomcat's server.xml and context.xml.

I am using the below code to establish a connection.

DataSource ds = (DataSource) context.lookup("jdbc/TestDB"); ds.getConnection();

Now I want to get the properties like MaxActive, MaxIdle etc. But I don't see any method that can be called using DataSource object. How can I get those parameter values ?

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.