<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gfilippi</id>
		<title>FreeBSDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gfilippi"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/Gfilippi"/>
		<updated>2026-04-21T11:46:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/DHCP</id>
		<title>DHCP</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/DHCP"/>
				<updated>2007-01-23T07:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== dhcpd ==&lt;br /&gt;
=== Problems starting dhcpd ===&lt;br /&gt;
==== Errors when trying to start ====&lt;br /&gt;
NOTE: This problem was found on this architecture, but may apply to others.&lt;br /&gt;
 dhcp-1# uname -a&lt;br /&gt;
 FreeBSD dhcp-1.one.example.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005   &lt;br /&gt;
 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386&lt;br /&gt;
 dhcp-1#&lt;br /&gt;
&lt;br /&gt;
 dhcp-1# /usr/local/etc/rc.d/isc-dhcpd.sh start&lt;br /&gt;
 chown: dhcpd: Invalid argument&lt;br /&gt;
 /usr/local/etc/rc.d/isc-dhcpd.sh: WARNING: unable to change permissions of /var/run/dhcpd&lt;br /&gt;
 /usr/local/etc/rc.d/isc-dhcpd.sh: WARNING: safe_run: chown dhcpd:dhcpd /var/db/dhcpd&lt;br /&gt;
 /usr/local/etc/rc.d/isc-dhcpd.sh: WARNING: unable to change permissions of /var/db/dhcpd&lt;br /&gt;
 chown: dhcpd: Invalid argument&lt;br /&gt;
 /usr/local/etc/rc.d/isc-dhcpd.sh: WARNING: unable to change permissions of /var/db/dhcpd/dhcpd.leases&lt;br /&gt;
 Starting dhcpd.&lt;br /&gt;
 dhcp-1#&lt;br /&gt;
&lt;br /&gt;
==== Find out if dhcpd is running ====&lt;br /&gt;
 dhcp-1# ps -auwx | grep dhcp&lt;br /&gt;
 root     94818  0.0  0.6  2188  1536  ??  Is   15Jan07   0:00.05 /usr/local/sbin/dhcpd&lt;br /&gt;
 root     24289  0.0  1.1  3892  2612  p0  RV    6:22AM   0:00.00 grep dhcp (csh)&lt;br /&gt;
&lt;br /&gt;
==== Stop dhcpd (if running) ====&lt;br /&gt;
 dhcp-1# kill -9 94818&lt;br /&gt;
&lt;br /&gt;
==== Verify that dhcpd has been stopped ====&lt;br /&gt;
 dhcp-1# ps -auwx | grep dhcp&lt;br /&gt;
 root     24293  0.0  0.1   348   208  p0  R+    6:22AM   0:00.00 grep dhcp&lt;br /&gt;
&lt;br /&gt;
==== Fix the problem ====&lt;br /&gt;
 dhcp-1# /usr/local/etc/rc.d/isc-dhcpd.sh install&lt;br /&gt;
 Added group &amp;quot;dhcpd&amp;quot;.&lt;br /&gt;
 Added user &amp;quot;dhcpd&amp;quot;.&lt;br /&gt;
 dhcp-1# &lt;br /&gt;
&lt;br /&gt;
==== Start dhcpd normally ====&lt;br /&gt;
 dhcp-1# /usr/local/etc/rc.d/isc-dhcpd.sh start&lt;br /&gt;
 Starting dhcpd.&lt;br /&gt;
 dhcp-1#&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD for Servers]]&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Talk:Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T04:00:42Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: Instructions to Help People in Windows&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wikis are great and this one has a lot of potential. I'd like to see all of the pages of the FreeBSD Handbook in here in an editable format. I started with this page because I need to install 10 FreeBSD servers and I don't want to burn 20 CDs to do it. I looked at the handbook, but it is light on details. I'll add them as I discover them.&lt;br /&gt;
&lt;br /&gt;
== Proprietary ISO Mounting Software ==&lt;br /&gt;
&lt;br /&gt;
Sorry I had to plug proprietary software here, but I don't know of anything else for this job. If anyone knows about some better software that runs on windows, please plug it instead. I have no problem with removing the plug to Daemon Tools if someone posts something FREE.&lt;br /&gt;
&lt;br /&gt;
== FileZilla - Problems Running Anonymous ==&lt;br /&gt;
&lt;br /&gt;
I usually use FileZilla server (GPL) when I need a Windows FTP server, but I never needed an anonymous server before. I was not able to log on anonymously to FileZilla server. I created a user anonymous and unchecked the password box, but to no avail. If there is another trick to this and anyone knows it, post it and I will put in a link to FileZilla. I just didn't want to put a link to software that was going to end up frustrating people. Also, if someone does know of an Open Source Windows FTP server that works with anonymous login, please let me know what that is.&lt;br /&gt;
&lt;br /&gt;
== Instructions to Help People in Windows ==&lt;br /&gt;
&lt;br /&gt;
I know some people will object to helping people in Windows. Even if it is to help them install FreeBSD. I just have to respectfully disagree and ask that you leave my instructions for those people up on the wiki. I also strongly dislike plugging proprietary software, and I would be happy to find anything to replace it.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Talk:Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T03:57:42Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: FileZilla - Problems Running Anonymous&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wikis are great and this one has a lot of potential. I'd like to see all of the pages of the FreeBSD Handbook in here in an editable format. I started with this page because I need to install 10 FreeBSD servers and I don't want to burn 20 CDs to do it. I looked at the handbook, but it is light on details. I'll add them as I discover them.&lt;br /&gt;
&lt;br /&gt;
== Proprietary ISO Mounting Software ==&lt;br /&gt;
&lt;br /&gt;
Sorry I had to plug proprietary software here, but I don't know of anything else for this job. If anyone knows about some better software that runs on windows, please plug it instead. I have no problem with removing the plug to Daemon Tools if someone posts something FREE.&lt;br /&gt;
&lt;br /&gt;
== FileZilla - Problems Running Anonymous ==&lt;br /&gt;
&lt;br /&gt;
I usually use FileZilla server (GPL) when I need a Windows FTP server, but I never needed an anonymous server before. I was not able to log on anonymously to FileZilla server. I created a user anonymous and unchecked the password box, but to no avail. If there is another trick to this and anyone knows it, post it and I will put in a link to FileZilla. I just didn't want to put a link to software that was going to end up frustrating people. Also, if someone does know of an Open Source Windows FTP server that works with anonymous login, please let me know what that is.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T03:53:08Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a Local FTP Site with a FreeBSD Disc ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD discs are laid out in the same way as the FTP site. This makes it very easy for you to create a local FTP site that can be used by other machines on your network when installing FreeBSD.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
On the FreeBSD computer that will host the FTP site, ensure that the CDROM is in the drive, and mounted on /cdrom.&lt;br /&gt;
&lt;br /&gt;
 # mount /cdrom&lt;br /&gt;
&lt;br /&gt;
This only mounts the first CD. To recreate the entire FTP site keep reading.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM Image ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
Obtain software that will mount an iso image. &lt;br /&gt;
* Daemon Tools 3.4.7 (&amp;quot;Free&amp;quot; for non-commercial use. Not Open Source. Proprietary License.)&lt;br /&gt;
** Note: More recent versions contain adware.&lt;br /&gt;
** Install the software and mount the iso.&lt;br /&gt;
&lt;br /&gt;
== Copy All Files to a New Directory to Recreate the FTP Site ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
 # cp -Rp /cdrom /ftproot&lt;br /&gt;
&lt;br /&gt;
== Create Anonymous FTP Account ==&lt;br /&gt;
Create an account for anonymous FTP in /etc/passwd. Do this by editing /etc/passwd using vipw(8) and adding this line:&lt;br /&gt;
&lt;br /&gt;
 ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent&lt;br /&gt;
&lt;br /&gt;
== Enable FTP Service ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
Ensure that the FTP service is enabled in /etc/inetd.conf.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* Obtain FTP Server software.&lt;br /&gt;
** [http://support.jgaa.com/index.php?MenuPage=download WarFTPD (&amp;quot;Free&amp;quot; Proprietary License)]&lt;br /&gt;
Anyone with network connectivity to your machine can now chose a media type of FTP and type in &amp;lt;nowiki&amp;gt;ftp://your machine&amp;lt;/nowiki&amp;gt; after picking “Other” in the FTP sites menu during the install.&lt;br /&gt;
&lt;br /&gt;
Note: If the boot media (floppy disks, usually) for your FTP clients is not precisely the same version as that provided by the local FTP site, then sysinstall will not let you complete the installation. If the versions are not similar and you want to override this, you must go into the Options menu and change distribution name to any.&lt;br /&gt;
&lt;br /&gt;
Warning: This approach is OK for a machine that is on your local network, and that is protected by your firewall. Offering up FTP services to other machines over the Internet (and not your local network) exposes your computer to the attention of crackers and other undesirables. We strongly recommend that you follow good security practices if you do this.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Talk:Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T02:50:43Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: Proprietary ISO Mounting Software&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wikis are great and this one has a lot of potential. I'd like to see all of the pages of the FreeBSD Handbook in here in an editable format. I started with this page because I need to install 10 FreeBSD servers and I don't want to burn 20 CDs to do it. I looked at the handbook, but it is light on details. I'll add them as I discover them.&lt;br /&gt;
&lt;br /&gt;
== Proprietary ISO Mounting Software ==&lt;br /&gt;
&lt;br /&gt;
Sorry I had to plug proprietary software here, but I don't know of anything else for this job. If anyone knows about some better software that runs on windows, please plug it instead. I have no problem with removing the plug to Daemon Tools if someone posts something FREE.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T02:48:17Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a Local FTP Site with a FreeBSD Disc ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD discs are laid out in the same way as the FTP site. This makes it very easy for you to create a local FTP site that can be used by other machines on your network when installing FreeBSD.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
On the FreeBSD computer that will host the FTP site, ensure that the CDROM is in the drive, and mounted on /cdrom.&lt;br /&gt;
&lt;br /&gt;
 # mount /cdrom&lt;br /&gt;
&lt;br /&gt;
This only mounts the first CD. To recreate the entire FTP site keep reading.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM Image ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
Obtain software that will mount an iso image. &lt;br /&gt;
* Daemon Tools 3.4.7 (&amp;quot;Free&amp;quot; for non-commercial use. Not Open Source. Proprietary License.)&lt;br /&gt;
** Note: More recent versions contain adware.&lt;br /&gt;
** Install the software and mount the iso.&lt;br /&gt;
&lt;br /&gt;
== Copy All Files to a New Directory to Recreate the FTP Site ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
 # cp -Rp /cdrom /ftproot&lt;br /&gt;
&lt;br /&gt;
== Create Anonymous FTP Account ==&lt;br /&gt;
Create an account for anonymous FTP in /etc/passwd. Do this by editing /etc/passwd using vipw(8) and adding this line:&lt;br /&gt;
&lt;br /&gt;
 ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent&lt;br /&gt;
&lt;br /&gt;
== Enable FTP Service ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
Ensure that the FTP service is enabled in /etc/inetd.conf.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* Obtain FTP Server software.&lt;br /&gt;
** [http://filezilla.sourceforge.net FileZilla (GPL)]&lt;br /&gt;
Anyone with network connectivity to your machine can now chose a media type of FTP and type in &amp;lt;nowiki&amp;gt;ftp://your machine&amp;lt;/nowiki&amp;gt; after picking “Other” in the FTP sites menu during the install.&lt;br /&gt;
&lt;br /&gt;
Note: If the boot media (floppy disks, usually) for your FTP clients is not precisely the same version as that provided by the local FTP site, then sysinstall will not let you complete the installation. If the versions are not similar and you want to override this, you must go into the Options menu and change distribution name to any.&lt;br /&gt;
&lt;br /&gt;
Warning: This approach is OK for a machine that is on your local network, and that is protected by your firewall. Offering up FTP services to other machines over the Internet (and not your local network) exposes your computer to the attention of crackers and other undesirables. We strongly recommend that you follow good security practices if you do this.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T02:47:28Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: /* Creating a Local FTP Site with a FreeBSD Disc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a Local FTP Site with a FreeBSD Disc ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD discs are laid out in the same way as the FTP site. This makes it very easy for you to create a local FTP site that can be used by other machines on your network when installing FreeBSD.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
On the FreeBSD computer that will host the FTP site, ensure that the CDROM is in the drive, and mounted on /cdrom.&lt;br /&gt;
&lt;br /&gt;
 # mount /cdrom&lt;br /&gt;
&lt;br /&gt;
This only mounts the first CD. To recreate the entire FTP site keep reading.&lt;br /&gt;
&lt;br /&gt;
=== Mount a FreeBSD CDROM Image ===&lt;br /&gt;
==== FreeBSD ====&lt;br /&gt;
&lt;br /&gt;
==== Windows ====&lt;br /&gt;
Obtain software that will mount an iso image. &lt;br /&gt;
* Daemon Tools 3.4.7 (&amp;quot;Free&amp;quot; for non-commercial use. Not Open Source. Proprietary License.)&lt;br /&gt;
** Note: More recent versions contain adware.&lt;br /&gt;
** Install the software and mount the iso.&lt;br /&gt;
&lt;br /&gt;
== Copy All Files to a New Directory to Recreate the FTP Site ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
 # cp -Rp /cdrom /ftproot&lt;br /&gt;
&lt;br /&gt;
== Create Anonymous FTP Account ==&lt;br /&gt;
Create an account for anonymous FTP in /etc/passwd. Do this by editing /etc/passwd using vipw(8) and adding this line:&lt;br /&gt;
&lt;br /&gt;
 ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent&lt;br /&gt;
&lt;br /&gt;
== Enable FTP Service ==&lt;br /&gt;
=== FreeBSD ===&lt;br /&gt;
Ensure that the FTP service is enabled in /etc/inetd.conf.&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
* Obtain FTP Server software.&lt;br /&gt;
** [[http://filezilla.sourceforge.net/ | FileZilla (GPL)]]&lt;br /&gt;
Anyone with network connectivity to your machine can now chose a media type of FTP and type in &amp;lt;nowiki&amp;gt;ftp://your machine&amp;lt;/nowiki&amp;gt; after picking “Other” in the FTP sites menu during the install.&lt;br /&gt;
&lt;br /&gt;
Note: If the boot media (floppy disks, usually) for your FTP clients is not precisely the same version as that provided by the local FTP site, then sysinstall will not let you complete the installation. If the versions are not similar and you want to override this, you must go into the Options menu and change distribution name to any.&lt;br /&gt;
&lt;br /&gt;
Warning: This approach is OK for a machine that is on your local network, and that is protected by your firewall. Offering up FTP services to other machines over the Internet (and not your local network) exposes your computer to the attention of crackers and other undesirables. We strongly recommend that you follow good security practices if you do this.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Talk:Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T01:52:03Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wikis are great and this one has a lot of potential. I'd like to see all of the pages of the FreeBSD Handbook in here in an editable format. I started with this page because I need to install 10 FreeBSD servers and I don't want to burn 20 CDs to do it. I looked at the handbook, but it is light on details. I'll add them as I discover them.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site</id>
		<title>Installing FreeBSD from a Local FTP Site</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Installing_FreeBSD_from_a_Local_FTP_Site"/>
				<updated>2006-07-28T01:49:41Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Creating a Local FTP Site with a FreeBSD Disc ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD discs are laid out in the same way as the FTP site. This makes it very easy for you to create a local FTP site that can be used by other machines on your network when installing FreeBSD.&lt;br /&gt;
&lt;br /&gt;
1. On the FreeBSD computer that will host the FTP site, ensure that the CDROM is in the drive, and mounted on /cdrom.&lt;br /&gt;
&lt;br /&gt;
 # mount /cdrom&lt;br /&gt;
&lt;br /&gt;
2. Create an account for anonymous FTP in /etc/passwd. Do this by editing /etc/passwd using vipw(8) and adding this line:&lt;br /&gt;
&lt;br /&gt;
 ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent&lt;br /&gt;
&lt;br /&gt;
3. Ensure that the FTP service is enabled in /etc/inetd.conf.&lt;br /&gt;
&lt;br /&gt;
Anyone with network connectivity to your machine can now chose a media type of FTP and type in &amp;lt;nowiki&amp;gt;ftp://your machine&amp;lt;/nowiki&amp;gt; after picking “Other” in the FTP sites menu during the install.&lt;br /&gt;
&lt;br /&gt;
Note: If the boot media (floppy disks, usually) for your FTP clients is not precisely the same version as that provided by the local FTP site, then sysinstall will not let you complete the installation. If the versions are not similar and you want to override this, you must go into the Options menu and change distribution name to any.&lt;br /&gt;
&lt;br /&gt;
Warning: This approach is OK for a machine that is on your local network, and that is protected by your firewall. Offering up FTP services to other machines over the Internet (and not your local network) exposes your computer to the attention of crackers and other undesirables. We strongly recommend that you follow good security practices if you do this.&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Category:Installation</id>
		<title>Category:Installation</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Category:Installation"/>
				<updated>2006-07-28T01:41:10Z</updated>
		
		<summary type="html">&lt;p&gt;Gfilippi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category is intended to handle articles relating to the installation of FreeBSD itself.&lt;br /&gt;
&lt;br /&gt;
note: to add an article to this category, simply append '''&amp;lt;nowiki&amp;gt;[[Category : Installation]]&amp;lt;/nowiki&amp;gt;''' to the end of your article.&lt;br /&gt;
&lt;br /&gt;
[[Link title]]&lt;/div&gt;</summary>
		<author><name>Gfilippi</name></author>	</entry>

	</feed>