Make a WireGuard vpn server in mikrotik
Make a WireGuard client (peer) in mikrotik Check what public-key is WireGuard server Print peer client config to set in windows pc
Make a WireGuard client (peer) in mikrotik Check what public-key is WireGuard server Print peer client config to set in windows pc
In this scenario, we need to re-IP an administrative network, specifically a switch from the 192.168.3.254/24 network to 192.168.1.0/24 network. For the example, our switch has an IP on VLAN1 of 192.168.3.112. The default-gateway command is pointing to 192.168.3.254 would like to re-IP the switch to 192.168.1.5/24 with the gateway of 192.168.1.254 on another network…
Lees verder
Voorkom standaard ip service poorten in de MikroTik, verander deze poorten of als je ze niet gebruikt zet ze uit. Hier onder zie je een voorbeeld wat er kan gebeuren als je standaard poorten gebruikt. Je ziet namelijk dat ze proberen in te loggen op de standaard ssh poort. Wat zijn ip service poorten? Dat…
Lees verder
/ ip address add address=1.1.1.50/24 network=1.1.1.0 broadcast=1.1.1.255 interface=Local comment=”” \ disabled=no add address=10.111.0.2/24 network=10.111.0.0 broadcast=10.111.0.255 interface=wlan2 \ comment=”” disabled=no add address=10.112.0.2/24 network=10.112.0.0 broadcast=10.112.0.255 interface=wlan1 \ comment=”” disabled=no / ip firewall mangle add chain=prerouting in-interface=Local connection-state=new nth=1,1,0 \ action=mark-connection new-connection-mark=odd passthrough=yes comment=”” \ disabled=no add chain=prerouting in-interface=Local connection-mark=odd action=mark-routing \ new-routing-mark=odd passthrough=no comment=”” disabled=no add chain=prerouting…
Lees verder