Correction d'une erreur de frappe dans la partie 3 du tp6
This commit is contained in:
@@ -25,7 +25,7 @@ table ip ipfilter {
|
|||||||
chain routing {
|
chain routing {
|
||||||
type filter hook forward priority filter; policy drop;
|
type filter hook forward priority filter; policy drop;
|
||||||
icmp type echo-request iif $lanif oif $dmzif accept
|
icmp type echo-request iif $lanif oif $dmzif accept
|
||||||
icmp type echo-request iif $dmzif oif $lanif accept
|
icmp type echo-reply iif $dmzif oif $lanif accept
|
||||||
}
|
}
|
||||||
chain system_out {
|
chain system_out {
|
||||||
type filter hook output priority filter; policy drop;
|
type filter hook output priority filter; policy drop;
|
||||||
|
@@ -25,7 +25,7 @@ table ip ipfilter {
|
|||||||
chain routing {
|
chain routing {
|
||||||
type filter hook forward priority filter; policy drop;
|
type filter hook forward priority filter; policy drop;
|
||||||
icmp type echo-request iif $lanif oif $dmzif accept
|
icmp type echo-request iif $lanif oif $dmzif accept
|
||||||
icmp type echo-request iif $dmzif oif $lanif accept
|
icmp type echo-reply iif $dmzif oif $lanif accept
|
||||||
}
|
}
|
||||||
chain system_out {
|
chain system_out {
|
||||||
type filter hook output priority filter; policy drop;
|
type filter hook output priority filter; policy drop;
|
||||||
|
Reference in New Issue
Block a user