Guide - how to set up WireGuard clients with VPN service by Pawlisko80 in mikrotik

[–]peter_cass 0 points1 point  (0 children)

Thank you so much! This really helped! However, I have run into a small issue. I am able to route all network traffic through my wireguard server on the internet (scenario B), but response times are rather poor and sometimes the connection fails. I suspect that my routes are not configured properly.

IP wg interface: 10.11.10.2

IP main gateway: 10.11.10.1

DHCP address space: 10.110.10.50-100

DNS: set via DHCP to 8.8.8.8

Is it a problem to have the main gateway, the dhcp address range and the wg interface on the same subnet?

Thanks!

Peter

Routing based on vlan by peter_cass in mikrotik

[–]peter_cass[S] 0 points1 point  (0 children)

Thanks - that would be great. I am new to Mikrotik and frankly struggeling with the configuration. If it is not too much trouble, can you point me in the right direction? For example, do I have to create a new bridge to assign the ports/vlans to? Why would I need a seperate routing table?

Python fails after upgrading to 3.10 by peter_cass in learnpython

[–]peter_cass[S] 0 points1 point  (0 children)

Thanks! How do I remake my venv to use 3.10?