MFen --> 1.12
This commit is contained in:
parent
b040255d25
commit
945551a07c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13749
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$Id: article.sgml,v 1.2 2002-07-22 20:50:51 blackend Exp $
|
$Id: article.sgml,v 1.3 2002-07-30 17:02:22 blackend Exp $
|
||||||
Original revision: 1.10
|
Original revision: 1.12
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||||
|
@ -349,7 +349,7 @@ add check-state
|
||||||
# Rejeter les réseaux RFC 1918
|
# Rejeter les réseaux RFC 1918
|
||||||
add drop all from 10.0.0.0/8 to any in via fxp0
|
add drop all from 10.0.0.0/8 to any in via fxp0
|
||||||
add drop all from 172.16.0.0/12 to any in via fxp0
|
add drop all from 172.16.0.0/12 to any in via fxp0
|
||||||
add drop all from 192.68.0.0/16 to any in via fxp0
|
add drop all from 192.168.0.0/16 to any in via fxp0
|
||||||
|
|
||||||
# Autorise la machine pont à communiquer si elle le désire
|
# Autorise la machine pont à communiquer si elle le désire
|
||||||
# (si la machine est sans adresse IP, ne pas inclure ces lignes)
|
# (si la machine est sans adresse IP, ne pas inclure ces lignes)
|
||||||
|
|
Loading…
Reference in a new issue