|
Lines 213-219
Link Here
|
| 213 |
$fwcmd add allow tcp from any to any via tun0 established |
213 |
$fwcmd add allow tcp from any to any via tun0 established |
| 214 |
|
214 |
|
| 215 |
# Everyone on the internet is allowed to connect to the following |
215 |
# Everyone on the internet is allowed to connect to the following |
| 216 |
# services on the machine. This example shows that people may connect |
216 |
# services on the machine. This example specifically allows connections |
| 217 |
# to ssh and apache. |
217 |
# to ssh and apache. |
| 218 |
$fwcmd add allow tcp from any to any 80 setup |
218 |
$fwcmd add allow tcp from any to any 80 setup |
| 219 |
$fwcmd add allow tcp from any to any 22 setup |
219 |
$fwcmd add allow tcp from any to any 22 setup |
|
Lines 284-290
Link Here
|
| 284 |
command. Alternatively, you may increase the log limit in |
284 |
command. Alternatively, you may increase the log limit in |
| 285 |
your kernel configuration with the |
285 |
your kernel configuration with the |
| 286 |
<option>IPFIREWALL_VERBOSE_LIMIT</option> option as |
286 |
<option>IPFIREWALL_VERBOSE_LIMIT</option> option as |
| 287 |
described above.</para> |
287 |
described above. You may also change this limit (without |
|
|
288 |
recompiling your kernel and having to reboot) by using the |
| 289 |
net.inet.ip.fw.verbose_limit &man.sysctl.8; value.</para> |
| 288 |
</answer> |
290 |
</answer> |
| 289 |
</qandaentry> |
291 |
</qandaentry> |