Closed SAOPP closed 2 years ago
Hi @SAOPP
can you connect on your Mikrotik and launch me the following command
/ipv6 export
thanks
Hi! @tuxtof
Here is on:
/ipv6 export
# may/22/2022 18:51:55 by RouterOS 6.49.2
# software id = 3UQG-BBWY
#
# model = RouterBOARD 941-2nD
# serial number = 80ECCA707F34
I don't have a v6 to test
can you give me the output of /system/package/print
is the ipv6 activated on your device ?
can you also try the two init command I use
/ip/firewall/address-list/print where list="crowdsec"
/ipv6/firewall/address-list/print where list="crowdsec"
No, ipv6 is disable in my case.
ok I knew it was coming from there :-D
just update to the last version i release this morning v0.3.0 and add the ENV variable
MIKROTIK_IPV6=false
in your docker compose
and say me
Okay, I will try it now.
Alright, the issue has been solved. Thanks homie. :+1:
Cool good job, thanks for the issue
Hi!
I just saw it a repo moved and a new release of bouncer. Goin to upgrade my image from 19 of March, and faced with next behaviour:
That's my stack:
After upgrade container (to
ghcr.io/funkolab/cs-mikrotik-bouncer:latest
) is loop restart every time, here is from container log:So, what this mean:
{"level":"fatal","error":"from RouterOS device: no such command prefix","time":"2022-05-21T17:06:05+03:00","message":"address-list print failed"}
? - my routeros is6.49.2
on all devices.So I'm tagged latest working image from 19 of March, and use it now. Any suggestion what's happens? Btw, the same way on my second and third mikrotiks...