Community discussions

MikroTik App

Search found 5 matches

by user442
Wed Nov 29, 2023 3:02 pm
Forum: Containers
Topic: Start and stop containers via REST API?
Replies: 2
Views: 6410

Start and stop containers via REST API?

Can anyone help? I've been trying to start and stop a container via the REST api but I can't figure out what to put in the POST request.
by user442
Sun Oct 22, 2023 5:59 pm
Forum: Announcements
Topic: v7.11.2 [stable] is released!
Replies: 348
Views: 180140

Re: v7.11.2 [stable] is released!

Usually that's an indication of error in peer config allowed address.
Wireguard works just fine for me with multiple peers.
You are correct! Had to set allowed address to a /32 for all peers and now it works.
by user442
Sun Oct 22, 2023 4:37 pm
Forum: Announcements
Topic: v7.11.2 [stable] is released!
Replies: 348
Views: 180140

Re: v7.11.2 [stable] is released!

Is it just me or is the wireguard bug back? I cannot get more than one peer to work. If I disable and then re-enable the peer it works fine but breaks all other peers. Just to be clear, all peers still connect but only one can route traffic at a time.

edit: nevermind
by user442
Thu Aug 31, 2023 8:43 pm
Forum: General
Topic: veth deleted, cannot create new interface
Replies: 6
Views: 2023

Re: veth deleted, cannot create new interface

It may be enforcing that your gateway is outside the subnet's range (e.g. container IP is /32 but should be /24). I'm guess the validity check is new, and upgrade removed it since it was "invalid" and why you can't add either. e.g. address=10.21.65.2/32 like should be... address=10.21.65....
by user442
Thu Aug 31, 2023 7:49 pm
Forum: General
Topic: veth deleted, cannot create new interface
Replies: 6
Views: 2023

veth deleted, cannot create new interface

I upgraded to 7.11.1 and my veth1 interface disappeared. When I try to re add it I get [admin@RB5009UG+S+] > interface/veth/add name=veth1 address=10.21.65.2/32 gateway=10.21.65.1 failure: veth setup failed I can add the interface without a gateway and then add the gateway later but it doesn't route...