# model: RBD52G-5HacD2HnD # serial-number: E5780E65ADAA # firmware-type: ipq4000L # current-firmware: 6.49.5 # installed-version: 7.15 # # software id = 3NZA-TEJX # # model = RBD52G-5HacD2HnD # serial number = E5780E65ADAA /interface bridge add name=bridge1 port-cost-mode=short /interface wireless set [ find default-name=wlan1 ] ssid=MikroTik set [ find default-name=wlan2 ] ssid=MikroTik /interface ethernet set [ find default-name=ether1 ] comment="Uplink Kendig" set [ find default-name=ether2 ] comment="User ag" set [ find default-name=ether3 ] comment=Magnetbank set [ find default-name=ether4 ] comment=Uplink set [ find default-name=ether5 ] comment=Aramszunet /interface pppoe-client add add-default-route=yes default-route-distance=2 disabled=no interface=ether4 name=pppoe-out1 password=Sunshine112@6G user=szurcsapo1@rlan.hu /interface lte apn set [ find default=yes ] ip-type=ipv4 use-network-apn=no /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip smb users set [ find default=yes ] disabled=yes /ppp profile set *0 change-tcp-mss=default /interface l2tp-client add add-default-route=yes allow-fast-path=yes connect-to=86.109.64.70 disabled=no mrru=1630 name=l2tp-budapest password=USIHUIhs82h profile=default user=szombathely /routing bgp template set default disabled=no output.network=bgp-networks /routing ospf instance add disabled=no name=default-v2 out-filter-chain=ospf-out redistribute=connected,static router-id=10.220.0.30 /routing ospf area add disabled=no instance=default-v2 name=backbone-v2 /snmp community set [ find default=yes ] addresses=86.109.64.0/27 /system logging action set 3 remote=86.109.64.16 /interface bridge port add bridge=bridge1 ingress-filtering=no interface=ether1 internal-path-cost=10 path-cost=10 add bridge=bridge1 ingress-filtering=no interface=ether2 internal-path-cost=10 path-cost=10 add bridge=bridge1 ingress-filtering=no interface=ether3 internal-path-cost=10 path-cost=10 add bridge=bridge1 ingress-filtering=no interface=ether5 internal-path-cost=10 path-cost=10 /ip firewall connection tracking set udp-timeout=10s /ip neighbor discovery-settings set discover-interface-list=!dynamic /ip settings set max-neighbor-entries=8192 /ipv6 settings set disable-ipv6=yes max-neighbor-entries=8192 /interface ovpn-server server set auth=sha1,md5 /ip address add address=10.94.9.1/24 interface=bridge1 network=10.94.9.0 add address=10.94.0.1/24 interface=bridge1 network=10.94.0.0 add address=10.220.0.30 interface=lo network=10.220.0.30 /ip dns set servers=86.109.64.5,86.109.64.66 /ip firewall address-list add address=86.109.64.0/27 list=support add address=192.168.88.0/24 list=support add address=10.0.0.0/8 list=support add address=86.109.64.0/19 comment="Ezt ki lehet torolni, csak a beallitashoz kell" list=support /ip firewall filter add action=accept chain=input comment=L2TP dst-port=1701 in-interface=all-ppp protocol=udp add action=accept chain=input comment=telnet,ssh,ftp dst-port=21-23 protocol=tcp src-address-list=support add action=drop chain=input comment=telnet,ssh,ftp dst-port=21-23 protocol=tcp add action=add-src-to-address-list address-list=Syn_Flooder address-list-timeout=30m chain=input comment="Add Syn Flood IP to the list" connection-limit=30,32 protocol=tcp tcp-flags=syn add action=drop chain=input comment="Drop to syn flood list" src-address-list=Syn_Flooder add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="Port Scanner Detect" protocol=tcp psd=21,3s,3,1 add action=drop chain=input comment="Drop to port scan list" src-address-list=Port_Scanner add action=jump chain=input comment="Jump for icmp input flow" jump-target=ICMP protocol=icmp add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="NMAP FIN Stealth scan" protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="SYN/FIN scan" protocol=tcp tcp-flags=fin,syn add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="SYN/RST scan" protocol=tcp tcp-flags=syn,rst add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="FIN/PSH/URG scan" protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="ALL/ALL scan" protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg add action=add-src-to-address-list address-list=Port_Scanner address-list-timeout=1h chain=input comment="NMAP NULL scan" protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg add action=drop chain=input comment="Block all access to the winbox - except to support list # DO NOT ENABLE THIS RULE BEFORE ADD YOUR SUBNET IN THE SUPPORT ADDRESS LIST" dst-port=8291 protocol=tcp src-address-list=!support add action=accept chain=input comment="Accept to established connections" connection-state=established add action=accept chain=input comment="Accept to related connections" connection-state=related add action=accept chain=input comment="Full access to SUPPORT address list" src-address-list=support add action=accept chain=input dst-address=255.255.255.255 add action=log chain=input comment="Drop anything else! # DO NOT ENABLE THIS RULE BEFORE YOU MAKE SURE ABOUT ALL ACCEPT RULES YOU NEED" disabled=yes add action=drop chain=input comment="Drop anything else! # DO NOT ENABLE THIS RULE BEFORE YOU MAKE SURE ABOUT ALL ACCEPT RULES YOU NEED" add action=accept chain=ICMP comment="Echo request - Avoiding Ping Flood" icmp-options=8:0 limit=10,15 protocol=icmp add action=accept chain=ICMP comment="Echo reply" icmp-options=0:0 protocol=icmp add action=accept chain=ICMP comment="Time Exceeded" icmp-options=11:0 protocol=icmp add action=accept chain=ICMP comment="Destination unreachable" icmp-options=3:0-1 protocol=icmp add action=accept chain=ICMP comment=PMTUD icmp-options=3:4 protocol=icmp add action=drop chain=ICMP comment="Drop to the other ICMPs" protocol=icmp add action=jump chain=output comment="Jump for icmp output" jump-target=ICMP protocol=icmp /ip route add disabled=no dst-address=86.109.70.220/30 gateway=10.94.9.19 add dst-address=86.109.64.70 gateway=pppoe-out1 /ip service set www address=86.109.64.0/27 set api address=86.109.64.0/27 set api-ssl address=86.109.64.0/27 /ip smb shares set [ find default=yes ] directory=/flash/pub /routing bfd configuration add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5 /routing filter rule add chain=ospf-out disabled=no rule="if (dst in 192.168.1.0/24 && dst-len == 24) { reject; }" add chain=ospf-out disabled=no rule="if (dst in 86.109.64.247 && dst-len == 32) { reject; }" add chain=ospf-out disabled=no rule="if (dst in 86.109.64.70 && dst-len == 32) { reject; }" add chain=ospf-out disabled=no rule="if (protocol static,connected) {set ospf-ext-type type1;}\r\naccept;\n" /routing ospf interface-template add area=backbone-v2 disabled=no interfaces=bridge1 networks=10.94.0.0/24 priority=1 add area=backbone-v2 auth-id=1 auth-key="" cost=10 disabled=no interfaces=l2tp-budapest networks=10.250.1.105/32 priority=1 type=ptp use-bfd=no /snmp set contact=admin@rlan.hu enabled=yes location=Szombathely /system clock set time-zone-name=Europe/Budapest /system identity set name=gw-szombathelyszurcsapo /system logging add action=remote topics=info add action=remote topics=error add action=remote topics=critical add action=remote topics=warning add disabled=yes topics=ospf /system note set show-at-login=no /system ntp client set enabled=yes /system ntp client servers add address=time.rlan.hu /system scheduler add interval=6d name=mentes on-event=mentes policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=2022-04-08 start-time=14:45:38 /system script add dont-require-permissions=no name=mentes owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source="/export file=export\r\n/tool e-mail send from=\"backup@rlan.hu\" to=\"backup@rlan.hu\" subject=([/system identity get name] . \" export\") file=export.rsc\r\n/system backup save name=backup\r\n/tool e-mail send from=\"backup@rlan.hu\" to=\"backup@rlan.hu\" subject=([/system identity get name] . \" Backup\") file=backup.backup" /system watchdog set ping-start-after-boot=55m watch-address=86.109.64.70 /tool e-mail set from=gw-szombathelyszurcsapo@magicnet.hu server=86.109.64.10 /tool graphing interface add /tool graphing queue add /tool graphing resource add /tool sniffer set filter-interface=ether4 /user group add name=backup policy="ssh,read,sensitive,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!winbox,!password,!web,!sniff,!api,!romon,!rest-api"