<?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=213.83.138.185</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=213.83.138.185"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/213.83.138.185"/>
		<updated>2026-09-25T01:33:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Network,_troubleshooting</id>
		<title>Network, troubleshooting</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Network,_troubleshooting"/>
				<updated>2005-09-23T21:04:10Z</updated>
		
		<summary type="html">&lt;p&gt;213.83.138.185: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you suddenly can't get to the internet, the best thing to do is to find out exactly what's broken first. Makes sense, right?&lt;br /&gt;
So, a quick checklist of things:&lt;br /&gt;
# run [[ifconfig]] and see the state of your interfaces; if a cable's come unplugged, you'll see that the interface isn't connected.&lt;br /&gt;
# ping your gateway to see if it's your LAN that's down&lt;br /&gt;
# ping something on the other side of your gateway (something in another subnet or outside your network, for example).&lt;br /&gt;
# ping a known-pingable IP address on the internet. If you can ping 216.239.37.99 but not google.com, then you know something is wrong with your [[DNS]]. Other public places that respond to public pings are: cisco.com, yahoo.com, apple.com, google.com and freebsdwiki.net. It might not be a bad idea to write down the IP addresses of one or two of those places for future reference.&lt;br /&gt;
# If it's been narrowed down to DNS, find out if it's your DNS or the DNS lookup itself that's causing a problem: try using [[dig]] or [[nslookup]] to do lookups against another DNS server.&lt;br /&gt;
&lt;br /&gt;
[[Category : New_User_Tips_and_FAQs ]]&lt;/div&gt;</summary>
		<author><name>213.83.138.185</name></author>	</entry>

	<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>2005-09-07T21:10:40Z</updated>
		
		<summary type="html">&lt;p&gt;213.83.138.185: Start/stop&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;/div&gt;</summary>
		<author><name>213.83.138.185</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/PuTTY</id>
		<title>PuTTY</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/PuTTY"/>
				<updated>2005-08-31T19:40:03Z</updated>
		
		<summary type="html">&lt;p&gt;213.83.138.185: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>213.83.138.185</name></author>	</entry>

	</feed>