mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
firewall: T2199: Updates to migrated firewall interface nodes
This commit is contained in:
parent
655607eecc
commit
73e8670fc4
@ -564,7 +564,7 @@ different levels in the hierarchy.
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
vyos@router# set interfaces ethernet eth0 firewall local name FromWorld
|
vyos@router# set firewall interface eth0 local name FromWorld
|
||||||
vyos@router# commit-confirm
|
vyos@router# commit-confirm
|
||||||
commit confirm will be automatically reboot in 10 minutes unless confirmed
|
commit confirm will be automatically reboot in 10 minutes unless confirmed
|
||||||
Proceed? [confirm]y
|
Proceed? [confirm]y
|
||||||
|
|||||||
@ -177,7 +177,7 @@ WAN interface and a direction (local).
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
set interfaces ethernet eth0 firewall local name 'OUTSIDE-LOCAL'
|
set firewall interface eth0 local name 'OUTSIDE-LOCAL'
|
||||||
|
|
||||||
|
|
||||||
Static Routing:
|
Static Routing:
|
||||||
|
|||||||
@ -335,9 +335,9 @@ assigning it to the pppoe0 itself as shown here:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
set interfaces pppoe pppoe0 firewall in name NET-IN
|
set firewall interface pppoe0 in name NET-IN
|
||||||
set interfaces pppoe pppoe0 firewall local name NET-LOCAL
|
set firewall interface pppoe0 local name NET-LOCAL
|
||||||
set interfaces pppoe pppoe0 firewall out name NET-OUT
|
set firewall interface pppoe0 out name NET-OUT
|
||||||
|
|
||||||
VLAN Example
|
VLAN Example
|
||||||
============
|
============
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user