This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
meshdesk:nft-adv-block [2023/05/11 00:39] admin [Using Available Meta Data] |
meshdesk:nft-adv-block [2023/05/11 07:17] (current) admin [Using Available Meta Data] |
||
|---|---|---|---|
| Line 81: | Line 81: | ||
| * Make sure it is included with the OpenWrt based firmware. | * Make sure it is included with the OpenWrt based firmware. | ||
| * The **adv_meshdesk** bridge table is where things are happening. | * The **adv_meshdesk** bridge table is where things are happening. | ||
| - | * You can inspect the table using the following command **nft -e -a list table bridge | + | * You can inspect the table using the following command **nft -e -a list table bridge |
| <code javascript> | <code javascript> | ||
| nft -e -a list table bridge adv_meshdesk | nft -e -a list table bridge adv_meshdesk | ||
| Line 121: | Line 121: | ||
| </ | </ | ||
| * Here you can see the rules which were generated for the Youtube Block Firewall Profile which we defined and applied on a NAT/DHCP and also a bridged exit point. | * Here you can see the rules which were generated for the Youtube Block Firewall Profile which we defined and applied on a NAT/DHCP and also a bridged exit point. | ||
| - | * The forward chain rules is for the bridged exit point. | + | * The forward chain rule is for the bridged exit point. |
| - | * The input chain rules is for the NAT/DHCP exit point. | + | * The input chain rule is for the NAT/DHCP exit point. |
| * As you can see our time of day and also the days to apply is in the meta day and meta hour parts respectively. | * As you can see our time of day and also the days to apply is in the meta day and meta hour parts respectively. | ||