mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
firewall: correct firewall example
This commit is contained in:
parent
deb95e79ca
commit
8f9aa4476d
@ -815,6 +815,11 @@ Example Partial Config
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
firewall {
|
firewall {
|
||||||
|
interface eth0 {
|
||||||
|
in {
|
||||||
|
name FROM-INTERNET
|
||||||
|
}
|
||||||
|
}
|
||||||
all-ping enable
|
all-ping enable
|
||||||
broadcast-ping disable
|
broadcast-ping disable
|
||||||
config-trap disable
|
config-trap disable
|
||||||
@ -871,11 +876,6 @@ Example Partial Config
|
|||||||
address dhcp
|
address dhcp
|
||||||
description OUTSIDE
|
description OUTSIDE
|
||||||
duplex auto
|
duplex auto
|
||||||
firewall {
|
|
||||||
in {
|
|
||||||
name FROM-INTERNET
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user