# model: 433 # serial-number: 1A7601E0CDB7 # firmware-type: ar7100 # current-firmware: 6.44.2 # installed-version: 6.49.8 # Flags: U - undoable, R - redoable, F - floating-undo # ACTION BY POLICY # # software id = 7L1L-IJQL # # model = 433 # serial number = 1A7601E0CDB7 /interface ethernet set [ find default-name=ether2 ] comment=Uplink set [ find default-name=ether3 ] comment="Malomsok fele" /interface bridge add fast-forward=no mtu=1500 name=bridge1 protocol-mode=none /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik add authentication-types=wpa2-psk mode=dynamic-keys name=wlan1 supplicant-identity="" wpa2-pre-shared-key=RLAN_CSKVND3 add authentication-types=wpa2-psk mode=dynamic-keys name=wlan2 supplicant-identity="" wpa2-pre-shared-key=RLAN6RLAN6 add authentication-types=wpa2-psk mode=dynamic-keys name=wlan3 supplicant-identity="" wpa2-pre-shared-key=RLAN_CSKVND /interface wireless set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode band=2ghz-onlyg comment="180fok szektor" country=no_country_set disabled=no frequency=2467 frequency-mode=superchannel mode=ap-bridge security-profile=wlan1 ssid=RLAN_CSKVND3 station-roaming=enabled wireless-protocol=802.11 set [ find default-name=wlan2 ] adaptive-noise-immunity=ap-and-client-mode band=2ghz-b/g comment="USER AG B MOD R52 korsugarzo" country=no_country_set disabled=no frequency=2412 frequency-mode=superchannel mode=ap-bridge security-profile=wlan2 ssid=RLAN6 station-roaming=enabled wireless-protocol=802.11 set [ find default-name=wlan3 ] adaptive-noise-immunity=ap-and-client-mode antenna-mode=ant-b band=2ghz-onlyg comment="USER AG" country=no_country_set disabled=no frequency=2452 frequency-mode=superchannel mode=ap-bridge security-profile=wlan3 ssid=RLAN_CSKVND station-roaming=enabled wireless-protocol=802.11 /interface wireless nstreme set wlan1 comment="180fok szektor" set wlan2 comment="USER AG B MOD R52 korsugarzo" set wlan3 comment="USER AG" /interface wireless manual-tx-power-table set wlan1 comment="180fok szektor" set wlan2 comment="USER AG B MOD R52 korsugarzo" set wlan3 comment="USER AG" /ip ipsec proposal set [ find default=yes ] enc-algorithms=3des /snmp community set [ find default=yes ] addresses=10.0.0.0/24,86.109.64.0/27 /system logging action set 3 remote=86.109.64.16 /user group add name=backup policy="ssh,read,sensitive,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!winbox,!password,!web,!sniff,!api,!romon,!dude,!tikapp" #error exporting /interface bridge calea /interface bridge port add bridge=bridge1 hw=no interface=ether1 add bridge=bridge1 hw=no interface=ether2 add bridge=bridge1 hw=no interface=ether3 add bridge=bridge1 interface=wlan1 add bridge=bridge1 interface=wlan2 add bridge=bridge1 interface=wlan3 /ip neighbor discovery-settings set discover-interface-list=all /interface wireless access-list add authentication=no mac-address=F2:8F:49:48:3E:EF /ip address add address=10.96.111.5/24 interface=bridge1 network=10.96.111.0 add address=10.96.111.6/24 interface=bridge1 network=10.96.111.0 add address=10.96.111.11/24 interface=bridge1 network=10.96.111.0 /ip dns set servers=86.109.64.5 /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 #error exporting /ip firewall calea /ip firewall filter 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 distance=1 gateway=10.96.111.1 /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 ssh set forwarding-enabled=remote /snmp set contact=admin@rlan.hu enabled=yes location=Csikvand /system clock set time-zone-name=Europe/Budapest /system identity set name=gw-csikvand /system logging add action=remote topics=info add action=remote topics=error add action=remote topics=warning add action=remote topics=critical /system ntp client set enabled=yes primary-ntp=86.109.64.5 /system scheduler add interval=6d name=mentes on-event=mentes policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=apr/15/2019 start-time=17:50:25 /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" /tool e-mail set address=86.109.64.10 from=gw-csikvand@magicnet.hu /tool graphing interface add /tool graphing queue add /tool graphing resource add