Answer the question
In order to leave comments, you need to log in
How stable is RouterOS 7.1 beta6?
I plan to update from version 6.xx to connect Huawei E3372h-320 LTE modem. I read somewhere that the 7th version is buggy with tagged traffic (but that was beta1, and now it's 6). I have a fairly simple configuration, but there is label routing. Should it work?
> export
# jul/29/2021 16:23:15 by RouterOS 6.45.8
# software id = 5TPH-MU43
#
# model = RBD52G-5HacD2HnD
# serial number = xxxxxxxxxxxxx
/interface bridge
add igmp-snooping=yes mtu=1500 name=bridge_LAN protocol-mode=none
add igmp-snooping=yes name=bridge_tv
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC country=russia disabled=no frequency=2432 mode=\
ap-bridge ssid=y3y
set [ find default-name=wlan2 ] country=russia disabled=no mode=ap-bridge ssid=y4y
/interface vlan
<b>add interface=ether1 name=VLAN_rt-internet vlan-id=3823
add interface=ether1 name=VLAN_rt-tv vlan-id=592</b>
/interface pppoe-client
add add-default-route=yes disabled=no interface=VLAN_rt-internet max-mru=1492 max-mtu=1500 name=PPPoE-client_rt password=\
xxxxxxxxxxxx use-peer-dns=yes user=xxxxxxxxxxxxxx
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik \
wpa-pre-shared-key=romaroma wpa2-pre-shared-key=romaroma
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=LAN_dhcp_pool ranges=192.168.9.2-192.168.9.20
/ip dhcp-server
add address-pool=LAN_dhcp_pool disabled=no interface=bridge_LAN lease-time=4w2d name=LAN_dhcp
/ppp profile
set *0 use-encryption=no
/user group
add name=ip_phones policy=\
local,ftp,read,!telnet,!ssh,!reboot,!write,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!api,!romon,!dude,!tikapp
/interface bridge port
add bridge=bridge_LAN interface=ether5
add bridge=bridge_LAN interface=wlan1
add bridge=bridge_LAN interface=wlan2
add bridge=bridge_tv interface=VLAN_rt-tv
add bridge=bridge_tv interface=ether4
add interface=ether2
/interface pppoe-server server
add disabled=no interface=bridge_LAN service-name=test_PPPoE
/ip address
add address=192.168.9.1/24 interface=bridge_LAN network=192.168.9.0
/ip dhcp-client
add add-default-route=no disabled=no interface=ether2 use-peer-dns=no
/ip dhcp-server lease
add address=192.168.9.20 client-id=1:0:e0:52:a6:c4:fa mac-address=00:E0:52:A6:C4:FA server=LAN_dhcp
/ip dhcp-server network
add address=192.168.9.0/24 gateway=192.168.9.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=xxxxxxxxxxxxxx list="External IPs"
/ip firewall filter
add action=accept chain=forward comment="\D0\E0\E7\F0\E5\F8\E0\E5\F2 \EB\FE\E1\EE\E9 \F2\F0\E0\F4\E8\EA \EC\E5\E6\E4\F3 \F5\EE\F1\
\F2\E0\EC\E8 \EB\EE\EA\E0\EB\FC\ED\EE\E9 \F1\E5\F2\E8" dst-address=192.168.9.0/24 src-address=192.168.9.20
add action=log chain=forward comment="\CF\F0\EE\E2\E5\F0\FF\FE \F2\F0\E0\F4\E8\EA IP-\F2\E5\EB\E5\F4\EE\ED\E0" log=yes \
log-prefix=polycom src-address=192.168.9.13
add action=drop chain=forward comment="\C7\E0\EF\F0\E5\F9\E0\E5\F2 \E4\EB\FF \EA\EE\EC\EF\E0 \E2\E5\F1\FC \E8\F1\F5\EE\E4\FF\F9\
\E8\E9 \F2\F0\E0\F4\E8\EA (\EA\F0\EE\EC\E5 \F0\E0\E7\F0\E5\F8\E5\ED\ED\EE\E3\EE \E2\FB\F8\E5)" src-address=192.168.9.20
add action=accept chain=input connection-state=established,related,untracked
add action=drop chain=input connection-state=invalid
add action=accept chain=input protocol=icmp
add action=drop chain=input in-interface=!bridge_LAN
add action=accept chain=forward ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward connection-state=established,related
add action=accept chain=forward connection-state=established,related,untracked
add action=drop chain=forward connection-state=invalid
add action=drop chain=forward connection-nat-state=!dstnat connection-state=new disabled=yes
add action=drop chain=input dst-address-list="External IPs" dst-port=53 protocol=udp
add action=drop chain=input dst-address-list="External IPs" dst-port=53 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether2
add action=masquerade chain=srcnat out-interface=PPPoE-client_rt
/ip firewall service-port
set ftp disabled=yes
set irc disabled=yes
set pptp disabled=yes
/ip route
<b>add distance=2 gateway=xxxxxxxxxxxxxxxx routing-mark=mosnet1</b>
/ip route rule
add action=lookup-only-in-table src-address=10.15.1.2/32 table=mosnet1
/ip service
set api disabled=yes
set api-ssl disabled=yes
/ppp secret
add local-address=10.15.1.1 name=mosnet1 password=123 remote-address=10.15.1.2 service=pppoe
add local-address=10.19.1.3 name=rt1 password=123 remote-address=10.19.1.4 service=pppoe
/system clock
set time-zone-name=Europe/Moscow
Answer the question
In order to leave comments, you need to log in
This is a beta, use at your own risk. No one guarantees stability or even promises.
update, configure, check. What's the problem then? it will take you 15 minutes...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question