<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Server on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/server/</link><description>Recent content in Server on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/server/index.xml" rel="self" type="application/rss+xml"/><item><title>Network routing to LAN systems with OpenVPN Server</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/network-routing-naar-lan-systemen-met-openvpn-server/</link><pubDate>Sat, 15 Nov 2025 15:40:22 +0100</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/network-routing-naar-lan-systemen-met-openvpn-server/</guid><description>&lt;p&gt;To be able to access systems on the LAN network through the VPN tunnel of the OpenVPN server, the LAN system must know that traffic destined for the VPN subnet must be sent via the OpenVPN server. Without this additional route, return traffic will not reach the VPN clients.&lt;/p&gt;
&lt;p&gt;In this example, we use the subnet 10.0.8.0/24 as the IP range you have configured for the OpenVPN tunnel. This is the network in which all VPN clients receive an IP address. To ensure that a device on the LAN can correctly send traffic back to these VPN clients, you must add a static route on that LAN device.&lt;/p&gt;</description></item><item><title>Configure LDAP/IPA Server with Jenkins</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-jenkins/</link><pubDate>Sat, 09 Mar 2024 17:38:50 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-jenkins/</guid><description>&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;Identity, Policy, and Audit (IPA) system&lt;/p&gt;
&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;Jenkins&lt;/p&gt;
&lt;p&gt;2.319.2&lt;/p&gt;
&lt;p&gt;=﻿==&lt;/p&gt;
&lt;p&gt;Dashboard -&amp;gt; Security -&amp;gt; Configure Global Security&lt;/p&gt;
&lt;p&gt;Server:&lt;/p&gt;
&lt;p&gt;ldap://&amp;lt;IP_SERVER&amp;gt;:389&lt;/p&gt;
&lt;p&gt;root DN:&lt;/p&gt;
&lt;p&gt;dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;p&gt;User search base&lt;/p&gt;
&lt;p&gt;cn=users,cn=accounts&lt;/p&gt;
&lt;p&gt;User search filter&lt;/p&gt;
&lt;p&gt;uid={0}&lt;/p&gt;
&lt;p&gt;Group search base&lt;/p&gt;
&lt;p&gt;cn=groups,cn=accounts&lt;/p&gt;
&lt;p&gt;Group membership -&amp;gt; Search for LDAP groups containing user -&amp;gt; Group membership filter:&lt;/p&gt;
&lt;p&gt;(| (member={0}) (uniqueMember={0}) (memberUid={1}))&lt;/p&gt;
&lt;p&gt;Manager DN:&lt;/p&gt;
&lt;p&gt;uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;</description></item><item><title>Configure LDAP/IPA Server with Nexus</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-nexus/</link><pubDate>Sat, 09 Mar 2024 17:37:42 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-nexus/</guid><description>&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;Nexus&lt;/p&gt;
&lt;p&gt;Sonatype Nexus Repository&lt;/p&gt;
&lt;p&gt;OSS 3.60.0-02&lt;/p&gt;
&lt;p&gt;=﻿==&lt;/p&gt;
&lt;p&gt;LDAP&lt;/p&gt;
&lt;p&gt;ldap://&amp;lt;IP_SERVER&amp;gt;:389&lt;/p&gt;
&lt;p&gt;cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;p&gt;Simple Authentication&lt;/p&gt;
&lt;p&gt;uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;pw&gt;
&lt;p&gt;Next&lt;/p&gt;
&lt;p&gt;=﻿==&lt;/p&gt;
&lt;p&gt;Select no template&lt;/p&gt;
&lt;p&gt;User relative DN = leeg&lt;/p&gt;
&lt;p&gt;User subtree = unchecked&lt;/p&gt;
&lt;p&gt;Object class: inetOrgPerson&lt;/p&gt;
&lt;p&gt;User filter = leeg&lt;/p&gt;
&lt;p&gt;User ID attribute = uid&lt;/p&gt;
&lt;p&gt;Real name attribute = cn&lt;/p&gt;
&lt;p&gt;Email attribute = mail&lt;/p&gt;
&lt;p&gt;Password attribute = leeg&lt;/p&gt;
&lt;p&gt;Map LDAP groups as roles = unchecked&lt;/p&gt;</description></item><item><title>Configure LDAP/IPA Server with Sonarqube</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-sonarqube/</link><pubDate>Sat, 09 Mar 2024 17:35:22 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-configure-ldap-ipa-server-with-sonarqube/</guid><description>&lt;p&gt;&lt;strong&gt;Configure LDAP/IPA Server with Sonarqube&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;Sonarqube&lt;/p&gt;
&lt;p&gt;8.9.6&lt;/p&gt;
&lt;p&gt;sonar.properties&lt;/p&gt;
&lt;p&gt;sonarqube-8.9.6/conf/sonar.properties&lt;/p&gt;
&lt;p&gt;=﻿==&lt;/p&gt;
&lt;p&gt;sonar.security.realm=LDAP&lt;/p&gt;
&lt;p&gt;ldap.url=ldap://&amp;lt;IP_SERVER&amp;gt;:389&lt;/p&gt;
&lt;p&gt;ldap.bindDn=uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;p&gt;ldap.bindPassword=&lt;PASSWORD&gt;&lt;/p&gt;
&lt;p&gt;ldap.authentication=simple&lt;/p&gt;
&lt;p&gt;ldap.user.baseDn=cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;p&gt;# laat volgende default&lt;/p&gt;
&lt;p&gt;# ldap.user.request=&lt;/p&gt;
&lt;p&gt;# LDAP user request. (default: (&amp;amp;(objectClass=inetOrgPerson)(uid={login})) )&lt;/p&gt;
&lt;p&gt;ldap.group.baseDn=cn=groups,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&lt;/p&gt;
&lt;p&gt;# laat volgende default&lt;/p&gt;
&lt;p&gt;# ldap.group.request=&lt;/p&gt;
&lt;p&gt;# LDAP group request (default: (&amp;amp;(objectClass=groupOfUniqueNames)(uniqueMember={dn})) )&lt;/p&gt;</description></item><item><title>LDAP/IPA Server command line searches</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-command-line-searches/</link><pubDate>Sat, 09 Mar 2024 17:34:27 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-command-line-searches/</guid><description>&lt;p&gt;$ ldapsearch -H ldap://&amp;lt;FQDN_SERVER&amp;gt;/ -b dc=&lt;NETWORK&gt;,dc=com -x&lt;/p&gt;
&lt;p&gt;$ ldapsearch -x -LLL -H ldap:/// -b dc=&lt;NETWORK&gt;,dc=com dn&lt;/p&gt;
&lt;p&gt;$ ldapwhoami -x -H ldap:///&lt;/p&gt;
&lt;p&gt;$ ldapsearch -H ldap://&amp;lt;IP_SERVER&amp;gt; -D &amp;ldquo;uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=compat,dc=&lt;NETWORK&gt;,dc=com&amp;rdquo; -b &amp;ldquo;cn=users,cn=accounts,dc=&lt;NETWORK&gt;,dc=com&amp;rdquo; -x -W&lt;/p&gt;
&lt;p&gt;$ ldapsearch -H ldap://&amp;lt;IP_SERVER&amp;gt; -D &amp;ldquo;uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=compat,dc=&lt;NETWORK&gt;,dc=com&amp;rdquo; -b &amp;ldquo;dc=&lt;NETWORK&gt;,dc=com&amp;rdquo; -x -W -s one &amp;ldquo;(&amp;amp;(objectClass=organizationalUnit)&lt;/p&gt;
&lt;p&gt;$ ldapsearch -h &amp;lt;FQDN_SERVER&amp;gt; -D &amp;lsquo;uid=&amp;lt;ADMIN_USER&amp;gt;,cn=users,cn=compat,dc=&lt;NETWORK&gt;,dc=com&amp;rsquo; -o ldif-wrap=no -b &amp;lsquo;dc=&lt;NETWORK&gt;,dc=com&amp;rsquo; -W uid=&amp;lt;ADMIN_USER&amp;gt;&lt;/p&gt;
&lt;p&gt;$ ldapsearch -h &amp;lt;FQDN_SERVER&amp;gt; -D &amp;lsquo;uid=&lt;USER&gt;,cn=users,cn=compat,dc=&lt;NETWORK&gt;,dc=com&amp;rsquo; -o ldif-wrap=no -b &amp;lsquo;dc=&lt;NETWORK&gt;,dc=com&amp;rsquo; -W uid=&lt;USER&gt;&lt;/p&gt;</description></item><item><title>LDAP/IPA Server client installation</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-client-installation/</link><pubDate>Sat, 09 Mar 2024 17:33:26 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-client-installation/</guid><description>&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;# yum install ipa-client&lt;/p&gt;
&lt;p&gt;# ipa-client-install &amp;ndash;server=&lt;FQDN&gt; &amp;ndash;domain=&lt;NETWORK&gt; &amp;ndash;principal=admin -W&lt;/p&gt;
&lt;p&gt;# ipa-client-install &amp;ndash;server=&amp;lt;&lt;a href="http://ipa-server.example.com"&gt;ipa-server.example.com&lt;/a&gt;&amp;gt; &amp;ndash;domain=&amp;lt;example.com&amp;gt; &amp;ndash;principal=admin -W&lt;/p&gt;</description></item><item><title>LDAP/IPA Server installation</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-installation/</link><pubDate>Sat, 09 Mar 2024 17:31:40 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-installation/</guid><description>&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;# yum install ipa-server&lt;/p&gt;
&lt;p&gt;# ipa-server-install&lt;/p&gt;
&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;Hosts file aanpassen&lt;/p&gt;
&lt;p&gt;De FQDN voor op, daarna pas de aliassen&lt;/p&gt;
&lt;p&gt;/etc/hosts&lt;/p&gt;
&lt;p&gt;&amp;lt;IP_SERVER&amp;gt;   &lt;FQDN&gt; &lt;ALIAS1&gt; (&lt;ALIAS2&gt;)&lt;/p&gt;
&lt;p&gt;Mocht er een alias voor de FQDN staan, dan kun je foutmeldingen krijgen die hier niet meteen aan te relateren zijn.&lt;/p&gt;</description></item><item><title>LDAP/IPA - Server on Red Hat Enterprise Linux 7</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-op-red-hat-enterprise-linux-7/</link><pubDate>Thu, 15 Feb 2024 10:47:28 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-ldap-ipa-server-op-red-hat-enterprise-linux-7/</guid><description>&lt;p&gt;If you are using a hosts file, make sure it contains FQDNs and pay close attention to the order in which they appear.&lt;/p&gt;
&lt;p&gt;Check the hosts file and adjust it if necessary:&lt;/p&gt;
&lt;p&gt;The FQDN must come first, followed by any aliases.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;/etc/hosts

10.0.0.1 server1.example.com server1 application1
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If an alias is listed before the FQDN, you may encounter error messages that are not immediately traceable to this cause.&lt;/p&gt;</description></item><item><title>Automatically log in to a Linux server using PuTTY on Windows</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</link><pubDate>Fri, 17 Feb 2023 14:51:15 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-authomatisch-inloggen-op-een-linux-server-m-b-v-putty-onder-windows/</guid><description>&lt;p&gt;You can automatically log in to a Linux server on Windows using PuTTY by making use of a key file. Below I explain step by step how to do this.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a key: start: puttygen.exe&lt;/li&gt;
&lt;li&gt;Click on: Generate&lt;/li&gt;
&lt;li&gt;Click on: Save private key&lt;/li&gt;
&lt;li&gt;Go to PuTTY Configuration -&amp;gt; Session&lt;/li&gt;
&lt;li&gt;Load a previously created session or create a new one&lt;/li&gt;
&lt;li&gt;Go to: Connection -&amp;gt; SSH -&amp;gt; Auth -&amp;gt; Private key file for authentication -&amp;gt; Browse&lt;/li&gt;
&lt;li&gt;Select your file with the private key: *.ppk&lt;/li&gt;
&lt;li&gt;Go back to Session and click on: Save&lt;/li&gt;
&lt;li&gt;Log in to the Linux server using the Saved Sessions and still with your password&lt;/li&gt;
&lt;li&gt;Create a new directory in the home directory: .ssh&lt;/li&gt;
&lt;li&gt;Give this directory the correct permissions: chmod 700 ~/.ssh&lt;/li&gt;
&lt;li&gt;Create and edit the file authorized_keys: vi ~/ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Copy the Public key for pasting from the PuTTY Key Generator&lt;/li&gt;
&lt;li&gt;Paste it into the authorized_keys file on the Linux server&lt;/li&gt;
&lt;li&gt;Save the authorized_keys file (for vi type: :wq)&lt;/li&gt;
&lt;li&gt;Give this file the correct permissions: chmod 600 ~/.ssh/authorized_keys&lt;/li&gt;
&lt;li&gt;Close the logged-in PuTTY session to the Linux Server&lt;/li&gt;
&lt;li&gt;Open the session again to verify that you can now log in automatically&lt;/li&gt;
&lt;/ol&gt;</description></item></channel></rss>