RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
meshdesk:nft-adv-block [2023/05/11 00:35]
admin
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 adv-meshdesk**.+  * You can inspect the table using the following command **nft -e -a list table bridge adv_meshdesk**.
 <code javascript> <code javascript>
 nft -e -a list table bridge adv_meshdesk nft -e -a list table bridge adv_meshdesk
Line 120: Line 120:
 } }
 </code> </code>
-  * Here you can see the rules which were generated for the Youtube Block Firewall Profile which we defined and applied.+  * 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 rule is for the bridged 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.