NETWORK WAN:
IP 10.198.24.28 (IPoE provider)
MASK 255.255.248.0(/21)
GATEWAY 10.198.24.1
DNS 188.93.128.254
DNS 188.93.130.254
ROUTE 10.0.0.0 mask 255.0.0.0 gateway 10.198.24.1
NETWORK LAN:
IP 192.168.11.1
MASK 255.255.255.0(/24)
GATEWAY 192.168.11.1
DNS 192.168.11.1
DHCP OFF
I need 90Mbit local network and 10Mbit L2TP or INTERNET traffic
And 90Mbit load should not interfere with 10Mbit INTERNET traffic
[admin@MikroTik] >> /export compact
# jan/02/1970 00:22:44 by RouterOS 6.11
# software id = 41CT-0L4U
#
/interface wireless
set [ find default-name=wlan1 ] l2mtu=2290 mode=ap-bridge
/interface l2tp-server
add name=l2tp-in1 user=ppp1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/queue simple
add max-limit=1M/1M name=queue1 target=l2tp-in1
/interface l2tp-server server
set enabled=yes
/ip address
add address=192.168.11.1/24 interface=ether2 network=192.168.11.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip upnp
set allow-disable-external-interface=no
/ppp secret
add local-address=192.168.11.1 name=ppp1 password=1 profile=default-encryption remote-address=192.168.12.2 service=l2tp
/system leds
set 0 interface=wlan1

