Ranger802004 / asusmerlin

ASUS Merlin
GNU General Public License v3.0
34 stars 3 forks source link

Verify GUI if it works? #24

Open hossihub opened 1 month ago

hossihub commented 1 month ago

Is it somehow possible to verify the settings, routing via the GUI?

Ranger802004 commented 2 weeks ago

Negative, you can review the created rules with the following commands manually.

ip rule list
ip -6 rule list
iptables -t mangle -nvL PREROUTING
iptables -t mangle -nvL POSTROUTING
ip6tables -t mangle -nvL PREROUTING
ip6tables -t mangle -nvL POSTROUTING