# model: 951-2n # serial-number: 47780443A3A3 # firmware-type: ar9330 # current-firmware: 3.10 # installed-version: 6.49.6 # Flags: U - undoable, R - redoable, F - floating-undo # ACTION BY POLICY # U dhcp server dhcp1 changed admin write # U address changed admin write # U bridge port added admin write # U bridge port added admin write # U device added admin write # # software id = K9VP-XRLS # # model = 951-2n # serial number = 47780443A3A3 /interface bridge add name=bridge-belso add fast-forward=no mtu=1500 name=bridge1 protocol-mode=none /interface wireless set [ find default-name=wlan1 ] band=2ghz-b country=no_country_set frequency-mode=manual-txpower ssid=MikroTik station-roaming=enabled wireless-protocol=unspecified /interface ethernet set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment=UPLINK set [ find default-name=ether2 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment="Elzett korlatozott net" set [ find default-name=ether3 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full auto-negotiation=no comment="Elzett TELJES NET - Fix 100Mbps full duplex" set [ find default-name=ether4 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full set [ find default-name=ether5 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment="Falco megszunt szerzodes" /interface pppoe-client add add-default-route=yes disabled=no interface=bridge1 keepalive-timeout=60 max-mru=1480 max-mtu=1480 mrru=1600 name=pppoe-out1 password=ski888546 use-peer-dns=yes user=skipari1@rlan /interface list add exclude=dynamic name=discover /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip ipsec proposal set [ find default=yes ] enc-algorithms=3des /ip pool add name=dhcp_pool2 ranges=192.168.2.100-192.168.2.200 add name=dhcp_pool1 ranges=192.168.3.200-192.168.3.254 /ip dhcp-server add address-pool=dhcp_pool2 authoritative=after-2sec-delay disabled=no interface=ether3 lease-time=1d name=dhcp2 add address-pool=dhcp_pool1 authoritative=after-2sec-delay disabled=no interface=bridge-belso lease-time=3d name=dhcp1 /port set 0 name=serial0 /snmp community set [ find default=yes ] addresses=86.109.64.0/27 /system logging action set 0 memory-lines=100 set 1 disk-lines-per-file=100 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 disabled=yes interface=ether5 add bridge=bridge1 interface=ether1 add bridge=bridge1 disabled=yes interface=ether4 add bridge=bridge-belso interface=ether2 add bridge=bridge-belso interface=ether4 /ip firewall connection tracking set enabled=yes /ip neighbor discovery-settings set discover-interface-list=discover /interface list member add interface=ether1 list=discover add interface=ether2 list=discover add interface=ether3 list=discover add interface=ether4 list=discover add interface=ether5 list=discover add interface=bridge1 list=discover add interface=pppoe-out1 list=discover /ip address add address=192.168.3.1/24 interface=bridge-belso network=192.168.3.0 add address=10.99.12.13/24 interface=ether1 network=10.99.12.0 add address=192.168.2.1/24 interface=ether3 network=192.168.2.0 /ip dhcp-server network add address=192.168.2.0/24 dns-server=192.168.2.1,86.109.64.5 gateway=192.168.2.1 add address=192.168.3.0/24 dns-server=192.168.3.1,86.109.64.5 gateway=192.168.3.1 /ip dns set allow-remote-requests=yes 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 dst-port=53 in-interface=ether3 protocol=tcp add action=accept chain=input dst-port=53 in-interface=ether3 protocol=udp # in/out-interface matcher not possible when interface (ether2) is slave - use master instead (bridge-belso) add action=accept chain=input dst-port=53 in-interface=ether2 protocol=tcp # in/out-interface matcher not possible when interface (ether2) is slave - use master instead (bridge-belso) add action=accept chain=input dst-port=53 in-interface=ether2 protocol=udp add action=drop chain=input dst-port=53 protocol=tcp add action=drop chain=input dst-port=53 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 firewall nat add action=masquerade chain=srcnat comment="Csak az ELZETT IP-jere megengedett" dst-address=213.16.115.68 src-address=192.168.3.0/24 add action=masquerade chain=srcnat comment="Csak az ELZETT IP-jere megengedett" dst-address=86.109.64.5 src-address=192.168.3.0/24 add action=masquerade chain=srcnat comment="Teljes net ether3-on" out-interface=pppoe-out1 src-address=192.168.2.0/24 /ip route add distance=100 gateway=10.99.12.1 add distance=1 dst-address=86.109.64.0/27 gateway=10.99.12.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 allow-none-crypto=yes forwarding-enabled=remote /snmp set contact=admin@rlan.hu enabled=yes location=Sopronkohida /system clock set time-zone-autodetect=no time-zone-name=Europe/Budapest /system identity set name=gw-kohidaelzett-falco /system leds set 0 interface=wlan1 /system logging add action=remote topics=info add action=remote topics=critical add action=remote topics=error add action=remote topics=warning /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 start-date=jun/22/2018 start-time=10:29:49 /system script add dont-require-permissions=no name=mentes owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive 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\r\n" /system watchdog set auto-send-supout=yes send-email-from=gw-kohidaelzett@magicnet.hu send-email-to=magic@magicnet.hu send-smtp-server=86.109.64.10 /tool e-mail set address=86.109.64.10 from=gw-kohidaelzett-falco@magicnet.hu /tool graphing interface add /tool graphing queue add /tool graphing resource add