oh⦠I think you need some modifications for this I remember ![]()
you need to install first:
opkg install pbr-iptables and over this you install luci-app-pbr, if you donβt do it this way the nft version gets installed which does not work.
oh⦠I think you need some modifications for this I remember ![]()
you need to install first:
opkg install pbr-iptables and over this you install luci-app-pbr, if you donβt do it this way the nft version gets installed which does not work.
thatβs makes sense, the pbr one for nft
@xize11 what does br-lan.XX means ?
so it seems all set up but i got this :
ERROR: The ipset name βpbr_wgclient_4_dst_net_cfg056ff5β is longer than allowed 31 characters!
these are devices which I want pbr to ignore which does not reflect your config, however in your configuration this might not be necessary, I did this because I do have more than 10 networks
and pbr wants to loop through every if/up event when the boot process started which easily takes me 10 minutes if i had these options removed ![]()
ah you need to make your rule names smaller, I believe in newer versions this might have been changed again.
i tried making it less character rule names but it still show the error, i tried search on google and found on forum openwrt the interface name that needs to be shorten
root@GL-AX1800:~# service pbr restart
Removing routing for 'wan/eth0/192.168.55.1' [β]
Removing routing for 'wgclient/XXXXXXXXXXXXXX' [β]
Restarting dnsmasq [β]
pbr 1.1.5-1 (iptables mode) stopped [β]
Command failed: Not found
Using wan interface (on_start): wan
Found wan gateway (on_start): 192.168.55.1
Setting up routing for 'wan/eth0/192.168.55.1' [β]
Setting up routing for 'wgclient/XXXXXXXXXXXXXXXXX' [β]
Routing 'Bank' via wan [β]
Routing '150' via wgclient [β]
Routing '160' via wgclient [β]
Routing 'TWIP' via wgclient [β]
Routing 'TWD' via wgclient [β]
Routing 'TGIP' via wgclient [β]
Routing 'TGD' via wgclient [β]
Routing 'TR' via wgclient [β]
Routing 'IPL' via wgclient [β]
Routing 'OWRT' via wgclient [β]
Restarting dnsmasq [β]
pbr 1.1.5-1 monitoring interfaces: wan wgclient
Command failed: Invalid argument
pbr 1.1.5-1 (iptables mode) started with gateways:
wan/eth0/192.168.55.1 [β]
wgclient/XXXXXXXXXXXX
ERROR: The ipset name 'pbr_wgclient_4_dst_net_cfg056ff5' is longer than allowed 31 characters!
i guess it should be fine, it is because its called wgclient but then with the automatic attachment behind it, though from what i can remember since i used this type of setup it still wil work but that was from some time ago.
yup same thought, iβll try traceroute every each of the config and all routed thru wireguard, and by the way THANK YOU SO MUCH for everything ![]()