<?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=66.92.43.99</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=66.92.43.99"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/66.92.43.99"/>
		<updated>2026-04-08T00:50:58Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Firewall,_Configuring</id>
		<title>Talk:Firewall, Configuring</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Firewall,_Configuring"/>
				<updated>2010-11-15T01:45:55Z</updated>
		
		<summary type="html">&lt;p&gt;66.92.43.99: Another method (file name should be known in advance).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ok, so how do you start and stop the firewall? In linux it's a simple &amp;quot;iptables stop&amp;quot; (or start) -- or the redhat dumbed down version is &amp;quot;service iptables stop&amp;quot;....curious how it's done in FreeBSD (haven't had a need to put a FW on one yet...)&lt;br /&gt;
&lt;br /&gt;
--[[User:Dave|Dave]] 10:58, 6 Sep 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== also, typo? ==&lt;br /&gt;
&lt;br /&gt;
 # let everything on your internal network talk to the firewall&lt;br /&gt;
         $cmd 01101 allow all from any to any via $iif keep-state &lt;br /&gt;
&lt;br /&gt;
shouldn't this be&lt;br /&gt;
 # let everything on your internal network talk to the firewall&lt;br /&gt;
         $cmd 01101 allow all from $inside to any via $iif keep-state&lt;br /&gt;
&lt;br /&gt;
== $inside to any via $iif ==&lt;br /&gt;
&lt;br /&gt;
If you're concerned with preventing address spoofing FROM your internal network going OUT to the real world, yes.&lt;br /&gt;
&lt;br /&gt;
I tend to prefer my firewalls to let me-the-user do pretty much anything I want to, as a general rule.  It shouldn't really make a whole lot of difference, in practice.  --[[User:Jimbo|Jimbo]] 00:13, 7 Sep 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== starting and stopping the firewall ==&lt;br /&gt;
&lt;br /&gt;
There isn't any real &amp;quot;omg this stops and starts it&amp;quot; sort of command - you just issue the rule commands you want, either directly from the command line or from a script.&lt;br /&gt;
&lt;br /&gt;
For instance that ruleset in the article?  Notice that the first line is #!/bin/sh - you guessed it, it's a Bourne shell script, so to start a firewall with that ruleset you would just run that script.  You have to define what a &amp;quot;stopped&amp;quot; condition is before I can tell you how to &amp;quot;stop&amp;quot; the firewall.  By &amp;quot;stop the firewall&amp;quot; do you mean &amp;quot;drop all traffic&amp;quot; or &amp;quot;pass all traffic&amp;quot;?  --[[User:Jimbo|Jimbo]] 00:17, 7 Sep 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Start/stop ==&lt;br /&gt;
&lt;br /&gt;
In this article, the IPFW is loaded via the kernel, if the firewall was loaded via kernel module, you could issue a &amp;quot;kldunload ipfw.ko&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== dunno about running it as a module ==&lt;br /&gt;
&lt;br /&gt;
Never tried.  Everything I read said that you *needed* to build an ipfw kernel, that many things just didn't work properly when you tried to kldload it as a module.  I'm not saying I know for a fact that it won't work, just that that's what I've read, and that I haven't tried anything otherwise.  &lt;br /&gt;
&lt;br /&gt;
Also, with that said - if you DID build it into the kernel, there IS no such thing as &amp;quot;stopping the firewall&amp;quot; in the manner of kldunloading a module.  If it's built into the kernel, the firewall is ALWAYS running - &amp;quot;up&amp;quot; or &amp;quot;down&amp;quot; is a matter of what the ruleset is, not of actually &amp;quot;stopping&amp;quot; a service or daemon. --[[User:Jimbo|Jimbo]] 21:09, 7 Sep 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
One uncommon way to configure the firewall is find configuration&lt;br /&gt;
files on the web and test a heavily commented one *carefully*, then&lt;br /&gt;
if it works one essentially does not need to learn the syntax.&lt;br /&gt;
Might save a little time...&lt;/div&gt;</summary>
		<author><name>66.92.43.99</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:USB_storage</id>
		<title>Talk:USB storage</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:USB_storage"/>
				<updated>2009-03-19T01:32:52Z</updated>
		
		<summary type="html">&lt;p&gt;66.92.43.99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A certain media (mp3, ogg, .txt, jpeg ) flash memory device I recently&lt;br /&gt;
mounted thusly:&lt;br /&gt;
&lt;br /&gt;
1... computer on&lt;br /&gt;
b... connect flash device to usb cable&lt;br /&gt;
c... turn on flash device (&amp;quot;power and data&amp;quot; on its menu, vs the other modes)&lt;br /&gt;
d... camcontrol rescan all&lt;br /&gt;
e... mount -t msdosfs /dev/da0 /mnt&lt;br /&gt;
&lt;br /&gt;
It has two modes to transfer files.  One method will reformat and&lt;br /&gt;
lose the data on your flash media device... so use MSC not MTP&lt;br /&gt;
( although  the latter has /ports/ enabling it (mtpfs; libmtp) ).&lt;/div&gt;</summary>
		<author><name>66.92.43.99</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Rm</id>
		<title>Talk:Rm</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Rm"/>
				<updated>2009-02-20T20:10:25Z</updated>
		
		<summary type="html">&lt;p&gt;66.92.43.99: A Safer Rm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you alias rm to &amp;quot;echo something&amp;quot; you can&lt;br /&gt;
mandate the full path &amp;quot;/bin/rm &amp;quot;  which&lt;br /&gt;
allows a few seconds of &amp;quot;should I do this&amp;quot;&lt;br /&gt;
as you type.  Been doing that for years with&lt;br /&gt;
good results&lt;/div&gt;</summary>
		<author><name>66.92.43.99</name></author>	</entry>

	</feed>