Gebruikershulpmiddelen

Site-hulpmiddelen


installatie_handleidingen:mikrotik:virtual-container-network

Verschillen

Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.

Link naar deze vergelijking

Beide kanten vorige revisie Vorige revisie
Volgende revisie
Vorige revisie
installatie_handleidingen:mikrotik:virtual-container-network [2025/09/21 11:40]
abel [create the interface]
installatie_handleidingen:mikrotik:virtual-container-network [2025/10/25 15:40] (huidige)
abel [veth interface for containers]
Regel 1: Regel 1:
-====== veth interface for containers ======+====== veth interface for containers on RouterOS ======
  
 ===== add IP to DNS server ===== ===== add IP to DNS server =====
Regel 16: Regel 16:
 <code> <code>
 /interface/veth /interface/veth
-add name=veth-haproxy address=10.100.10.200 gateway=10.100.10.254+add name=veth-haproxy address=10.100.10.200/24 gateway=10.100.10.254
 </code> </code>
 ===== add the interface to the bridge ===== ===== add the interface to the bridge =====
 +<code> 
 +/interface bridge port 
 +add bridge=bridge1 interface=veth-haproxy disabled=no hw=no pvid=10 
 +</code> 
 +And add as untagged to VLAN 10: 
 +<code> 
 +/interface/bridge/vlan 
 +edit number=0 untagged 
 +</code> 
 +Add ''veth-haproxy'' to the list ans save with ''CRTL-o''.
  
  
installatie_handleidingen/mikrotik/virtual-container-network.1758447636.txt.gz · Laatst gewijzigd: 2025/09/21 11:40 door abel