<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>sysadmin on Ohidur's Blog</title><link>https://blog.ohidur.com/tags/sysadmin/</link><description>Recent content in sysadmin on Ohidur's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>me@ohidur.com (Ohidur Rahman Bappy)</managingEditor><webMaster>me@ohidur.com (Ohidur Rahman Bappy)</webMaster><copyright>©{year} Ohidur.com</copyright><lastBuildDate>Mon, 23 Nov 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ohidur.com/tags/sysadmin/index.xml" rel="self" type="application/rss+xml"/><item><title>How to setup a radius server on linux</title><link>https://blog.ohidur.com/posts/setup-radius-server-linux/</link><pubDate>Mon, 23 Nov 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/setup-radius-server-linux/</guid><description>Whenever I logged into the router setup page, I found an option for configuring
radius server. But didn&amp;rsquo;t try anytime. and no more! Let&amp;rsquo;s try out.
Update apt cache sudo bash apt-get update apt-get install freeradius -y Edit /etc/freeradius/clients.conf sudo nano /etc/freeradius/clients.conf Add a new client client 0.0.0.0/0 { secret = {RADIUS shared key} shortname = any } We are accepting client from all ip Edit /etc/freeradius/users sudo nano /etc/freeradius/users Add a new user to file testuser Cleartext-password :=&amp;quot;password&amp;quot;</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>linux</category><category>sysadmin</category></item><item><title>Mikrotik Hotspot HTTPS redirect</title><link>https://blog.ohidur.com/posts/mikrotik-hotspot-https-redirect/</link><pubDate>Tue, 10 Mar 2020 00:00:00 +0000</pubDate><author>me@ohidur.com (Ohidur Rahman Bappy)</author><atom:modified>Mon, 08 Mar 2021 14:06:10 +0600</atom:modified><guid>https://blog.ohidur.com/posts/mikrotik-hotspot-https-redirect/</guid><description>Hotspot HTTPS example Summary Using Hotspot server without enabled HTTPs login, may result in fail to redirect a client to the Hotspot authentication page if the requested page uses HTTPS protocol. To avoid such scenario, the “HTTPS login” should be enabled.
Hotspot HTTPs login provides:
Extra security using SSL key encryption. Ability to redirect clients from HTTPS URLs. This page contains information how to use SSL certificate to enable HTTPS login on Hotspot server.</description><dc:creator>Ohidur Rahman Bappy</dc:creator><category>sysadmin</category></item></channel></rss>