Recent Questions - Server Fault |
- Error 0x800706BA Restoring Windows Server 2012 from System Image
- No network connectivity between pods inside a fresh bare-metal kubernetes cluster
- Ceph connect to local node
- Docker expose a port of a container but restrict network access
- Dovecot SMTP issues
- pfSense as IPSec remote access client
- Strange requests keep coming to my gateway API on AWS
- Nginx rewrite with proxypass
- Postfix unintentionally rewriting email addresses with virtual domains
- Forward broadcast packets to dynamic / wildcard
- Auditd not sending logs to centralized auditd log server
- Is it possible to force the DHCP server to assign a different IP address each time the address is renewed?
- Setup l2tp using Strongswan
- `GLIBCXX_3.4.20' not found Centos7
- 503 Service Unavailable with ambassador QOTM service
- Single DNS and E-Mail server with multiple public IP addresses
- How to set up HTTP-based domain validation on nginx (how to reroute specifically one url to a text file)
- Schannel Event ID 36888 and 36884 Certificate Error
- How to enable LDAP over SSL/TLS in AD without installing AD Certificate Services
- Mikrotik - routing a single address, part of a direct accessed subnet
- Yet Another NFS Permissions Error: Linux NFS4 Access Denied ('Auth Bogus Credentials (seal broken)') from NAT'd VM
- Wake-on-lan to trigger virtual-machine with kvm and libvirt
- htaccess rewriting all subdomains to subdirectories
- Windows XP laptop doesn't appear in WSUS All computers list
- Sync Exchange Calendar to Google Calendar
- How set owner of file cms.war for ftpuser and owner of cms folder for tomcat user?
- Error after having configured IIS for CF 6.1
- How to restrict user to change Account setting in Outlook 2007?
Error 0x800706BA Restoring Windows Server 2012 from System Image Posted: 02 Oct 2021 08:21 PM PDT We've been running Windows Server 2012 in a VMware virtual machine for a few years now. The VM has the OS, apps, and user data on one virtual disk and automated system image backups on another virtual disk. I've tested the backups in the past, and they seemed to be fine, but I'm running into trouble now. A few days ago, the VM refused to boot: it was caught in a repair loop that I couldn't extricate it from. After a few hours of troubleshooting, it seemed like it would be less work to restore from the most recent backup; unfortunately, that turned out to not be the case. I dug up the Windows Server 2012 installation media and booted the VM from the ISO with the two virtual disks mounted. I chose the "Repair my PC" option instead of trying to reinstall the OS, and then clicked the "Troubleshoot" button. From there, I got to the "System Image Recovery" wizard. The wizard found my backup on drive D:, but when I clicked through to start the restoration process, an error message popped up after a few seconds. The message read, "The system image restore failed. Error details: The RPC server is unavailable. (0x800706BA)". I've attached a screen shot for reference: No matter what options I select in the restoration process, I end up with that message. Is there something I can do to get past this point and restore the system? Any guidance would be very much appreciated. |
No network connectivity between pods inside a fresh bare-metal kubernetes cluster Posted: 02 Oct 2021 06:35 PM PDT I noticed connectivity problems when trying to generate TLS certificates using cert-manager. I can successfully connect to different pods from the outside world (ingress works), but I can't reach the outside from within my pods. To rule out any problems due to existing configurations, I re-created the complete cluster, without success, then again on a different machine with different network etc., without success. I tried Antrea and Flannel as the CNI. Spinning up a short Related questions:
AFAICT, I closely followed the installation instructions (example below on a fresh Debian 11 with Docker and the other tools installed): (I did make sure that the pod CIDR reflects the one flannel uses by default.) Watching the pods and services during the last step of the installation, it shows that the CoreDNS was previously pending but changed to running. Afterwards, all pods are up and running successfully: Any further help or guidance would be highly appreciated :) |
Posted: 02 Oct 2021 06:05 PM PDT I have an idea for an application that I'd like to build and one of the requirements is a globally replicated filesystem. Things like Ceph and GlusterFS exist, but I'm not sure they meet my particular use case.
I ask because I want to keep file system latency to a minimum and just use Ceph to synchronize changes between all the nodes. If I can't connect directly to the "local" node, I think latency would be quite high. Any help understanding this would be greatly appreaciated! |
Docker expose a port of a container but restrict network access Posted: 02 Oct 2021 05:18 PM PDT I have a server A, and it runs a container B (say an SSH server). I want to allow people doing some computation on B that does not access the network. Using Is it possible to isolate container B's network? That is, only allow access to the published port, and deny all other network traffic. I am thinking of something similar to |
Posted: 02 Oct 2021 04:48 PM PDT I had bought a domain Here is my |
pfSense as IPSec remote access client Posted: 02 Oct 2021 04:47 PM PDT I have a pfSense router in a residential environment and need to use IPSec/IKEv2 as a remote access client to a commercial VPN provider. I know the pfSense web UI doesn't support the router being the remote access client, but the underlying FreeBSD OS should. My questions is would setting up the connection in the underlying OS mess up any routing/firewall settings or have interfaces not show up in pfSense? If not, then is this the best guide for setting it up on the base OS? |
Strange requests keep coming to my gateway API on AWS Posted: 02 Oct 2021 09:47 PM PDT I have a simple HTTP service built with AWS lambda and API gateway. The Domain pointing to the gateway is hosted by Route53 and the gateway uses certificate from Certificate Manager. Pretty standard setup. All neatly connected using Terraform, works like a charm... except strange requests coming to the API every few seconds (!). I checked every possible probing, healthchecks available on AWS – everything is disabled, but the requests keep coming. Dump of the request from the lambda: The I have already spent hours googling and checking anything that came to my mind, but even tough I work quite often with infrastructure I am literally helpless. What the hell is responsible for those requests?! All sorts of ideas and suggestions highly appreciated. |
Posted: 02 Oct 2021 03:17 PM PDT I have an Nginx running in the front of a node js server (next.js). I'm trying to write my Nginx config in order to achieve this behavior, I want to add the hostname as the first part in the path before proxy_pass to node js. for example, the client will write so the goal is to change the URL from the nginx config i created : but that didn't work. |
Postfix unintentionally rewriting email addresses with virtual domains Posted: 02 Oct 2021 02:32 PM PDT I have had a postfix mail server running for some time mostly just taking mail for a couple of personal domains for me. I was recently asked if I could email services for a family member, and I'm having a bit of trouble setting everything up. If I send a test email to dave@domaintwo.tld, it gets rewritten as david@domainone.tld. The dave->david conversion is done in the virtual map. However the domain name changes, too. This changed second domain then gets caught in my catchall for domainone, resulting in the email going to the wrong place. I'm sure this is something simple to do with how I've set up the virtual domains, but I think I've tried every possible combination, and can't get it to work correctly! Any help greatly appreciated. The error: /etc/procmail/main.cf: /etc/postfix/virtual: What I think happens:
This happens to any address other than george@domainone.tld. Server details:
Thanks! |
Forward broadcast packets to dynamic / wildcard Posted: 02 Oct 2021 06:25 PM PDT I have set up a dynamic ppp service on a linux machine where clients will connect and get a private IP. The rules I have set up in iptables are currently: sysctl -w net.ipv4.ip_forward=1 sysctl -w net.ipv4.ip_dynaddr=1 iptables -t nat -A POSTROUTING -o eno1 -j MASQUERADE iptables -A INPUT -i ppp+ -j ACCEPT iptables -A FORWARD -i ppp+ -j ACCEPT iptables -I PREROUTING -t nat -i ppp+ -p udp -s 10.0.10.3 -j DNAT --to 10.0.10.2 iptables -I PREROUTING -t nat -i ppp+ -p udp -s 10.0.10.2 -j DNAT --to 10.0.10.3 My intended functionality is for anyone who connects on the ppp interface to inherit the IP of the host and to have access to the internet and to be able to communicate with peers on the same network. Success! With the exception of broadcast packets. Anything sent to 255.255.255.255 or the like does not reach anyone. To mitigate, I have hardcoded the rules in bold from above, however this is not a dynamic solution and adds up based on the number of connected clients. My question is, what can I do to have a 'wildcard' iptables solution to this? Specifically, I ideally need a single-line solution that will forward any udp packet from ppp interfaces to other ppp interfaces, while not interfering with the other rules or tcp packets. Thank you in advance. Edit I caved in and tried to hardcode the rules for 100 IPs to at least get it running normally. Even in the shortest format I could find, I encountered the issue that only the first rule will take effect for a given packet, meaning that I cannot create multiple rules for the same packet, and cannot create a catch-all rule for a single IP to the entire network either because it will send the packet in question to the source as well, leading to a similar failure: |
Auditd not sending logs to centralized auditd log server Posted: 02 Oct 2021 03:00 PM PDT We have set up centralized logging of auditd messages for two machines:
This was done in the standard way using auditd+audisp plugin sending to auditd server listening on port 60, e.g. like described here: https://luppeng.wordpress.com/2016/08/06/setting-up-centralized-logging-with-auditd/ But then when I observe the audit log on the centralized log server after restarting auditd client on the source, the only thing that appears are the lines where ::ffff:x.y.z.152 is obviously due to some packet(s) from IP address x.y.x.152 (address of www22.domain.com). So the TCP connection between client-server gets established and it seems further message logging should work. But then the only new lines that ever appear in the log file are those that originate on cls.domain.com. There are never audit messages from www22.domain.com. I've checked what happens if auditd www22.domain.com is set up to write also to local audit log file; then the local file gets lots of messages from audit. But still nothing is sent over the network. How to make sure the auditd client sends the same messages over the network? |
Posted: 02 Oct 2021 09:14 PM PDT I need to detect IP address renewals in my C++ Linux application and check if the new address is different from the old one. I have access to a router running OpenWrt. I can change the lease time, but I can't find a way to force an address change with each renewal process. Is this even possible? Maybe once assigned the IP address is never changed at renewal and the only way is to get the address after the lease time without renewal and hope my old address is assigned to another client? Thank you in advance for any suggestions. |
Posted: 02 Oct 2021 09:04 PM PDT I setup ikev2 using Strongswan, Now I need to add l2tp support to that What is the best and easy method to add l2tp support to Strongswan? Appreciate for any help |
`GLIBCXX_3.4.20' not found Centos7 Posted: 02 Oct 2021 05:00 PM PDT while starting deepstream output show like this how can i resolve this issue. I installed the latest version which is not available in yum repo by using rpm file and i can't remove this package too..shows the same error. please help deepstream: /lib64/libstdc++.so.6: version |
503 Service Unavailable with ambassador QOTM service Posted: 02 Oct 2021 07:06 PM PDT I have a kubernetes master/node setup in cent os. After setting up ambassador as an API gateway, I have tried a sample route with QOTM service for which when I send a http request to the route, I receive 503 Service unavailable in the response with body as = "no healthy upstream". But the same qotm service when I ran it as a stand alone docker container it worked for the route. Is there any thing specific to be taken care in kubernetes to setup ambassador. |
Single DNS and E-Mail server with multiple public IP addresses Posted: 02 Oct 2021 03:05 PM PDT On our site we have two internet providers, with public IPs on each link. We manage locally our DNS and SMTP server. We want to publish our DNS and SMTP server on both links, to get redundancy. My question is how to publish the NS records and especially the PTR records? For example, let assume this :
How can we declare the name server and the smtp server and especially their PTR records on each link? Does the SMTP banner matter if we use different names for the SMTP server on each link? Regards. |
Posted: 02 Oct 2021 09:51 PM PDT I am having trouble redirecting properly. does not seem to work (can't find it). Any advice very much appreciated. With HASHHASH.txt in /var/www/comodo |
Schannel Event ID 36888 and 36884 Certificate Error Posted: 02 Oct 2021 04:03 PM PDT I'm receiving the two following errors every ~60 seconds on a Windows 2008R2 SP1 Server running SQL Server 2008R2: First: Second: The server name in the second errors description is the same hostname as the FQDN in the Computer field. Is the SSL Connection failure from sql1.contoso.com to another computer, from another computer to sql1.contoso.com, for from sql1.contoso.com to itself? If there is another server involved, how can I determine which server is either the source or the target? Any help on tracking down the source of the issue and a resolution is greatly appreciated. |
How to enable LDAP over SSL/TLS in AD without installing AD Certificate Services Posted: 02 Oct 2021 03:05 PM PDT I am installing a Sonicwall firewall into my organization. I've connected the Sonicwall with the Active Directory domain, however now on the status page of the appliance there is a huge warning: I understand that connection between the FW and the DC is made with clear text and although this is not much of a problem because the Sonicwall and the Domain Controllers are in the local network and in the same subnet, we still want to encrypt the traffic to comply with our regulations. As I made my search on other forums people are mentioning that I need to apply a certificate to the Domain Controller as per this MS article which is also mentioning the installation of AD Certificate services. Is there any other way to do encrypt the LDAP traffic without installation of the additional role (AD CS) on the Domain Controller? Installing additional role to the Domain Controller, just for one simple task seems like an overkill to me - like nailing a needle with a sledgehammer. Also If I am really to install and deploy a Certification Authority to our organization what would be the impact on it? I don't have experience working with it, so are there any implications and/or problems for which I am to be aware of? |
Mikrotik - routing a single address, part of a direct accessed subnet Posted: 02 Oct 2021 05:00 PM PDT I have a Mikrotik RB2011 and several TP-Links - WR740N, located at different geo locations, part of my ISP MAN network. My ISP provides me with an (static) address/mask and a gateway for each device. Ie:
Because the routerboard has more than one WAN address, I configured the routes to the networks from above this way:
Everything goes fine. I'm able to access each TPLink from the routerboard. But I have a TPLinkX with an assigned address 192.168.5.6/29 and its network (5.0/29) is physically different from the routerboards one (5.0/24). So, I added a new route (routerboard site) - 192.168.5.6/32 -> 192.168.5.1 and everything works, but after some time (5-10-15-20 minutes) this route becomes ignored. If I disable the route and enable it again - it becomes to work again (again for a short period of time). By the way, I'm surprised that it even works (although for a brief), because by default I have a dynamic route - 192.168.5.0/24 -> interface with a distance of 0 (generated because the static WAN address). Is there any way to "bypass" the default route just for one host (or another approach) ? Thanks in advance EDIT /ip routes The problematic one is the first route. It works for a while, but then suddenly becomes ignored. |
Posted: 02 Oct 2021 07:06 PM PDT Inside the VM, host address is 10.0.2.2, local address is 10.0.2.15. (VirtualBox). This gets translated to 127.0.0.1 on the host side. To connect: I specified clientaddr because I figured the problem could be due to the addresses not matching, but it doesn't change anything. After a few minutes the client returns the usual Permission Denied message, access denied by server. On the server side, I run I use systemd, so I am also monitoring the journal for any output. When I make the mount request, the following is visible over the network: but nothing appears in the journal (which should have the output of rpc.nfsd) or in the output of rpc.mountd or rpc.idmapd, aside from some startup messages. Actually, in the case of rpc.mountd, I get the following occasionally: As far as I am aware (please correct me!) there is no other source for information about NFS's functioning, and there is also no configuration involved. I have specified the verbose modes for each command, so I'm at a loss for how I am supposed to diagnose this issue. I am assuming that it is a problem with my exports file, which is as follows: But I would rather actually get some feedback from the system about what is going wrong than fiddle with my exports file by trial and error. So, does anyone know where I can find out more about what's going on? Thanks! EDIT I recently ran exportfs -rav and now the client immediately returns 'Operation not permitted', and rpc.mountd outputs: but this output may just be related to having run exportfs. (Note that I restarted the daemons several times before, so I don't know how exportfs made a difference) OK, it seems that adding the 'insecure' option has fixed it: This is odd, since I was running the NFS client as root. In any case, why wasn't this issue made apparent to the operator (myself) ? I don't see how a piece of software can be considered fit for production use if its diagnostics are kept completely hidden, so as to render it inaccessible to non-experts.. I don't mean to bash NFS here, but it seems like a notoriously obfuscated system that could really use some more transparency given how frequently it is used.. Anyway thanks for reading. |
Wake-on-lan to trigger virtual-machine with kvm and libvirt Posted: 02 Oct 2021 03:30 PM PDT I'm doing virtualization with KVM and managing it via the Libvirt daemon. How do I configure Libvirt or KVM to listen for Wake-On-Lan packets sent the the Virtual Machine's NIC's MAC address and to start the Virtual Machine when such a packet is received? |
htaccess rewriting all subdomains to subdirectories Posted: 02 Oct 2021 06:00 PM PDT I'm trying to build a catch-all for any subdomains (not captured by previous rewrite rules) for a certain domain, and serve a website from a subdirectory that resides in the same folder as the .htaccess file. I already have my vhosts.conf to send all unmapped requests to a "playground" folder, where I want to easily create new subdomains by simply adding a subfolder. So, my structure looks like this: The .htacces living inside the /playground folder and /foo and /bar being seperate websites. I want Here is my .htaccess file: This is supposed to capture the subdomain, add it as a subfolder in RewriteRule, then append after the slash and path information. The second RewriteCond is there to prevent an infinite loop. My idea was that %1 in the second RewriteCond would be able to capture the capture group in the first RewriteCond. But so far I haven't had any success, it's always ending up in a redirect loop. If I would replace %1 in the second RewriteCond with hardcoded 'foo' or 'bar', it works, which leads me to believe that you cannot refer to a capture group inside a RewriteCond. Is is true? Or am I missing something? |
Windows XP laptop doesn't appear in WSUS All computers list Posted: 02 Oct 2021 08:08 PM PDT I have this one laptop that doesn't appear in WSUS all computers list. We have about 23-25 PCs/laptops/servers in the network, all, but one are listed in WSUS. This is what I have done so far: 1) Changing Updates on local PC:
executed wuauclt.exe /detectnow 2) Edited registry key to be pushed to the PCs using GPO 3) executed wuauclt /resetauthorization /detectnow 4)Synchronised and refreshed the group I am running out of ideas here. The client is running Windows XP pro, WSUS version is 3.0 and is running on Windows 2008 R2 64-bit. Please, help! Thanks! EDIT 13.IX.2012 @ 15.40 CT I should have also mentioned that we do have a Windows Update GPO for workstations group and that laptop is a part of that group. EDIT 13.IX.2012 @ 18.03 CT Here are the . Now, after googling the error that's the solution I came across and it didn't help: -> Stop the Automatic Updates service and BITS service. -> Delete "%windir%\softwaredistribution" directory. -> Start the Automatic Updates service and BITS service. When these two services have been started, they will auto-create "softwaredistribution" and its subfolder at system directory. -> After the "%windir%\softwaredistribution" directory has been generated, please let the client contact the WSUS server immediately. -> After 15 minutes, please check the client to confirm whether it detects needed updates. Edit 14.IX.2012 @ 9.59 CT 1) Okay, I ran nslookup on the WSUS server: 2) I pinged the WSUS server (name): 3) I pinged the WSUS server (IP): I don't believe it's a DNS issue, but I might be mistaken. Anything you need to run to check DNS issue? |
Sync Exchange Calendar to Google Calendar Posted: 02 Oct 2021 04:03 PM PDT Without having access to the Exchange server, is there an app I can run on my OS X desktop to sync my Exchange-based calendar to Google Calendar? I really don't mind if it just duplicates the events from Exchange to Google Cal. Thanks |
How set owner of file cms.war for ftpuser and owner of cms folder for tomcat user? Posted: 02 Oct 2021 09:04 PM PDT I'm using Tomcat Server. I would like the owner of the file When I uploaded |
Error after having configured IIS for CF 6.1 Posted: 02 Oct 2021 08:08 PM PDT I have configured IIS 7 for CF 6.1 as per the following link: http://www.communitymx.com/content/article.cfm?page=1&cid=224AA But am still getting the following error: What can I do to resolve this error? |
How to restrict user to change Account setting in Outlook 2007? Posted: 02 Oct 2021 06:00 PM PDT In our company we have a local mail server (MDaemon). Every user has a local mail server account which is bind with his company mail id. In Outlook 2007 of every user's machine the Account setting is configured with his company mail id, local mail server as POP and SMTP account and credentials for his local mail server account. Now in Outlook under Account setting if someone changes the User Informations (Your Name and E-mail Address fields), then the outgoing mail from that Outlook contains that Name and Email address in From field. Suppose my name is Arion Ban and my email address is arion.ban@mycompany.com. And my account setting looks like this - User Informations Server Information Logon Informations My colleague's name is John Hanks and his email id is john.hanks@mycompany.com. Now I put John's name and email Id in my Outlook's User Informations under Account Setting. I keep Server Informations and Login Information unchanged. Now my Account Settings looks like this - User Informations Server Information Logon Informations Now I am sending mail to somebody, the mail will be delivered with Form field contains John's name and email id. I think it is very much a Company security concern. I have to stop this slip-out issue. Is there any option to restrict the account setting, so that no one can change his Outlook's account setting? Or is there any changes I have to make in our Local Mail Server, may be SMTP authentication (not sure)? Please help. |
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