Recent Questions - Server Fault |
- fail2ban not blocking SSH connection
- Dynamic Google hosted DNS zone update by DHCP
- Is my router's NAT and Windows Firewall address or port restricted?
- Server 2022 SMTP Server issue
- What is a context for client server model?
- Why the website over hte port 80 is able to access the api over port 81 in the same server but not outside by the website?
- Capping the bandwidth on my phone without having to root it [closed]
- How to use Mod Rewrite to access non-document-root folder files?
- How can I solve the error to open google chrome on the server?
- How to configure different relay, masquerade and/or smarthost settings, based on recipient and/or sender address
- lvmcache/dm-cache writeback cache full performance
- Enabling PHPMYADMIN Logging & Fail2ban Default Filter
- Group Policy Management Tools
- Windows Active Directory - Change Time Server Settings after PDC/FSMO moved
- ansible block-rescue is not working with handler
- Could not find an installable distribution at '/home/customize.iso'
- Why does AWS Lambda need to pass ecsTaskExecutionRole to ECS task
- Postfix modify email in queue and re-inject
- Nginx isn't executing php files, while using H5AI
- Windows Server 2012 Proxy Setting Using Group Policy
- Can't start any service after installing iRedMail on CentOS
- Getting "Can't create/write to file '/var/lib/mysql/is_writable'" using docker (inside vagrant on OS X)
- rsync files to a kubernetes pod
- How to allow SonicOS SSLVPN IP Range to access a single WAN Host
- How to get all fingerprints for .ssh/authorized_keys(2) file
- How to determine if I'm logged in via SSH?
fail2ban not blocking SSH connection Posted: 30 Dec 2021 01:49 AM PST I am using Fail2Ban v0.11.2 on a manjaro 21.2.0. First I copied the jail.conf like this After that i changed some lines inside jail.local: (And yes, my ssh port is something like 1234, so a custom one, and not 22). You can see my whole jail.local here. After that i enabled the service and start everything:
I can check the log via So what i expect: Take a different device with a different ip address as my "fail2ban server". Try a ssh connection to my "fail2ban server". I am using here a wrong private key for the ssh connection. So username is correct, password is correct, but private key is wrong. It should block this device after 3 attempts in under 1 minute. But nevertheless I can try multiple logins and my device won't get blocked. |
Dynamic Google hosted DNS zone update by DHCP Posted: 30 Dec 2021 01:49 AM PST I have dns zone running in Google Cloud. I would like to integrate my ISC-DHCP with that zone by enabling automatic host registration into the zone. I'm looking for some analogy to enable in Google Cloud this BIND feature: and configuring the DHCP server to update the zone on the lease changes. Any idea how to do that? |
Is my router's NAT and Windows Firewall address or port restricted? Posted: 30 Dec 2021 01:11 AM PST I recently learnt about the different types of NAT as I was trying to learn UDP hole punching using Python sockets. The Python program was successful, but I had trouble finding the following information:
|
Posted: 30 Dec 2021 12:22 AM PST This is a new installation of Server 2022 Standard 21H2. I'm trying to configure the SMTP Server so that a client application can send emails internally. The first thing I noticed is that when I open IIS 6.0 Manager and right click the SMTP virtual server, it usually generates the following error: If I try often enough, I can get in and configure the settings. The next thing though is that whenever I attempt to send a message through the smtp server, the smtp service stops and the following event is logged: Can anyone suggest where I would start to troubleshoot this please? |
What is a context for client server model? Posted: 30 Dec 2021 01:51 AM PST I am working on a C++ program running on linux machine. I am new to client server architecture. I recently get to know that the program I'm working on use something called context, so that the client can set the various configuration like access-mode etc to communicate with the server accordingly. I want to know if it is something that is specific to my program or it is the same concept anywhere? And is it called context as a general term or it has some other common names? Any guide in the right direction will be helpful. Update: I can feel that it is too broad of a concept to answer. I am particularly curious about where this concept fits in the client-server architecture? |
Posted: 30 Dec 2021 12:07 AM PST We have deployed an angular website with Now if we access the site within the server it accesses the But when we access the website form outside it is working but the It's a weird issue. |
Capping the bandwidth on my phone without having to root it [closed] Posted: 29 Dec 2021 10:51 PM PST I don't want to root my phone, although I've heard that is, in fact, the only way to natively cap my bandwidth usage. I have NetLimiter on my Windows PC, and I was thinking that I could route the traffic through my PC by setting it as the default gateway on my phone to limit the throughput to the external internet connection to keep it from crashing the internet for all of my neighbors, since we have a shared internet connection provided by our landlord. We live out in the mountains and it's rather remote. Does anyone know how to do this without turning my computer into a security nightmare? |
How to use Mod Rewrite to access non-document-root folder files? Posted: 29 Dec 2021 11:33 PM PST I have the following structure for my website codes at The document root is set to be "/var/www/html/public" but I also want to have files accessible via path "http://mywebsite/files/test.txt". I think this must be possible using mod_rewrite in the I tried to add a rule to the default The current result is I am stuck and if anyone can help me I will appreciate. |
How can I solve the error to open google chrome on the server? Posted: 30 Dec 2021 12:30 AM PST I have run the command google-chrome on the server and I have got this error. https://i.imgur.com/BmxPj2b.png When I tried this solution. https://i.imgur.com/4G8O6nN.png and I have got this error https://i.imgur.com/cl4tJHj.png |
Posted: 29 Dec 2021 09:27 PM PST My Google-fu is letting me down with this one. Is it possible to EITHER/preferably configure sendmail to...
...OR configure sendmail to...
...? The sendmail server is not exposed externally, so this isn't a security/open-relay concern -- just trying to support a local app with limited mail config, that we're hoping to send to different parties with differing (mostly vanity) mail requirements. I'm not a sendmail guy, by trade, and am only targeting sendmail because I understand it to be the de-facto on AIX7.1 and AIX7.2, which are the current- and next-validated OS for the proprietary app. The server appears only to have an I think I need to enable |
lvmcache/dm-cache writeback cache full performance Posted: 30 Dec 2021 01:29 AM PST I have a SSD writeback cache in front of a HDD, set up through lvmcache (so a dm-cache). When the cache LV is not full ( My understanding is that dm-cache uses the mq eviction algorithm, but that only applies to read caching and thus is irrelevant to the write caching issue I am observing. Is there a way to reserve space for a write cache, or use both a dm-writecache (which I understand will not do any read caching) and a dm-cache at the same time? |
Enabling PHPMYADMIN Logging & Fail2ban Default Filter Posted: 29 Dec 2021 08:26 PM PST I am on Debian 10.5 LAMP with ISPConfig, running PHPMYADMIN 4.9.0.1. I installed phpmyadmin following this tutorial I can only guess that somehow ISPConfig may be interrupting something. In any case, I am trying to setup the default phpmyadmin-syslog.conf filter for fail2ban to protect phpmyadmin. Problem: I have tried 3 methods to enable logging: in my
Which should output failed login attempts to I tried However, neither I also tried: and gave permissions to the log to www-data user using (note: unsure if this correct, pma is controluser)
My and the default (no useful tip for enabling the phpyadmin logging) Anybody know what I am missing? |
Posted: 29 Dec 2021 11:02 PM PST My company is currently using NetIQ GPAdmin from Microfocus. It has been a nightmare and is apparently going EOL. We are looking at moving to a different utility and they are attempting to sell us on "Universal Group Policy" by Microfocus. As we are looking at a new implementation, we have the opportunity to test other options and perhaps go a different route. Looking for any suggestions and would ask for reasoning/experiences with the product. My questions are as follows:
My thanks ahead of time for any answers given here. |
Windows Active Directory - Change Time Server Settings after PDC/FSMO moved Posted: 29 Dec 2021 11:37 PM PST We have configured a GPO to configure our PDC server like is described here (and many other blogs) https://docs.microsoft.com/en-us/archive/blogs/nepapfe/its-simple-time-configuration-in-active-directory It means that our GPO uses the filter that applies only to main PDC to set NTP settings as primary time source in our AD Domain. When FSMO roles are moved to another DC, these time/ntp settings are applied to new DC that acts as PDC. But after the role is moved, the old PDC is still configured with OLD ntp/time settings. To correct that situation we are applying this manual command in the OLD PDC But we would like to do it automatically, how can we do it? , how can we automatically reset the previous settings that still remains on the OLD PDC ? Thanks in advance |
ansible block-rescue is not working with handler Posted: 29 Dec 2021 10:35 PM PST I am trying the following playbook. But even after getting the error from handler, the rescue section is not working. Bellow is the output I'm getting while running. TASK [Check service status] ********************************************************************************************************* changed: [localhost] RUNNING HANDLER [port status] **************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "netstat -nltp | grep 3306", "delta": "0:00:00.017951", "end": "2019-03-13 22:04:41.024950", "msg": "non-zero return code", "rc": 1, "start": "2019-03-13 22:04:41.006999", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} NO MORE HOSTS LEFT ***************************************************************************************************************** to retry, use: --limit @/home/sachin/ansible.retry PLAY RECAP ***************************************************************************************************************** localhost : ok=1 changed=1 unreachable=0 failed=1 |
Could not find an installable distribution at '/home/customize.iso' Posted: 30 Dec 2021 01:00 AM PST Below command work well for standard iso provided by Ubuntu but facing issue when customize iso is used. virt-install --name=vm--vcpu=18 --ram=65536 --location=/home/customize.iso --network bridge=br0 --network bridge=br0 --disk path=/VMs/harddisk/vm.img -x "console=ttyS0" --nographics -v --debug Debug log: Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (cli:265) Launched with command line: /usr/share/virt-manager/virt-install --name=test --vcpu=18 --ram=65536 --location=/var/lib/libvirt/images/test-0_2_4.iso --network bridge=br0 --network bridge=br0 --disk path=/VMs/wdcsbm/wdcsbm.img -x console=ttyS0 --nographics -v --debug [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (cli:279) Requesting libvirt URI default [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (cli:282) Received libvirt URI qemu:///system [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:358) Requesting virt method 'hvm', hv type 'default'. [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:583) Received virt method 'kvm' [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:584) Hypervisor name is 'hvm' [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:270) Distilled --network options: ['bridge=br0', 'bridge=br0'] [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:316) --graphics compat generated: none [Thu, 07 Mar 2019 05:17:54 virt-install 17496] DEBUG (virt-install:183) Distilled --disk options: ['path=/VMs/test/test.img'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (distroinstaller:283) installer.detect_distro returned=None [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (guest:251) Setting Guest.os_variant to 'None' [Thu, 07 Mar 2019 05:17:55 virt-install 17496] WARNING (virt-install:545) No operating system detected, VM performance may suffer. Specify an OS with --os-variant for optimal results. [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (virt-install:697) Guest.has_install_phase: True Starting install... [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:56) Using scratchdir=/var/lib/libvirt/boot [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:503) Finding distro store for location=/var/lib/libvirt/images/test-0_2_4.iso [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:345) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-x', '/.treeinfo'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:89) Fetching URI: /.treeinfo Retrieving file .treeinfo... | 0 B 00:00:00 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:164) Saved file to /var/lib/libvirt/boot/virtinst-.treeinfo.d9lSWN [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:404) Did not find 'family' section in treeinfo [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:345) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-x', '/content'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:89) Fetching URI: /content Retrieving file content... | 0 B 00:00:00 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:1144) No treearch found in uri, defaulting to arch=i386 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:357) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-f'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/current/images/MANIFEST) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/daily/MANIFEST) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/.disk/info) returning True [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:345) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-x', '/.disk/info'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:89) Fetching URI: /.disk/info Retrieving file info... | 51 B 00:00:00 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:1191) Regex didn't match, not a Debian distro [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/Fedora) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/SL) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/CentOS) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/VERSION) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/.disk/info) returning True [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:345) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-x', '/.disk/info'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:89) Fetching URI: /.disk/info Retrieving file info... | 51 B 00:00:00 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:1378) Regex didn't match, not a ALT Linux distro [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:1144) No treearch found in uri, defaulting to arch=i386 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/current/images/MANIFEST) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/daily/MANIFEST) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/.disk/info) returning True [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:345) Running isoinfo: ['isoinfo', '-J', '-i', '/var/lib/libvirt/images/test-0_2_4.iso', '-x', '/.disk/info'] [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:89) Fetching URI: /.disk/info Retrieving file info... | 51 B 00:00:00 [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:1191) Regex didn't match, not a Ubuntu distro [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/Server) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/Client) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/RedHat) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/images/pxeboot/vmlinuz) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/ppc/ppc64/vmlinuz) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/images/boot.iso) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/boot/boot.iso) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/current/images/netboot/mini.iso) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/install/images/boot.iso) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (urlfetcher:144) hasFile(/) returning False [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (cli:317) File "/usr/share/virt-manager/virt-install", line 1008, in sys.exit(main()) File "/usr/share/virt-manager/virt-install", line 1002, in main start_install(guest, options) File "/usr/share/virt-manager/virt-install", line 728, in start_install fail(e, do_exit=False) File "/usr/share/virt-manager/virtinst/cli.py", line 317, in fail logging.debug("".join(traceback.format_stack())) [Thu, 07 Mar 2019 05:17:55 virt-install 17496] ERROR (cli:318) Could not find an installable distribution at '/var/lib/libvirt/images/test-0_2_4.iso': The URL could not be accessed, maybe you mistyped? The location must be the root directory of an install tree. See virt-install man page for various distro examples. [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (cli:320) Traceback (most recent call last): File "/usr/share/virt-manager/virt-install", line 707, in start_install transient=options.transient) File "/usr/share/virt-manager/virtinst/guest.py", line 480, in start_install self._prepare_install(meter, dry) File "/usr/share/virt-manager/virtinst/guest.py", line 313, in _prepare_install self.installer.prepare(self, meter) File "/usr/share/virt-manager/virtinst/installer.py", line 200, in prepare self._prepare(guest, meter) File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 220, in _prepare self._prepare_kernel_url(guest, fetcher) File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 127, in _prepare_kernel_url store = self._get_store(guest, fetcher) File "/usr/share/virt-manager/virtinst/distroinstaller.py", line 114, in _get_store self._cached_store = urlfetcher.getDistroStore(guest, fetcher) File "/usr/share/virt-manager/virtinst/urlfetcher.py", line 559, in getDistroStore (fetcher.location, extramsg))) ValueError: Could not find an installable distribution at '/var/lib/libvirt/images/test-0_2_4.iso': The URL could not be accessed, maybe you mistyped? The location must be the root directory of an install tree. See virt-install man page for various distro examples. [Thu, 07 Mar 2019 05:17:55 virt-install 17496] DEBUG (cli:331) Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start wdcsbm otherwise, please restart your installation. Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start wdcsbm otherwise, please restart your installation. root@kvm01:/media/cdrom# Any help from anyone will be appreciated. |
Why does AWS Lambda need to pass ecsTaskExecutionRole to ECS task Posted: 29 Dec 2021 10:02 PM PST I am writing an AWS Lambda function to trigger an ECS Fargate task. I am following the example provided at Run tasks with AWS Fargate and Lambda. While my setup works, there is one of the parts involving IAM roles that I do not understand. One of the steps is to create an ECS task. I create that task with its "Task execution IAM role" left at
Next, I create the Lambda function. Part of that Lambda function setup is the creation of another IAM role because, according to the "Run tasks with AWS Fargate and Lambda" page,
The role looks like this (I have compressed the white-space to save space): What I don't understand is why the Lambda function has to have this |
Postfix modify email in queue and re-inject Posted: 29 Dec 2021 10:34 PM PST I've a legacy webapp that sends mail to an external SMTP (specified by a conf file). These emails came out from "noreply" account and were correctly delivered. Now, we want mails came out from "user@domain.tld" but unfortunately is not possible modify the app. From the website, we can recognize the logged in user but we're unable to set it before the send.. So we've to intercept the mail before they arrive to the external SMTP. For this, we've configured a local Postfix to substitute to the external SMTP. It have to accept mails, change the sender (the new one will be in the Subject between some special chars) and re-route the mail to the official external SMTP. All mails have attachments (doc/pdf file). Is there any direct commands/method to do this? At high level, the solution I thinked about is based on: hold the queue, postcat the messages, change the sender by a script, send the mail by mail/mailx command.. Thanks. |
Nginx isn't executing php files, while using H5AI Posted: 29 Dec 2021 11:07 PM PST I'm trying to install H5AI on my Debian 8 server, I'm using NGINX and PHP7, when I'm trying to access to my adress (in this case share.chaton-poulpe-pieuvre.tk), it makes me download the file, it isn't executing it.. My H5AI files are on /usr/share/nginx/share, in this directory, there is the public and the private directory of H5AI. That's the 0.29.0 of H5AI. Here is my nginx .conf file for H5AI : Thanks for any help guys.. |
Windows Server 2012 Proxy Setting Using Group Policy Posted: 29 Dec 2021 10:02 PM PST I want to set proxy for all users in local windows server 2012 by using local group policy? My windows is not a domain controller. How can i do that? |
Can't start any service after installing iRedMail on CentOS Posted: 30 Dec 2021 01:00 AM PST I have attempted to install iRedMail on one of my servers. After reboot, I can't start any service anymore. Does anyone know how to get this sorted out? Update Re-installing and starting polkit gave me this: |
Posted: 29 Dec 2021 11:07 PM PST I am trying to use docker-compose/docker inside a vagrant machine hosted on OS X. Running 'docker-compose up' always fails with
I can manually create the file just fine, however. (Using Does anyone know where to look to debug this? Log: My docker-compose.yaml: My Vagrantfile: |
rsync files to a kubernetes pod Posted: 30 Dec 2021 12:18 AM PST I need to rsync a file tree to a specific pod in a kubernetes cluster. It seems it should be possible if only one can convince rsync that kubectl acts sort of like rsh. Something like: ... except that this runs into problems with x since rsync assumes a hostname is needed: I can not seem to find a method to help rsync construct the rsh command. Is there a way to do this? Or some other method by which relatively efficient file transfer can be achieved over a pipe? (I am aware of |
How to allow SonicOS SSLVPN IP Range to access a single WAN Host Posted: 29 Dec 2021 09:05 PM PST We have a SonicWall TZ 205 W (SonicOS Enhanced 5.8.1.15-48o) Network Security Appliance. Users from outside take an SSLVPN connection with NetExtender. They can access resources in the LAN just fine. We have also configured a S2S VPN connection from the SonicWall to Azure Virtual network. The users of the SSLVPN have been added with this access and it works just fine. The Problem: However, we also have an SQL Azure database which we would like to route through the SSLVPN. It cannot be added to the Azure Virtual Network because Microsoft don't support this thus it needs to reside in the WAN zone.
If the SQL Azure was behind a VPN connection, it'd be simply a matter to add the VPN access to the SSLVPN users but how do I make this SonicWall allow connections from SSLVPN IP Range to a host in the WAN Zone? |
How to get all fingerprints for .ssh/authorized_keys(2) file Posted: 30 Dec 2021 01:26 AM PST Is there a simple way to get a list of all fingerprints entered in the .ssh/authorized_keys || .ssh/authorized_keys2 file? will only return fingerprint of first line / entry / publickey hack with awk: but is there an easier way or ssh command I didn't find? |
How to determine if I'm logged in via SSH? Posted: 29 Dec 2021 09:11 PM PST I'm currently setting up a fairly complex bash configuration which shall be used on multiple machines. I try to find out if it is possible to determine whether I'm logged in via SSH or on a local machine. This way I could, for instance, set some aliases depending on that fact. Like aliasing What I know so far is, that the environment variable |
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