<nbd>
mangix: the update i pushed this morning should fix that
<nbd>
mangix: actually no, it just fixes the warning
strobo has quit [Read error: Connection reset by peer]
strobo has joined #openwrt-devel
rua has quit [Quit: Leaving.]
<nbd>
mangix: should be fixed now
rua has joined #openwrt-devel
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
rua has quit [Quit: Leaving.]
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
rua has joined #openwrt-devel
clayface has joined #openwrt-devel
rua has quit [Remote host closed the connection]
clayface_ has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
strobo has quit [Quit: leaving]
wigyori has quit [Remote host closed the connection]
wigyori has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit [Remote host closed the connection]
rua has joined #openwrt-devel
rua1 has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
genuser1 has joined #openwrt-devel
<genuser1>
hello all. question...I believe I have "backported" openwrt support for the netgear wac510 to the stable 21.02.0 branch instead of using master and a nightly build. My question now is, it showing kernel version 5.4.143. My other openwrt setup is on kernel version 5.11.22.
<genuser1>
if my "backport" build on kernel 5.4 is working do I need to worry about getting it on a newer kernel version?
minimal has joined #openwrt-devel
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
rua1 has quit [Quit: Leaving.]
goliath has joined #openwrt-devel
rua has joined #openwrt-devel
<fda>
glbibc fails to compile. an additional compile with "-j1 V=s" works -.-
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
genuser1 has quit [Quit: Page closed]
Tapper has joined #openwrt-devel
fda- has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
rua has quit []
rua has joined #openwrt-devel
minimal has quit []
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
shibboleth has joined #openwrt-devel
gladiac has quit [Remote host closed the connection]
gladiac has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
gladiac has quit [Read error: Connection reset by peer]
rua has joined #openwrt-devel
gladiac has joined #openwrt-devel
<fda->
hello world...
<fda->
firewall3: "reload" does not run /etc/firewall.user. "restart" does. bug or feature?
<fda->
maybe this is the cause incomming ipv6 does not work after dsl-reconnect, but when i then run manualy a firewall-restart
gladiac has joined #openwrt-devel
gladiac is now known as Guest3875
Guest3875 has quit [Read error: Connection reset by peer]
gladiac has joined #openwrt-devel
<PaulFertser>
fda-: I wonder why you need custom rules there
<fda->
PaulFertser: luci is to compilated
<PaulFertser>
fda-: I'm not using LuCI but that doesn't mean you can't edit /etc/config/firewall manually or with "uci".
<fda->
PaulFertser: sry (l)uci is to complicated
<PaulFertser>
fda-: how about "vi" to edit the config then? It's possible your manual rules conflict with the rules from firewall3.
<PaulFertser>
fda-: do you really need anything special there that's not covered by the firewall? And if you like raw iptables you should probably disable the firewall altogether and roll your own.
<fda->
i considered disabling the whole firewall. but i was not sure if this is stable.
<fda->
so configure only basic by (l)uci
<fda->
in case you are i (l)uci pro: how could i set this in etc/config/fireall?
<fda->
for x in 128 129 1 2 3 4/0 4/1; do ip6tables -t nat -A prerouting_wan_rule -p ipv6-icmp -m icmp6 --icmpv6-type $x -m limit --limit 1000/sec -j DNAT --to-destination [fda0::1] -m comment --comment "ICMP6"; done
<PaulFertser>
fda-: I suggest you compare ip6tables-save output before running reload and after.
<fda->
@PaulFertser thx! there are 19 rules missing
gladiac has quit [Ping timeout: 480 seconds]
<PaulFertser>
fda-: btw, firewall.user comment says "Internal uci firewall chains are flushed and recreated on reload, so put custom rules into the root chains ... or special user chains, e.g. input_wan_rule or postrouting_lan_rule"
<PaulFertser>
fda-: so no wonder
<fda->
10 --A prerouting_wan_rule -d
gladiac has joined #openwrt-devel
<fda->
seems i did it
<fda->
but reload does not excute custom rules
<PaulFertser>
fda-: but why should it if they're the same, not changing, and in dedicated chains?
<fda->
isnt the question why 19 rules are deleted?
<PaulFertser>
fda-: deleted from what chain?
<fda->
prerouting_wan_rule
<PaulFertser>
I'd say it shouldn't be flashed on reload.
<PaulFertser>
flushed
rua has quit [Ping timeout: 480 seconds]
<fda->
when the custom rules are deleted, why could they be configured?
<fda->
the whole luci tab is then useless
<PaulFertser>
Sounds like a bug
rua has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
<fda->
workaround: uci set firewall.@include[1].reload='1'
<fda->
i found this in miniupnpd which hat set this reload bit
<fda->
this should be by default for the custom rules