MikroTik Wizards Needed -- 2
Budget: $10 – $30 USD
/ip route
add dst-address=0.0.0.0/0 gateway=192.168.2.1 distance=1
add dst-address=0.0.0.0/0 gateway=192.168.6.1 distance=2
/ip address
add address=192.168.6.0/24 interface=ether2-WAN1
add address=192.168.2.0/24 interface=ether3-WAN2
add address=192.168.100.0/24 interface=ether1-LAN1
/ip firewall nat
add chain=srcnat action=masquerade out-interface=sstp-adsl
add chain=srcnat action=masquerade out-interface=sstp-starlink
add chain=srcnat action=masquerade
/interface sstp-client add name=sstp-starlink connect-to=<server_address> user=vpnuser password=vpnpassword certificate=none profile=default-encryption disabled=no
/interface sstp-client add name=sstp-adsl connect-to=<server_address> user=vpnuser password=vpnpassword certificate=none profile=default-encryption disabled=no
I want
Force
Interface
vpn
sstp-starlink
To establish communication always and forever, mandatorily
from
gateway=192.168.2.1 distance=1
and
Force
Interface
vpn
sstp-adsl
To establish communication always and forever, mandatorily
from
gateway=192.168.6.1 distance=2
add dst-address=0.0.0.0/0 gateway=192.168.2.1 distance=1
add dst-address=0.0.0.0/0 gateway=192.168.6.1 distance=2
/ip address
add address=192.168.6.0/24 interface=ether2-WAN1
add address=192.168.2.0/24 interface=ether3-WAN2
add address=192.168.100.0/24 interface=ether1-LAN1
/ip firewall nat
add chain=srcnat action=masquerade out-interface=sstp-adsl
add chain=srcnat action=masquerade out-interface=sstp-starlink
add chain=srcnat action=masquerade
/interface sstp-client add name=sstp-starlink connect-to=<server_address> user=vpnuser password=vpnpassword certificate=none profile=default-encryption disabled=no
/interface sstp-client add name=sstp-adsl connect-to=<server_address> user=vpnuser password=vpnpassword certificate=none profile=default-encryption disabled=no
I want
Force
Interface
vpn
sstp-starlink
To establish communication always and forever, mandatorily
from
gateway=192.168.2.1 distance=1
and
Force
Interface
vpn
sstp-adsl
To establish communication always and forever, mandatorily
from
gateway=192.168.6.1 distance=2
Related categories:
Cisco
Network Administration
Local Interconnect Network (LIN)
Network Security
Network Engineering