Latest Server related questions

Score: 0
Capturing outgoing discord bot requests via Linux
vn flag
yuv

What i would like to do is somehow to capture the outgoing requests of my discord bots to discord with full description of the requests path, get / post etc.. Couldn't find any way to do it properly, Running Debian

Score: 0
Creating a virtual IP to route packets through a specific interface
br flag

I have a server with ip 34.0.0.0 and multiple network devices, each corresponding to a local ip address 192.168.42.1, 192.168.42.2, 192.168.42.3, etc.

I'd like to be able to create a local tunnel through each of these interfaces so that traffic is routed through the corresponding local interface. For example, I'd like to create 192.168.72.1 that routes traffic through 192.168.42.1 to 34.0.0.0. Is this pos ...

Score: 0
VJSpeter avatar
Migrating from Azure AD SSO authentication to ADFS
in flag

We are having a customer with the following setup.

  • onPrem Active Directory with Azure AD Connect and Password Hash Sync (PHS) including SSO activation

  • SSO for all M365 apps

  • Integration of about 15 different external Cloud Apps, which Trust Relationship to Azure in order to use SSO in the browser

Now, the customer wants to migrate to ADFS authentication, in order to use onPrem MFA solution for a ...

Score: 0
makilakixki avatar
Samba error in dfree command
cn flag

On my OpenSUSE Leap 15.3 with Samba version 4.13.4, I have a test share in a btrfs subvolume with 1GB quota, with the following config:

[global]
        workgroup = HOME
        passdb backend = tdbsam
        printing = cups
        printcap name = cups
        printcap cache time = 750
        cups options = raw
        guest account = smbguest
        map to guest = Bad User
        logon path = ...
Score: 0
Apply RPZ only to a certain client IPs with rpz-client-ip
za flag

Is it possible to apply a set of RPZ substitute policies but only for a given client IPs?

Esentially i need the opposite from: 48.zz.101.db8.2001.rpz-client-ip CNAME rpz-passthru.

Score: 0
Thor avatar
How to reset/reconfigure calico network for kubernetes cluster
gf flag

I have a Kubernetes cluster with calico policy applied. Below pods display in my cluster:

kube-system   pod/calico-node-xxxx                          
kube-system   pod/calico-kube-controllers-xxxxxx   
kube-system   pod/metrics-server-xxxxx
kube-system   pod/local-path-provisioner-xxxxx
kube-system   pod/coredns-xxxxx
app-system    pod/my-app-xxxx

Is there any calicoctl or kubectl command to re ...

Score: 1
dokgu avatar
Unable to access GCP Compute Engine VM via domain name
gb flag

I'm evaluating Google Cloud Platform to see if I can build a network of applications I need for a project I plan on starting really soon. So far I have the Compute Engine API enabled on my GCP project and a VM instance set up which has Apache installed and ready to serve web pages.

Right now I can only access it through the external IP address. I want to be able to access this VM through a domain ...

Score: 0
Richard Amerman avatar
Using PS New-AzContainerInstanceVolumeMountObject for mounting Azure file share to container
in flag

What I'm actually trying to do is regularly run an azcopy command to copy files from a file share account to a blob account.

I'm primarily using the following: https://charbelnemnom.com/sync-between-azure-file-share-and-azure-blob-container/

So we have an Azure Automation Account, PowerShell runbook, and an existing docker image with azcopy in it.

This has been very helpful. One big snag is that for no r ...

Score: 1
Miguel avatar
How to add permissions to windows named pipes using powershell?
ao flag

How can i add permissions for a specific group to read/write from an existent named pipe, using a powershell script?

This is as far as i went:

$AccessRule = New-Object System.IO.Pipes.PipeAccessRule( "Users", "FullControl", "Allow" )
$PipeSecurity = [System.IO.Directory]::GetAccessControl("\\.\pipe\docker_engine")
$PipeSecurity.AddAccessRule($AccessRule) 

throw error

Cannot convert argument "ru ...

Score: 0
grmmph avatar
POST request is returning ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY for coporate users
uz flag

We have a website and an api services on two different subdomains. Both running on Cloudflare.

The website that runs on www.example.com, and when the user logs in, there is an XHR POST call to api.example.com/login.

Seems like all is working fine, except that some of our corporate users get the following error: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY

I am wondering if this is something that is solely re ...

Score: 0
UrosT avatar
Nmap shows TLS 1.0, 1.1, SSL as running when they are disabled
cn flag

I have disabled TLS1.0, TLS 1.1 and SSL 3.0 in Windows 2012R2 server by going into HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\ and both DisabledByDefault is set to 1 and Enabled is set to 0 but nmap scanner shows them as up. I am not sure how can it show it as up if registry shows it as disabled. Since I need to abide by ISO standards I need to disable them  ...

Score: 0
George Shuklin avatar
daemonized alternative to tcpdump to save mirrored traffic
cn flag

I need to save mirrored traffic for audit purposes. Traffic for audited server is send to other server. I need to capture that traffic on dedicated interface, save it to pcap files of reasonable scope (rotation by date/size), and (may be) upload and purge them.

I can glue together some bash and tcpdump inside systemd unit, but, may be, there is a ready-made solution for that?

Score: 0
Chandra avatar
RAID10 software raid converted as RAID0
in flag

On one of the server, The RAID10 software raid volume had became RAID0 after one the disks in the RAID10 disk group failed. Also the converted RAID0 volume has become inactive.

How can we recover the RAID volume after replacing the failed disk.

Thank you very much for your support.

Screenshots:

mdadm --details of the Volume

mdadm --examine of slice1

mdadm --examine of slice2

mdadm --examine of slice3

mdadm --examine of slice4

Score: 0
Ragesh Pikalmunde avatar
Let's Encrypt: SSL Certificate is valid for the Domain but not valid Specific Port (net::ERR_SSL_PROTOCOL_ERROR)
in flag

I am using VPS: Amazon EC2 and SSL Cert Provider: Let's Encrypt (through Certbot)

I have seen some kind of a question but the answer is not useful for my situation. I have a domain api.example.com that is configured and fully functioning on an Ubuntu server. I used Certbot to configure the domain with HTTPS, however, I also have APIs configured to be accessed on a specific port of that domain, say 8443. ...

Score: 1
Windows Server RDP session keeps killing AudioSrv (audiodg.exe) leading to audio startup delays
us flag

Running Windows Server 2012 R2 I have noticed an annoying feature on RDP connections:

Windows keeps killing the Audio Service audiodg.exe if it is idle for more than 5 minutes.

The problem with this is that any new audio output will now suffer from a startup delay of 5-10 seconds, having to wait for audiodg.exe to spool up again before audio output can start.

I have seen audio delay problems bein ...

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.