Recent Questions - Server Fault |
- Readiness probe failed: HTTP probe failed with statuscode: 503 after installing Cilium on Kubernetes cluster
- How to link the IP address from one private network through a public network to another private network
- How to choose a valid VIP for kube-vip HA Cluster setup?
- Additional Bind caching nameserver next to domain controllers
- Use cgroups to limit *per process*
- Even though I am updating the DNS in domain.com it doesn't change
- How to configure service log format?
- Jenkins pipeline using docker agent can't push on artifactory due to jvm cacert
- route to non-connected gateway
- Missing Globalization Cultures on IIS8.5 / Server 2012R2
- What is the IP address value in the listen field?
- How to allow certbot to be able to access http://myapi.com/.well-known/acme-challenge/2d8dvxv8x9dvxd9v via nginx?
- nginx is not respecting the server_name value
- Ansible playbook to post message into kafka topic
- While creating App Engine firewall rules, How to get get Max existing firewall priority from the rule list
- LDAP: Why does slapcat truncate my slapd.log file?
- Failed instance in google compute engine
- GCP: How to delete project that is assigned to "No Organisation"
- Bind/Unbind PCI device on the Ubuntu host
- What causes - Error: pam...Multiple password values not supported?
- Problems with SSH ProxyCommand execution
- aws ssm start-session .. AWS-StartPortForwardingSession .. hangs
- ec2 not able to a ping google.com
- how to do basic IMAP setup / troubleshooting in Exchange 2013
- IIS ARR ReverseProxy with Client Certificate Authentication for backend IIS
- unable to find ecdh parameters
- Clone git repo via https without entering the password manually
- What happens when you plug two sides of a cable to a single networking device?
- Private staff network within public network
Posted: 16 Feb 2022 02:34 AM PST I'm new to Kubernetes world .Followed InstallKubernetesI have installed Kubernetes cluster with 1 master node and 2 worker nodes.I used kubeadm to install on master node on my local machine.After installing CILIUMQuickInstallation,my coredns pod is Running but not ready Logs of the POD |
Posted: 16 Feb 2022 02:31 AM PST I would like for the user to find all PLCs on a range of following IP addresses in their network. The user network and PLC networks are private and separated. The network is set up with a managed switch and a router-on-a-stick. Every PLC has their own network in the VLAN. The user network is also in its own VLAN. At a later stage this will be further isolated with a VLAN ACL. A NAT is used for the PLC networks to make all PLCs available on their own IP on the public network. At the moment I'm testing to reach IP 192.168.10.5 ( NAT PLC1 on public network ) from the user network. I've tried to NAT 172.16.11.11 -> 192.168.10.5 (private to public) and ping 172.168.11.11 from the user PC. I've also tried to NAT 192.168.10.5 -> 172.16.11.11 (public to private). With no NAT configured on VLAN200 I can reach 192.168.10.5 from the user PC. |
How to choose a valid VIP for kube-vip HA Cluster setup? Posted: 16 Feb 2022 02:15 AM PST I am following this reference https://kube-vip.io/control-plane/ for HA cluster setup. I did this setup using my digitalocean droplets. I created 3 droplets (2 for master, 1 for worker -- testing purpose) say, those machines are master-1, master-2 & worker-1 The issue was I used the IPV4 of master-1 as the VirtualIP (VIP) in kubeadm init so as soon as I delete master-1, the cluster is gone. This leads me to the decision that I cannot use the IP of my remote machine as VIP So, how can I get a correct value for VIP ? The documentation uses 192.168.0.75, but not mentioning how they got this IP I tried using IP from VPC IP range, say it is 10.x.y.z which is same for all the droplets (of course) But, I am not able to do kubelet join with this IP -- times out always.. How do I get a valid VIP value ? |
Additional Bind caching nameserver next to domain controllers Posted: 16 Feb 2022 02:04 AM PST In an environment where I already have two domain controllers acting as name servers I would like to run the Bind cache server installed on Ubuntu 20.04.3 LTS to act as nameserver for specific hosts. Domain controllers use ISP DNS as forwarders. I was using this tutorial: https://kifarunix.com/setup-caching-only-dns-server-using-bind9-on-ubuntu-20-04/ Ubuntu Server with Bind IP: 192.168.1.240, DC1: 192.168.1.180, DC2: 192.168.1.250 My /etc/bind/named.conf.options: My /etc/resolv.conf Output of "systemd-resolve --status" on Bind server: I test bind from client in 192.168.8.0 subnet (added as trusted in named.conf.options). It is possible to resolve IP's and names of external domains (I suppose bind uses root hints to do that) but query for local domain ends with Non-existent Domain. I left forwarders commented in named.conf.options but I see no difference when I uncomment forwarders and add DC1 and DC2 IP's there. When recursion is set to no external domains aren't resolved. Maybe there is something to do on domain controllers? "Enable BIND secondaries"? Please advice. |
Use cgroups to limit *per process* Posted: 16 Feb 2022 02:03 AM PST I need to limit the CPU usage of each individual process in a group (not just all processes in the same group). My current config is like this, and I think it limits the total cpu usage of the processes in the group. I have tried searching for this, but haven't really found anything. cgrules.conf: |
Even though I am updating the DNS in domain.com it doesn't change Posted: 16 Feb 2022 01:10 AM PST I am trying to redirect my emails to titan mail and have updated the dns server accordingly by adding an MX and TXT but when I try to verify domain it says that they are unverified I have also waited for more than 24 hrs to check if it happens but nothing took place. |
How to configure service log format? Posted: 16 Feb 2022 01:02 AM PST I have a service, for example : Its logs are visible in Format look like : How can I configure this format ? My goal is to add the service alias in log format. |
Jenkins pipeline using docker agent can't push on artifactory due to jvm cacert Posted: 16 Feb 2022 01:01 AM PST I need to push some jar files obtained during a Jenkins pipeline, to Jfrog; below the code: here the error: if I run the pipeline directly from the "jenkins slave server" the error disappear after linkng /usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacert to /etc/ssl/certs/java/cacerts if I run the same pipeline from an docker agent the error persists; below the declared agent: how can i link the cacert file (of the jenkins slave) into the container? there is a way to configure jenkins to share the JVM cacert with the container? |
route to non-connected gateway Posted: 16 Feb 2022 12:53 AM PST I have:
I would like to provide internet to 10.20.0.2 through 10.10.0.1 I can't add a route since 10.10.0.1 is not directly connected. How to achieve this ? I am thinking to a tunnel between 10.20.0.2 and 10.10.0.1, like GRE. not sure this is a good idea... |
Missing Globalization Cultures on IIS8.5 / Server 2012R2 Posted: 16 Feb 2022 12:45 AM PST I'm trying to set the culture of a website to
When I try to set it via IIS' interface, it seems Zambia isn't listed in the available options, although other African countries like Zimbabwe are ( My local machine is running Win10 and has this culture available for configuration so I hadn't expected this to be an issue. Is there any update I can manually install to add the missing cultures? |
What is the IP address value in the listen field? Posted: 16 Feb 2022 01:08 AM PST I'm looking at an example from here: http://nginx.org/en/docs/http/request_processing.html The listen value is the IP and port. Does this refer to the IP address of the client or the IP address of the target server? If its the later, then does this mean that 1 machine can have more than 1 IP? |
Posted: 16 Feb 2022 02:04 AM PST My nginx.conf file is as follows: I installed the certbot and certbot-nginx (ubuntu). SSL is working fine. Firewall only allows port 443. I am trying to renew the certbot certificate with command: This tries to verify that I own the domain by making a request to http://myapi.com/.well-known/acme-challenge/2d8dvxv8x9dvxd9v (note: I have obfuscated the key value 2d8dvxv8x9dvxd9v as this is something private) But this time's out. So I have enabled port 80 and added the following additional server item: Now the certbot renew command (
|
nginx is not respecting the server_name value Posted: 16 Feb 2022 01:16 AM PST I have mapped my domain name to the public IP of my VM via godaddy. When I enter the domain name in the browser, then it is able to access the website hosted on the VM (via nginx). However, I was expecting that the request will not be allowed by nginx because the server_name property is set to some_other_domain_name.com Does nginx not check the server_name property? |
Ansible playbook to post message into kafka topic Posted: 16 Feb 2022 12:37 AM PST Playbook 2: Tried with the above two playbooks and ended up with some errors. Unable to find a proper solution for this. [enter image description here][1]
This was the command I am trying to run in the playbook. If you have any examples that can take to other prompt like above command(ctrl+c is to come out of the prompt). Please let me know how we can use them in the playbook. Thanks in advance!Errors: Error: for Playbook 2 |
Posted: 16 Feb 2022 12:58 AM PST In creating an app Engine firewall rule, we need the priority number. While adding a new rule to the firewall our code checks a database for the latest priority number on the console and calculates the next number by incrementing the same. In case this fails, or the value is edited on console, firewall rule creation might fail. Hence, an API call should be made as a backup measure that gets the max firewall number on console. Is there a specific API given on the documentation regarding this? Or do we have to list all the rules and then find the latest rule priority? |
LDAP: Why does slapcat truncate my slapd.log file? Posted: 16 Feb 2022 12:06 AM PST I have two identical OpenLDAP 2.4 servers running on Ubuntu 18.04 LTS. On one of them, everytime I run my slapd.log file gets truncated (i. e. previous log messages are deleted and new ones are written at the beginning of the file). Actually, the first line of slapd.log shows slapcat's output: That leads me to think the truncation of the file happens even before slapcat runs (!). The second server keeps log contents after slapcat, as you would normally expect. As far as I understand slapcat doesn't have anything to do with logging (which is done by slapd daemon), so I believe I'm missing something... Any ideas out there? Edit: I run slapcat command with slapd running. At the moment I am not able to stop the service to check if this would happen when the daemon is not running. |
Failed instance in google compute engine Posted: 16 Feb 2022 12:56 AM PST I have an GCE instance which has been running for several years. During night, the instance was restarted with following logs: However the instance did not restart. I can connect to the serial console where I see this: It seems that one of the disks cannot be connected – but what can I do about it now? The disk seems to be normally available within the compute engine. |
GCP: How to delete project that is assigned to "No Organisation" Posted: 16 Feb 2022 02:53 AM PST I have been using Google cloud services for a few simple things over the years. Recently I've started to explore using GCP for learning about AI and I'm trying to get my projects in order. For some historical reasons I appear to have a couple of projects that are assigned to "No Organization" and even though I have full admin rights on the G-Suite I don't seem to be able to get the permissions required to migrate them to the proper organisation nor delete them. I don't even appear to be able to see the permissions or enable APIs required to change them. Can anyone tell me how to get rid of them? Additional Information: I'm the only person who has created projects associated with this g-suite domain. I did briefly create a second identity (since deleted) to work with projects; it is possible (though unlikely) that one of these two projects was created by that identity. The other project must have been created by my normal identity. I can't tell whether I am currently the IAM Owner of the projects, I should be theoretically but I can't see the permissions. Everything I attempt to do with the projects complains about my not having the correct permissions. "No organization" appears to be a state defined/created by Google. Update 2: If I go to the Google Cloud Platform Console and open the console left side menu, and click IAM & Admin for either of these projects it lists no owner/users and all the information is blank because I don't have permission. If I try to go to project settings I'm told I don't have permission to view the settings and I would need to contact support (which I don't have permission to do). I don't really understand what No Organization means in this case as the projects seem to be attached to my domain. |
Bind/Unbind PCI device on the Ubuntu host Posted: 16 Feb 2022 02:01 AM PST I have to NIC devices on the host: And I want to pass through the device 0000:04:00.0 to the I bind NIC device from the host to the guest manually in the following way: Then I created new Ubuntu 20.04 VM using Virtual Machine Manager (virt-manager) to run on KVM. I added new device to VM by editing its xml configuration in Than I installed Ubuntu 20.04 in regular way. The system reboots properly, without deadlocks (black screen). When I turn off the VM, I want to return the PCI NIC to the host. I did a research on forums but there is no clear instructions on how to do that. If I reboot the host, all devices return to the host, so vfio binding is released. But how I can do that without host rebooting. |
What causes - Error: pam...Multiple password values not supported? Posted: 16 Feb 2022 12:26 AM PST On a linux server a user is unable to collect email using Microsoft Office. in
followed immediately by I can't find any information about this error apart from it seems to be associated with authentication and 2FA. Can anyone shed some light on what might be the cause? I don't have access to the client computer. |
Problems with SSH ProxyCommand execution Posted: 16 Feb 2022 02:26 AM PST I'm following this resource to set up something like a proxy server for ssh My setup is exactly like the mention in the post: Machine-1 is the bastion server from which I can ssh to the remote server (using identity file) Machine-2 can connect to Machine-1 using a password. Requirement: Connect to Remote Server(A) from Machine-2 via Machine-1 Here how my command looks (running this command from machine-2) But I yet to see the success. The error I see on the I don't this often so I'm not sure what is wrong. But according to the resource the step done looks correct to me. |
aws ssm start-session .. AWS-StartPortForwardingSession .. hangs Posted: 16 Feb 2022 12:06 AM PST I am trying to set up port forwarding between my local PC and an AWS EC2 based on the AWS SSM port forwarding article instance like this: I already use SSM to access the instance (using ssm-session) and have used it to start The output I get from SSM is just this:
at which point it hangs. I have expected, but do not see, the following, right after "Startin session...":
Any idea why is it hanging and not establishing the port forwarding? |
ec2 not able to a ping google.com Posted: 16 Feb 2022 02:00 AM PST We created new vpc for our new architecture and vpc has 4 subnets in that private 2 and public 2. Private and public one will be Mumbai A and Mumbai B region. If I Try to do ping google.com from public Mumbai A it is not working but if I do ping google.com from Public Mumbai B. I'm able to do the same. I tried with 2 servers on each. Note: All the server has the same security configuration. Anyone has any idea on how to resolve this. |
how to do basic IMAP setup / troubleshooting in Exchange 2013 Posted: 16 Feb 2022 01:03 AM PST So I've had an Exchange Server (v2013 with cu21) running on a Windows Server 2012 R2 box for several years now, without many problems. We almost exclusively use Outlook-Exchange integration and active sync. Recently, I have a need to use IMAP on a particular client, but it doesn't seem to work. I thought I've had IMAP enabled since the original install, and everything I check seems to support that, yet I simply can't connect using IMAP. Things I've tried:
What could I be missing here? |
IIS ARR ReverseProxy with Client Certificate Authentication for backend IIS Posted: 16 Feb 2022 12:06 AM PST We have legacy SOAP Web Services ( Now I'm trying to set up proxy IIS(IIS10 on win server 2016 64bit host On the I've tried using below I found this msdn article https://blogs.msdn.microsoft.com/asiatech/2014/01/27/configuring-arr-with-client-certificate/ which suggests changing I couldnt find any relevant articles that could make IIS ARR ReverseProxy with Client Certificate Authentication work for backend IIS with just configuration tweaks on the IIS10 with ReverseProxy instead of code/config change on the backend IIS7, can someone please help me to make this work? |
unable to find ecdh parameters Posted: 16 Feb 2022 02:00 AM PST I'm working on an SLES 11 SP4 box and trying to connect to the host api.onedrive.com. Since a few days this connection is broken and returns with: I suspect that the OpenSSL version shipped with SLES 11 cannot handle this connection. Is there some backports repository or another way to make those connections work again? |
Clone git repo via https without entering the password manually Posted: 16 Feb 2022 01:03 AM PST I've got a stack in Amazon OpsWorks and within this stack I got a RailsApp Layer. The repository is only accessible via https and is protected with username and password. On my machine I can clone the repo via:
OpsWorks complains that the URL is invalid because of the Is there a way to set the password explicitly before chef tries to clone the repo? All the articles I red just describe how to cache credentials but they have to be typed in manually the first time. I look for a way to fully automate this. Any ideas? |
What happens when you plug two sides of a cable to a single networking device? Posted: 16 Feb 2022 02:46 AM PST What is likely to happen when you plug two ends of a network cable to a single switch/router? Will this create problems on the network, or just be ignored? |
Private staff network within public network Posted: 16 Feb 2022 02:55 AM PST I'm the sysadmin at a small public library. Since I got here a few years ago, I've been trying to set up the network in a secure and simple way. Security is a little tricky; the staff and patron networks need to be separated, for security reasons. Even if I further isolated the public wireless, I'd still rather not trust the security of our public computers. However, the two networks also need to communicate; even if I set up enough VMs so they didn't share any servers, they need to use the same two printers at the very least. Currently, I'm solving this with some jerry-rigged commodity equipment. The patron network, linked together by switches, has a Windows server connected to it for DNS and DHCP and a DSL modem for a gateway. Also on the patron network is the WAN side of a Linksys router. This router is the "top" of the staff network, and has the same Windows server connected on a different port, providing DNS and DHCP, and another, faster DSL modem (separate connections are very useful, especially as we heavily depend on some cloud-hosted software). Both networks have wireless networks (staff secured with WPA, of course). tl;dr: We have a public network, and a NATed staff network within it. My question is; is this really the best way to do this? The right equipment would likely make my job easier, but anything with more than four ports and even rudimentary management quickly becomes a heavy hit on our budget. (My original question was about an ungodly frustrating DHCP routing issue, but I thought I'd ask whether my network was broken rather than asking about the DHCP problem and being told my network was broken.) |
You are subscribed to email updates from Recent Questions - Server Fault. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment