<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; webmin</title> <atom:link href="http://www.ghacks.net/tag/webmin/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Configure a Linux Firewall with Webmin</title><link>http://www.ghacks.net/2009/03/27/configure-a-linux-firewall-with-webmin/</link> <comments>http://www.ghacks.net/2009/03/27/configure-a-linux-firewall-with-webmin/#comments</comments> <pubDate>Fri, 27 Mar 2009 18:53:45 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[firewall]]></category> <category><![CDATA[iptables]]></category> <category><![CDATA[remote administration]]></category> <category><![CDATA[webmin]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11501</guid> <description><![CDATA[Recently I wrote two articles, one on Creating a Linux Firewall with fwbuilder, and one Webmin: One Stop Linux Configuration. So I thought it might be a good idea to do an article that combined the two and illustrated how to configure a Linux firewall with Webmin. As you would expect, with the help of [...]]]></description> <content:encoded><![CDATA[<p>Recently I wrote two articles, one on <a
title="Create a Linux Firewall with fwbuilder" href="http://www.ghacks.net/2009/03/25/build-a-quick-and-reliable-firewall-with-fwbuilder/" target="_blank">Creating a Linux Firewall with fwbuilder</a>, and one Webmin: <a
title="Webmin: One Stop Linux Configuration" href="http://www.ghacks.net/2009/03/24/webmin-one-stop-linux-configuration/" target="_blank">One Stop Linux Configuration</a>. So I thought it might be a good idea to do an article that combined the two and illustrated how to configure a Linux firewall with Webmin.</p><p>As you would expect, with the help of Webmin, creating a firewall is very simple. And the default Webmin installation comes complete with a firewall module built in, so there is nothing to install (once you have Webmin installed.) All you have to do is point your browser to http://IP_OR_DOMAIN:1000 (Where IP_OR_DOMAIN is the actual IP address or domain hosting your Webmin installation.) If Webmin is installed on your desktop you can point your browser to http://localhost:10000.</p><p><span
id="more-11501"></span></p><div
id="attachment_11502" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_top.png"><img
class="size-medium wp-image-11502" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_top-500x215.png" alt="Webmin Firewall" width="300" height="129" /></a><p
class="wp-caption-text">Webmin Firewall</p></div><p>Once you are in the Webmin window you will want to click on the Servers link and then click on the Linux Firewall link. The image to the left is the top portion of the configuration screen. This image is showing a default iptables chain that is installed by default in Fedora. As you can see these chain rules are easily modified, moved, appended, and removed.</p><div
id="attachment_11503" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_add_rule.png"><img
class="size-medium wp-image-11503" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_add_rule-500x348.png" alt="The Add Rule Window" width="300" height="209" /></a><p
class="wp-caption-text">The Add Rule Window</p></div><p>I want to illustrate how easy it is to add a new rule to the already existing chain. Let&#8217;s say you want to add a rule that denies all incoming connections to port 110 (pop3) to your machine. To do this click on the Add Rule button to reveal the Add Rule window (see image to the right.)</p><p>The primary configurations to take for this would be:</p><ul><li>Rule Comment: Give the rule a name.</li><li>Action to take: Drop</li><li>Source Address: Any</li><li>Destination Address: 192.168.1. (This will depend upon your needs. If you have a static IP address for the machine enter that.</li><li>Destination Port: 110</li></ul><p>Once you have filled this out, click Create Rule and you will be returned to the main window with your rule listed.</p><div
id="attachment_11504" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_buttons.png"><img
class="size-medium wp-image-11504" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_firewall_buttons-500x329.png" alt="Final Steps" width="300" height="197" /></a><p
class="wp-caption-text">Final Steps</p></div><p>Once you have your new rule(s) created you have to scroll down and click the Apply Configuration button (see the image to the left). You will also notice, near the bottom, buttons that allow you to enable your firewall at boot, reset your firewall, and reset to the currently active firewall.</p><p>Once you have applied your configuration, if you want to remove a rule you just created you have to go back to the rule list, select the rule you want to delete, and click the Delete Selected button.</p><p>It is also important to make sure you have your rules set up in the right order. It is very easy to arrange your rules with the Webmin Firewall Module. Go to the rule listing and click either the up or down arrow the corresponds to the rule you want to move, The rule is then moved one slot up or down (depending upon which arrow you click). But don&#8217;t forget to click the Apply Configuration or your move will not stick.</p><p><strong>Final Thoughts</strong></p><p>If you are looking for a very simple, web-based, solution for creating a firewall the Webmin firewall module might be the answer for you. Not only is it easy to use, you can administer your firewall remotely.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/27/configure-a-linux-firewall-with-webmin/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Webmin: One Stop Linux Configuration</title><link>http://www.ghacks.net/2009/03/24/webmin-one-stop-linux-configuration/</link> <comments>http://www.ghacks.net/2009/03/24/webmin-one-stop-linux-configuration/#comments</comments> <pubDate>Tue, 24 Mar 2009 15:58:32 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[linux administration]]></category> <category><![CDATA[linux configuration]]></category> <category><![CDATA[system administration]]></category> <category><![CDATA[system configuration]]></category> <category><![CDATA[webmin]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=11444</guid> <description><![CDATA[Over the last ten+ years I have seen Linux configuration tools come and go. In the early days there was the tried-and-true, all-powerful linuxconf that many thought would remain the one and only Linux configuration tool until the end of times. Well, we were wrong and linuxconf has pretty much died off. Why did linuxconf [...]]]></description> <content:encoded><![CDATA[<p>Over the last ten+ years I have seen Linux configuration tools come and go. In the early days there was the tried-and-true, all-powerful linuxconf that many thought would remain the one and only Linux configuration tool until the end of times. Well, we were wrong and linuxconf has pretty much died off. Why did linuxconf die? Because new tools, such as Webmin? came along.</p><p>Webmin arrived on the scene in 1997 and pretty much blew away the competition. Webmin is truly a one-stop shop for Linux configuration. It&#8217;s modular so you can add and remove modules as they are needed. Webmin can configure your system, servers, networking, hardware, clusters, you name it!</p><p>Even though Webmin is a web-based utility, it does not require a server to be installed or running. Webmin contains its own built-in server so you will not need Apache running. Webmin does have to be running in order to log in.</p><p><span
id="more-11444"></span>The easiest way to install Webmin is to open up your Add/Remove Software utility, do a search for webmin, and install it. Or you can go to the <a
title="Webmin" href="http://www.webmin.com/" target="_blank">Webmin Site</a>, download the the appropriate binary and let your package manager do the work for you. If you are wanting to install Webmin on a headless server you can do the following:</p><ul><li>Secure shell to your server</li><li>Download the correct installation file using the <em>wget</em> command.</li><li>Issue the command to install Webmin (such as rpm -ivh webmind-XXX.rpm (where XXX is the release number)</li></ul><p>After the installation is complete you may have to start Webmin manually (the rpm installation starts the server for you). To start Webmin you will issue the command:</p><p><em>/etc/rc.d/init.d/webmin start</em></p><p><em>or</em></p><p><em>/etc/init.d/webmin start<br
/> </em></p><p>Once you have started Webmin you log into it with with your browser by pointing it to:</p><p><em>http://IP_OR_DOMAIN:10000</em></p><p>Where IP_OR_DOMAIN is the IP address or the domain Webmin is installed on. If you are using it for local configuration you can point your browser to <em>http://localhost:10000</em>.</p><div
id="attachment_11445" class="wp-caption alignleft" style="width: 309px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_main.png"><img
class="size-medium wp-image-11445" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_main-499x216.png" alt="Webmin Main Page" width="299" height="130" /></a><p
class="wp-caption-text">Webmin Main Page</p></div><p>As you can see, in the image to the left, the default Webmin page is very easy to navigate.Upon installation one of the first links you should click on this page is the Webmin link in the left navigation. When that menu expands you will see a number of entries, of which one is called Webmin Configuration.</p><div
id="attachment_11446" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_configuratin.png"><img
class="size-medium wp-image-11446" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_configuratin-500x321.png" alt="The Webmin Configuration Page" width="300" height="193" /></a><p
class="wp-caption-text">The Webmin Configuration Page</p></div><p>Click on the Webmin Configuration option to reveal a number of possible choices. This section is very important because you will configure access, logging, certificates, categories, and a number of other critical features.</p><p>Make sure, however, when you make any changes to Webmin that restart the Webmin server. You can restart Webmin by clicking the Restart Webmin button that is at the bottom of the Webmin Configuration page.</p><div
id="attachment_11447" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_restart.png"><img
class="size-medium wp-image-11447" src="http://www.ghacks.net/wp-content/uploads/2009/03/webmin_restart-500x177.png" alt="Controlling Webmin" width="300" height="106" /></a><p
class="wp-caption-text">Controlling Webmin</p></div><p>In the same area of the restart button there are a few other important options. If you know you are going to be using Webmin for all of your configuration needs you will want to make sure Webmin starts at boot.</p><p>Another important screen to visit, before you jump into various modules, is the Webmin Users screen. In this screen you can define groups and users and their various permissions for the Webmin system. Here you can define what modules a user or group has access to which can be very handy.</p><p>Once you get beyond Webmin basic configuration it is time to poke around the various modules. In later articles I will discuss some of the best of the Webmin modules.</p><p><strong>Final Thoughts</strong></p><p>Webmin is one of the most powerful administration tools available. If you haven&#8217;t experienced the power that is Webmin, install it now and see how much power you can have at your fingertips.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/24/webmin-one-stop-linux-configuration/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
