Recent Questions - Server Fault |
- IIS 10 ARR FARM Only Hits Second Server
- Nginx how to disable per ip rate limiting
- How to minimize chances of one's domain being falsely blacklisted (uribl)
- AWS Route 53 Failover DNS with Healthcheck not updating IP (even though health check shows failure)
- How reliable is the "host" in an incoming HTTPS request?
- Tuning Linux router and server for better performance / solving single TCP connection slow speed
- How to understand kernel crash with vmcore-dmesg.txt and kexec-dmesg.log
- 2 domains configured on digital ocean, only 1 works with direct browser access using Apache2
- Restore files from software RAID 1
- Kerberos: ticket with no REALM after principal name (i.e. `principal@`)
- Linux - Set-up a client-server network from scratch
- how to simply monitor (or tail) several log files from several remote machines
- Best practice for adding contract companies as AAD guests
- deprecated 'sshKeys' metadata item | centos | latest guest environment already installed
- Carbon neutral data center?
- Mail Queue getting huge even though mails are sent but slow and sending without spamassassin does not work
- Configuring a PHP Web Service Container at Build Time
- AWS Unified CloudWatch Agent and Beanstalk
- 502 Bad Gateway nginx/1.10.3 error with NodeJS (Debian 9)
- How to manually setup network connection from Busybox shell (ash)?
- IPSec strongswan "established successfully", but no ppp0
- How to verify signature on a file using OpenSSL with custom engine
- KVM - Access from an external computer to the Virtual Machine
- nginx proxy_pass is being ignored
- Remote access Mikrotik with no public IP
- SLES 11 SP3 with Bootable Driver Kit - unable to fetch image error
- How to get access to Icinga on Apache 2.4?
- add space to virtual disk on vmware
- Outlook Cannot Establish Connection To Exchange while using Citrix VPN
- TPROXY iptables and l7 filter
IIS 10 ARR FARM Only Hits Second Server Posted: 13 Jun 2021 10:39 PM PDT Trying to learn IIS farming on Server 2016 - IIS 10,i'm able to configure farm setup but my ARR only get hits from second server all the time. Here re my configuration details; Main Server Windows Server 2016 Standart - 192.168.2.15 - IIS 10 - website name is servistest, it only contains one page as index.asp; Second Server ; Windows Server 2016 Standart - 192.168.2.16 - IIS 10 - website name is servistest, it contains the same asp page as index.asp Third Server ; Windows Server 2016 Standart - 192.168.2.17 - IIS 10 - website name is servistest, it contains the same asp page as index.asp Here are main server settings; FARM SETTINGS URL RE WRITE SETTINGS LOAD BALANCE SETTINGS BROWSER OUTPUT After these settings when i call 192.168.2.15 it hits to 192.168.2.16/index.asp and it's only show this page BROWSER OUTPUT it never shows other two pages from two servers. Refreshed page with shift+F5 multiple times, cleared browser and server's cache, no matter what i do it only shows page on Web Server 002/192.168.2.16 and never hits to main server/192.168.2.15 or third server/192.168.2.17. On the almost all how to documents on the web, they are using domain instead of LAN IP addresses, is that what i am doing wrong? I'm working on local network that's why should i edit the hosts files of the servers and clients to work with domains? Does ARR requires at least 3 servers(main server for farm configuration +2 servers for balance) to work properly? |
Nginx how to disable per ip rate limiting Posted: 13 Jun 2021 09:15 PM PDT I have a API which connect through private ip of the EC2 server and execute sequence of callbacks. I want disable per ip rate limiting on this scenario. I have tried this method in Nginx documentation. This does not solved rate limit for issue. Access Log Nginx conf file Server Block |
How to minimize chances of one's domain being falsely blacklisted (uribl) Posted: 13 Jun 2021 08:29 PM PDT My side job is to admin my wife's company domain. It's only used as a domain name for Google mail and tools (slides, docs, etc...). Although she used her domain for email for many years without any issues, we apparently made the mistake of leaving the web part with a parked website. Last week, a Fortune 500 company, our main customer, changed their spam filter and her email are getting blocked. Email is required to submit business proposal. http://multirbl.valli.org/lookup/ lists every list as green for our domain, except uribl. uribl shows us on the I've put a request to delist and the very fine folks at http://uribl.com answered with:
No spam has ever been sent from this domain. It doesn't have any webserver to be compromised, no file transfer. It only ever sent Google email from her account, to a handful of customers, and was not compromised. My question is: What would a decent sysadmin do in such a situation? I tried putting a real website (it's up now), and re-asked to be delisted, but I've got a feeling the kind of person that would refuse delisting the first time round with a pedantic and rhetoric question will not be moved. Is the ability to deliver a real business email from one's legit domain really in the hands of some random person managing a minor spam blacklist? (I know it sounds like a rant, I'm trying to keep my emotion in check, but this is probably a major risk to half a year salary) Below is a redacted snapshot of multirbl.valli.org showing the details I have: |
AWS Route 53 Failover DNS with Healthcheck not updating IP (even though health check shows failure) Posted: 13 Jun 2021 10:35 PM PDT Our goal is to have a Healthcheck continuously evaluate the health of an endpoint. When it becomes unhealthy, we want the DNS to failover to a different IP address. We have set this up but we now realized that it actually doesn't work (i.e. when the Healthcheck goes red, no failover happens). Here is our current configuration: A Record
A Record
In addition, we have a health check. OK - so we recently had an issue, where the healthcheck turned red. We got notified via SNS as expected. However, when doing an NSLookup of www.mydomain.com it was still returning the value for the Primary. We fixed the issue within less than 5 minutes. Given the TTL and so on configured above, shouldn't we have seen the NSLookup update to show the Secondary? Is it possible it would take longer to failover? If so, why? Is there an error of some kind in the configuration above? If so any guidance would be greatly appreciated. |
How reliable is the "host" in an incoming HTTPS request? Posted: 13 Jun 2021 05:37 PM PDT I'm trying to understand what level of confidence I can have when my API which lives at Specifically - is this something that can be faked (maybe even is somehow easy to fake?) or is it difficult (impossible?) for someone to send something to If it's not difficult or impossible then what's the industry standard mechanism for verifying that the request is coming from a trusted place? |
Tuning Linux router and server for better performance / solving single TCP connection slow speed Posted: 13 Jun 2021 04:55 PM PDT I have a simplest/common network architecture. Web server sits behind router on local network. This router does iptables DNAT so port forwarding is achieved to web server. Therefore, I'm able to download file from server 1 to my computer over the internet. My questions
OS and resources Computer - Mac OS 8 x86 CPU cores, 16G/32G of free RAM Router - Linux DD-WRT 2 ARM CPU cores, 270M/512M of free RAM Server 1 - Linux Ubuntu 18.04 4 x86 CPU cores, 240M/32G of free RAM (500M swapped to SSD) Server 2 - Linux Raspbian 1 ARM CPU core, 95M/512M of free RAM MTU Everywhere 1500 TXQUEUELEN Everywhere 1000 Protocols UDP speeds are fine TCP speed is affected, any port Iptables version Router - 1.3.7 Server 1 - 1.8.4 Server 2 - 1.6.0 Linux versions Router - 4.9.207 Server 1 - 5.4.0-67-generic Server 2 - 4.14.79+ Theoretical link speeds From my computer to router - 30mbps / 3.75 MB/s From router to web server 1 - 1gbps From router to web server 2 - 1gbps Download speeds from web server (file is hosted in RAM) TEST 1: Server 2 -> Router = 800mbps TEST 2: Server 2 -> Computer = 30mbps TEST 3: Server 1 -> Router = 800mbps TEST 4: Server 1 -> Computer using 15 connections = 15mbps TEST 5: Server 1 -> Computer = 3mbps (the issue!) CPU usage is at around few percents on any device. CPU load average is 0.0x on all devices, but Server 1 - it has 4.6 load average. Server 1 also handles around 500-1000 connections for other things outside of tests, but at around 1mbps so it shouldn't affect test throughput dramatically (unless these connections somehow making things worse indirectly). Regardless that load is higher, TEST 3 performed very well. So it's still hard to blame Server 1. There are no issues in My thoughts Issue appears only when DNAT'ing on router and only with Server 1 which has high amount of other connections (but these connections are almost idling so shouldn't affect everything badly?). Most interesting test to describe in final thoughts When I do multi-thread web download (TEST 4) Server 1 performs much better. So it's capable to reach higher download speeds. But why 1 connection can't reach same speed as multiple ones? Parameters that I explored Can you see something that is not well optimised for Linux router?
This setting is typically set to a very conservative value of 262,144 bytes. It is recommended this value be set as large as the kernel allows. The value used in here was 4,136,960 bytes. However, 4.x kernels accept values over 16MB. Router - 180224 Server 1 - 212992 Server 2 - 163840 Somewhere else used - 83886080
Router - 180224 Server 1 - 212992 Server 2 - 163840 Somewhere else used - 83886080
Router - 180224 Server 1 - 212992 Server 2 - 163840 Somewhere else used - 335544320
Router - 180224 Server 1 - 212992 Server 2 - 163840 Somewhere else used - 335544320
Router - 4096 87380 3776288 Server 1 - 4096 131072 6291456 Server 2 - 4096 87380 3515840 Somewhere else used - 4096 87380 4136960 (IBM)
Router - 4096 16384 3776288 Server 1 - 4096 16384 4194304 Server 2 - 4096 16384 3515840 Somewhere else used - 4096 87380 4136960 (IBM)
The default value is 0 (off). The recommended value is 1 (on). Router - 0 Server 1 - 2 Server 2 - 0 Somewhere else used - 1
Router - 0 Server 1 - 2 Server 2 - 0 Somewhere else used - 1
Router - 2048 Server 1 - 131072 Server 2 - 2048 Somewhere else used - 65536, 262144 (IBM), 45000 (IBM)
Router - 0 Server 1 - 2 Server 2 - 0 Somewhere else used - 1
Router - 60 Server 1 - 60 Server 2 - 60 Somewhere else used - 15
Router - 128 Server 1 - 2048 Server 2 - 128 Somewhere else used - 65536
Router - 32768 60999 Server 1 - 32768 60999 Server 2 - 32768 60999 Somewhere else used - 1024 65535
Router - 120 Server 1 - 1000 Server 2 - 1000 Somewhere else used - 100000, 1000 (IBM), 25000 (IBM)
Router - 1 Server 1 - 128 Server 2 - 128 Somewhere else used - 128
Router - 512 Server 1 - 512 Server 2 - 512 Somewhere else used - 512
Router - 1024 Server 1 - 1024 Server 2 - 1024 Somewhere else used - 1024
Router - 1024 Server 1 - 1024 Server 2 - 1024 Somewhere else used - 1024
Router - 128 Server 1 - 4096 Server 2 - 128
Router - 5529 7375 11058 Server 1 - 381144 508193 762288 Server 2 - 5148 6866 10296
Router - 32768 Server 1 - 262144 Server 2 - no information
Router - 1560 Server 1 - 262144 Server 2 - no information
Router - westwood Server 1 - cubic Server 2 - cubic
Router - 6 Server 1 - 6 Server 2 - 6
Router - 0 Server 1 - 0 Server 2 - 0
Router - 262144 Server 1 - 1048576 Server 2 - 262144 Somewhere else used - 262,144 (IBM), 131,072 (IBM) |
How to understand kernel crash with vmcore-dmesg.txt and kexec-dmesg.log Posted: 13 Jun 2021 04:48 PM PDT I have a server running CentOS 8, the kernel crashed someday and I found the found the following three files in I first looked at Using Then I looked at the Which seems to me related to GPU driver. To my understanding, when kernel crashes, My second question is then how to understand these error messages. As it seems only NIC is connected to the PCI-E root, is there something wrong with my motherboard/CPU, or the problem is likely on the kernel? A side information, I found in where Any help will be greatly appreciated. |
2 domains configured on digital ocean, only 1 works with direct browser access using Apache2 Posted: 13 Jun 2021 03:57 PM PDT I have a droplet on digital ocean which was initially configured with only one domain (andrey.dev.br), it worked right out of the box after installing either Apache or Nginx without any extra configuration. after some time I configured a second domain (raphaelvieira.dev) on the same droplet via digital ocean admin panel, the first weird behavior was that every time I tried to access the domain raphaelvieira.dev on the browser (chrome, firefox, etc), the browser automatically redirected it to https://raphaelvieira.dev, which is odd because I don't have a HTTPS configured on apache, but it works if I access it via terminal with curl, example: after some unsuccessful tries, I decided to add virtual hosts for the two domains, following this tutorial, the first one (andrey.dev.br) continued to work fine via browser access or curl, but the raphaelvieira.dev, when accessed from browser, started to return "www.raphaelvieira.dev took too long to respond.", but kept working via curl on terminal. the raphaelviera.dev domain is registered on google domains. why is this happening? |
Restore files from software RAID 1 Posted: 13 Jun 2021 03:51 PM PDT I accidentally erased my files from my MDADM raid when I created a Docker container and mapped my raid but after that all files in the raid disappeared. The discs are not currently being written or read. I want to ask what is the way I can recover my files? Unfortunately I don't have a backup. Also I am open to any suggestions even to attach disks to Windows machine. This is my Docker compose config file which I used --> https://pastebin.com/PqwEkZ4G Thanks in advance. |
Kerberos: ticket with no REALM after principal name (i.e. `principal@`) Posted: 13 Jun 2021 02:57 PM PDT When I run a Here is the output of |
Linux - Set-up a client-server network from scratch Posted: 13 Jun 2021 02:50 PM PDT I have been looking for this, but haven't been able to find anything "complete" out there, probably because it's such a standard setup that people think it's included in the human genome by now. I know they are a lot of things in one question, but they are all related. Here's what I would like to do:
Bonus features:
So the question is not necessarily how to do this. It would suffice to point to detailed information online. What I could find is not complete and very scattered around the net, so I can't put it back together to save my life. |
how to simply monitor (or tail) several log files from several remote machines Posted: 13 Jun 2021 10:34 PM PDT A background:
The question:
|
Best practice for adding contract companies as AAD guests Posted: 13 Jun 2021 05:47 PM PDT Our small business has an Azure Active Directory (AAD) that is the central repository for employees and "guests" who have access to various digital resources. Recently, we've started hiring outside companies to do product development. For now, this involves adding a very small number of people from each company to our AAD to allow them access to our resources. When we start doing business with a company and their employees, I add their employees to our AAD and manually edit their profiles to specify their company name. That way, when we stop doing business with that company, I can filter my member list by their company name and remove them. My question is: How do people who know what they are doing deal with this sort of thing (the ability to remove all members of a group from AAD when you stop doing business with that group)? |
deprecated 'sshKeys' metadata item | centos | latest guest environment already installed Posted: 13 Jun 2021 07:36 PM PDT When login into GCP VM from browser i get a popup saying
A: I followed the instruction and updated the guest environment as mentioned here and run following cmds B: As a result, I now have the following packages C: Restarted the VM and still getting the same msg of What can be the issue?. PS: Have validated the environment as mentioned here Installed packages are I do see logs that google-agent creates /home/user-configured-in-ssh-meta But it does not add the key under authorizedkey file |
Posted: 13 Jun 2021 07:33 PM PDT I stumbled upon https://www.climateneutraldatacentre.net/ after thinking about my companies carbon footprint. I know this is a very complex topic, and not just as trivial as where the energy comes from for the data centres.. but i cannot find any data-centers that are claiming any carbon offsetting or neutrality. Has anyone seen an environmentally friendly data-center? |
Posted: 13 Jun 2021 10:10 PM PDT I have setup an Ubuntu 20.04 server to only use SMTP and send email from this server, but I am facing an issue that when Also when it's sending, send rate and speed is slow, about 1 to 10 per minute, while I did not set any limits and I checked I see no errors in Would you please help me? |
Configuring a PHP Web Service Container at Build Time Posted: 13 Jun 2021 10:00 PM PDT I am building a PHP Web Service Container Prototype.
Which builds but than fails to run: which is a Known Error unable to be fixed. So the Image is broken.
with the and a This builds nicely: But than does not run because of a simple Configuration Error: It needs just to fill the So, how can I fill the Web Service Configuration Files (Apache and PHP and others, etc ...) at Build Time to get a nice reproducible Build ? |
AWS Unified CloudWatch Agent and Beanstalk Posted: 13 Jun 2021 03:02 PM PDT AWS offers a newly developed log collector and CloudWatch uploader, as described here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/UseCloudWatchUnifiedAgent.html My question is that how to make use of this new agent using Beanstalk? Currently we are using EBS solution: This article refers to an "old" agent (awslogs), that is included in the mentioned AMI as built in. I tried to read AWS documentation, but I did not find any official AMI versions offering the new version. I am really hoping that an official AMI offers this uploader, and if so, what is this AMI? Thanks! ps.: I would not create a custom AMI for the purpose, as we want to stick to official Amazon Linux AMIs. |
502 Bad Gateway nginx/1.10.3 error with NodeJS (Debian 9) Posted: 13 Jun 2021 03:02 PM PDT For a few days I have a server where I run successfully a few Web applications developed in NodeJS. Everything worked fine until suddenly the browser started to show the error 502 Bad Gateway nginx/1.10.3 when trying to access to the website. I have not made any changes that could create this type of error. Looking for information on the web, it seems that this error is related to the way Nginx directs the request to the port of my application. I have reviewed the configuration in my/etc/nginx/sites-available/default and everything seems correct. This is an excerpt from my configuration: Also, I looked at the nginx error.log file and I can see that this line is written every time the website is accessed since this error happened: Do you have any hint what can be happening? The config seems OK to me and it worked several days before successfully. I tried restarting the server, but it does not help... Thanks all. |
How to manually setup network connection from Busybox shell (ash)? Posted: 13 Jun 2021 05:04 PM PDT An embedded device running Linux version 2.6.26.5, ARM Linux Kernel. Busybox v1.10.2 shell (ash), I'm in Busybox shell. I want to set up connection between embedded device and computer. Is it possible manually set up network connection from Busybox shell? I mounted a main virtual file systems (proc, sysfs, tmpfs, /dev/pts), then entered commands to setup network, but without success. I guess, possibly, some modules or drivers were not loaded in this shell mode, but I'm not sure. Edit: |
IPSec strongswan "established successfully", but no ppp0 Posted: 13 Jun 2021 06:06 PM PDT I'm trying to connect an Ubuntu Server 16.04 to an IPSec L2TP VPN using the strongswan client. Aparently the connection is established successfully, but the interface ppp0 isn't created. This is the result of Any hint?. |
How to verify signature on a file using OpenSSL with custom engine Posted: 13 Jun 2021 07:02 PM PDT Update Dec 28, 2017 – 3: The author of OpenSSL DSTU module kindly provided patch to OpenSSL+DSTU implementation with a fix for the issue, and assisted further. I was able to accomplish what I need first with this command: And later after concatenating a chain of certificates into a Update Dec 28, 2017 – 2: The author of OpenSSL DSTU module confirmed that the module is not working properly at the moment – https://github.com/dstucrypt/openssl-dstu/issues/2#issuecomment-354288000. I guess I'll have to look elsewhere to find a proper DSTU4145 implementation. I've just learned about a BountyCastle project, and it's specification includes DSTU-4145. I guess there's no options left but to write some Java code to do perform signature verification. Update Dec 28, 2017 – 1: Here are my files:
I have a file, signed by someone with his private key: How do I verify the signature on a file? This is what I'm doing:
Also, how do I extract the actual contents of the signed file? Is the file I have is incorrect somehow? I can view it's ASN.1 contents: The asn.1 structure seems to look OK (honestly, I know too little about ASN.1): I can see some fields about organization and stuff. I'm using a DSTU engine (Ukrainian crypto standard), similar to GOST (Russian crypto standard). |
KVM - Access from an external computer to the Virtual Machine Posted: 13 Jun 2021 10:00 PM PDT I have the following setup: Both Notebook and Host are connected to a router (Internet IP:192.168.1.1)¨ The host (Host) has two virtual machine on it (Development, Office). The host since it uses a DHCP server(KVM), assigns the following IP addresses to the VM's The DHCP server for the host hast the IP address 192.168.122.1 Now I like to access the Development VM from my Notebook (192.168.1.100) on port 5900 to remotely work on this VM. I used some iptables roules to achieve this on the host, where the VM's are located: Unfortunately I didn't get a connection with Spice to the Development VM. I edited my VM with and configured like this: After I made the iptables roules the XML-configuration files contains a new entry: What's wrong? I used several hints, but I can't get it work. I also looked that the router has the port 5900 open. |
nginx proxy_pass is being ignored Posted: 13 Jun 2021 08:08 PM PDT I have an Nginx server which works as a proxy server. I also have 3 different NodeJS Express servers running on ports 8080, 9090 and 8888 (all working correctly). Servers 8080 and 9090 execute the same APP. Server on 8888 currently should return 'POSTING' when the POST request has been forwarded. Both GET and POST routes are set up correctly for server 8888 and I get a correct response if I call them directly with CURL requests: My Nginx config is the following: Nginx serves on port 7070, and for the endpoint /amit4got loads the content from either 8080 or 9090. The problem is that when I try to POST to /amit4got/flows, there is no POST request to http://127.0.0.1:8888. I just get a response of 404 not found. If I change the proxy_pass to a rewrite, then I get a correct response from the 8888 server. I need to send through the POST params, so the rewrite does not work for me. How can I make the proxy_pass to server 8888 work? Thanks, Amit |
Remote access Mikrotik with no public IP Posted: 13 Jun 2021 05:04 PM PDT I have a Mikrotik behind a broadband router, I want to access the Mikrotik using web or winbox but the problems are; 1- Mikrotik could access internet but has no public IP 2- Using VPN is forbidden here 3-Broadband router is not physical accessible and no port forwarding allowed is there any solution like reverse SSH or something like or using ip cloud to access the Mikrotik via a VPS(Linux or Windows)? Please Please help me, I'm in a bad situation |
SLES 11 SP3 with Bootable Driver Kit - unable to fetch image error Posted: 13 Jun 2021 06:06 PM PDT I'm trying to install SLES 11 SP3 using Cobbler but it failed after downloading the NBP file. The error on the screen is "Unable to fetch TFTP image". I have a similiar setup for SLES 11 SP2 and it is working fine. The difference with this setup is I am installing SLES 11 SP3 on a IBM x3500 M5 server, which requires a bootable driver kit(BDK) to be installed prior to the installation of the OS itself. My setup is as follows: The initrd and linux is not from the SLES DVD, but from the BDK image. Quoting from https://drivers.suse.com/doc/Usage/Driver_Kits.html: Copy the kernel and initrd images from the driver kit iso image to the appropriate location on your tftp boot server. The initrd and kernel image are found under the /boot/x86_64/loader directory. I have tried changing the /etc/cobbler/dhcp.template by pointing the filename to uefisp3/bootx64.efi, pxelinux.0 and uefisp3/pxelinux.0 but none of them work. My cobbler distro report: My elilo.conf (to be honest I'm not even sure if I need this file, but this is how I did it with SLES 11 SP2): Excerpt from pxelinux.cfg/default file: TFTP server works, as I did try to fetch some files from the TFTP server manually. In /var/log/messages there is an error "tftp: client does not accept options", which from what I read is most likely not relevant to the issue that I'm facing now. Anyone with success installing SLES 11 SP3 with the driver kit? UPDATE: Captured the following during PXE boot attempt: PXE boot on SLES 11 SP3 Am running out of time, will do further testing tomorrow. Thanks for the idea. Brilliant! SECOND UPDATE: Currently PXE works as well as the auto installation. However the server is not able to boot up due to error with elilo.conf. I was not around during the installation so I am not sure what went wrong. Didn't get the chance to perform another round of installation. Thanks. |
How to get access to Icinga on Apache 2.4? Posted: 13 Jun 2021 04:01 PM PDT I am trying to install Icinga on a FreeBSD 9.1 box with Apache 2.4. I use the Apache config which was provided with the Icinga port. But when i try to access the web frontend, i get the following error in my log:
I have a DirectoryIndex directive in my httpd.conf, but not in the Icinga config snippet, which uses index.html as an index. The Options directive is When i try to specify a custom Directory Index in the Icinga config snippet, i get the following error:
So Google tells me that maybe my mod_dir isn't enabled. Well, it is not in the modules list in httpd.conf where i can uncomment the modules to load, but i have a DirectoryIndex directive in my httpd.conf which is accepted by Apache. So i am struggling to get the Icinga web frontend to work, and i was hoping that anyone can help me. |
add space to virtual disk on vmware Posted: 13 Jun 2021 07:02 PM PDT I have a VMWare Server 3.5 system with 2 VMs. On one powered on vm I changed the disk size from 1TB to 1,5TB. But the vm didn't see any new unallocated space so that I reboot twice the server. But nothing was happened... the OS on guest is CENTOS and the two disks are LVM. fdisk see the new space... but none partitions on the disk.. lvm does not see any free space... and fdisk and the following is the pvdisplay where u can see 0 free space: I want only expand my lvm device.. thanks very much cheers luigi |
Outlook Cannot Establish Connection To Exchange while using Citrix VPN Posted: 13 Jun 2021 04:01 PM PDT I have several user who travel and connect to our network using Citrix VPN. Once they are connected they can connect to our servers..etc. but when opening up Outlook they are greeted with a login window. No combination of usernames will allow Outlook to connect to the Exchange Server. If the user is in the office, the connect works just fine. Note: This is only a handful of users out of hundreds. I even tried a brand new machine but the issue still remains for these people. Any thoughts? |
Posted: 13 Jun 2021 08:08 PM PDT I am struggling with the TPROXY rule on mangle table, I configured this rules: The http pattern reg expr contains this really simple gerexp: In this way all should match with that. I wrote a program which open a sock_raw and print all received packets, I tested it and it's works, I am sure about that. What I see is that I cannot see the redirection caused by the TPROXY rule and in fact it redirect nothing, I think. Have you any suggestion ?Maybe I misunderstand some iptable or l7filter rule and my problem is really simple. Thanks a lot in advance! Pietro. |
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