hopefully this method of posting the config works
/interface bridge
add admin-mac=00:00:00:00:00:00 auto-mac=no comment=defconf fast-forward=no \
name=bridge
/interface ethernet
set [ find default-name=ether1 ] comment="WAN (Internet)" speed=100Mbps
set [ find default-name=ether2 ] comment=LAN name=ether2-master speed=100Mbps
set [ find default-name=ether3 ] speed=100Mbps
set [ find default-name=ether4 ] comment="IP webcam" speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=sfp1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=4 band=2ghz-g/n comment=test1 \
country="united states" disabled=no distance=indoors frequency=auto mode=\
ap-bridge name="wlan1 - 2.4GHz" scan-list=2412,2437,2462 ssid=\
Federation0fPlanets station-roaming=enabled wireless-protocol=802.11 \
wmm-support=enabled wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40mhz-eC \
country="united states" disabled=no distance=indoors frequency=auto \
installation=indoor mode=ap-bridge name="wlan2 - 5GHz" ssid=\
FederationOfPlanets station-roaming=enabled wireless-protocol=802.11 \
wmm-support=enabled wps-mode=disabled
/interface wireless nstreme
set "wlan1 - 2.4GHz" comment=test1
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireless manual-tx-power-table
set "wlan1 - 2.4GHz" comment=test1
/interface list
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk disable-pmkid=yes \
eap-methods="" mode=dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.100.100-192.168.100.199
add name=vpn-pool ranges=10.168.100.100-100.168.44.199
add name=reserved ranges=192.168.100.240-192.168.100.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay interface=bridge \
lease-time=2h name=defconf
/ppp profile
add local-address=10.168.100.1 name=vpn-profile remote-address=vpn-pool \
use-encryption=yes
/system logging action
set 1 disk-file-name=disk1/log
add disk-file-count=10 disk-file-name=disk1/firewallhits name=FirewallHits \
target=disk
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=\
ether2-master
add bridge=bridge comment=defconf hw=no ingress-filtering=no interface=sfp1
add bridge=bridge comment=defconf ingress-filtering=no interface=\
"wlan1 - 2.4GHz"
add bridge=bridge comment=defconf ingress-filtering=no interface=\
"wlan2 - 5GHz"
add bridge=bridge ingress-filtering=no interface=ether3
add bridge=bridge ingress-filtering=no interface=ether4
add bridge=bridge ingress-filtering=no interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=discover
/ip settings
set max-neighbor-entries=8192 rp-filter=strict
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=1024
/interface list member
add interface=ether2-master list=mactel
add interface="wlan1 - 2.4GHz" list=mactel
add interface=ether2-master list=mac-winbox
add interface="wlan2 - 5GHz" list=mactel
add interface="wlan1 - 2.4GHz" list=mac-winbox
add interface=sfp1 list=mactel
add interface="wlan2 - 5GHz" list=mac-winbox
add interface=sfp1 list=mac-winbox
add interface=ether1 list=WAN
add interface=bridge list=LAN
/interface ovpn-server server
set auth=sha1 certificate=vpn_server-cert cipher=aes256 default-profile=\
vpn-profile port=1194 protocol=udp redirect-gateway=def1 \
require-client-certificate=yes
/interface sstp-server server
set authentication=mschap2 certificate=*2D default-profile=vpn-profile \
enabled=yes pfs=yes
/interface wireguard peers
add allowed-address=10.168.100.94/32 interface=wireguard1 public-key=\
"public_key_of_client"
/ip address
add address=192.168.100.1/24 comment=defconf interface=ether2-master network=\
192.168.100.0
add address=10.168.100.1/24 interface=wireguard1 network=10.168.100.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.100.0/24 comment=defconf gateway=192.168.100.1 netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.100.1 name=router
/ip firewall address-list
add address=0.0.0.0/8 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be forwarded" list=\
no_forward_ipv4
add address=169.254.0.0/16 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be forwarded" list=\
no_forward_ipv4
add address=224.0.0.0/4 comment="defconf: multicast - IPv4 addresses that cann\
ot be forwarded, however disable this if you intend to use multicast forwa\
rding" list=no_forward_ipv4
add address=255.255.255.255 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be forwarded" list=\
no_forward_ipv4
add address=127.0.0.0/8 comment="defconf: RFC6890 - IPv4 addresses that cannot\
\_be used as src/dst/forwarded, etc." list=bad_ipv4
add address=192.0.0.0/24 comment="defconf: RFC6890 - IPv4 addresses that canno\
t be used as src/dst/forwarded, etc." list=bad_ipv4
add address=192.0.2.0/24 comment="defconf: RFC6890 documentation - IPv4 addres\
ses that cannot be used as src/dst/forwarded, etc." list=bad_ipv4
add address=198.51.100.0/24 comment="defconf: RFC6890 documentation - IPv4 add\
resses that cannot be used as src/dst/forwarded, etc." list=bad_ipv4
add address=203.0.113.0/24 comment="defconf: RFC6890 documentation - IPv4 addr\
esses that cannot be used as src/dst/forwarded, etc." list=bad_ipv4
add address=240.0.0.0/4 comment="defconf: RFC6890 reserved - IPv4 addresses th\
at cannot be used as src/dst/forwarded, etc." list=bad_ipv4
add address=0.0.0.0/8 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=10.0.0.0/8 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=100.64.0.0/10 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=169.254.0.0/16 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=172.16.0.0/12 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=192.0.0.0/29 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=192.168.0.0/16 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=198.18.0.0/15 comment="defconf: RFC6890 benchmark - IPv4 addresses\
\_that cannot be routed globally" list=not_global_ipv4
add address=255.255.255.255 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be routed globally" list=\
not_global_ipv4
add address=224.0.0.0/4 comment=\
"defconf: multicast - IPv4 addresses that cannot be source address" list=\
bad_src_ipv4
add address=255.255.255.255 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be source address" list=\
bad_src_ipv4
add address=0.0.0.0/8 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be destination address" \
list=bad_dst_ipv4
add address=224.0.0.0/4 comment=\
"defconf: RFC6890 - IPv4 addresses that cannot be destination address" \
list=bad_dst_ipv4
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP after RAW" \
protocol=icmp
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=accept chain=input comment="Allow limited ICMP / pings" disabled=\
yes limit=50/5s,2:packet protocol=icmp
add action=add-dst-to-address-list address-list=Youtube address-list-timeout=\
4w2d chain=forward disabled=yes dst-port=443 protocol=tcp src-address=\
192.168.100.0/24 tls-host=*youtube*
add action=drop chain=forward disabled=yes dst-address-list=Youtube time=\
11h-13h,sun,mon,tue,wed,thu,fri,sat
# inactive time
add action=drop chain=forward comment="limit Internet usage after 22:45" \
src-mac-address=64:6C:80:9C:6D:4F time=\
22h45m-1d,sun,mon,tue,wed,thu,fri,sat
add action=accept chain=input comment="Allow WireGuard" dst-port=13231 \
protocol=udp
add action=accept chain=input comment="Allow WireGuard" disabled=yes \
src-address=10.168.100.0/24
add action=accept chain=input comment="Allow WireGuard" disabled=yes \
src-address=192.168.100.0/24
add action=accept chain=input comment=winbox dst-port=69 in-interface-list=\
LAN protocol=tcp
add action=accept chain=input comment="SSH for secure shell" disabled=yes \
dst-port=22 protocol=tcp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=log chain=input comment="Log everything else" disabled=yes \
log-prefix="DROP INPUT"
add action=drop chain=input comment="Drop everything else" disabled=yes
add action=accept chain=forward comment="defconf: accept all that matches IPSe\
c policy - if IPsec tunnels are used on the router this rule should be ena\
bled" disabled=yes ipsec-policy=in,ipsec
add action=accept chain=forward comment="Accept all traffic coming from LAN" \
disabled=yes in-interface=all-ppp
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment=\
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
connection-state=new in-interface-list=WAN
add action=drop chain=forward comment="defconf: drop bad forward IPs" \
src-address-list=no_forward_ipv4
add action=drop chain=forward comment="defconf: drop bad forward IPs" \
dst-address-list=no_forward_ipv4
/ip firewall nat
add action=accept chain=srcnat comment="defconf: accept all that matches IPSec\
\_policy - if IPsec tunnels are used on the router this rule should be ena\
bled" disabled=yes ipsec-policy=out,ipsec
add action=masquerade chain=srcnat comment="defconf: masquerade" \
out-interface-list=WAN
add action=masquerade chain=srcnat comment="OpenVPN server" disabled=yes \
src-address=198.168.44.0/24
add action=masquerade chain=srcnat comment="OpenVPN server" disabled=yes \
src-address=10.168.100.0/24
add action=dst-nat chain=dstnat comment="security camera" dst-port=554 \
in-interface=ether1 protocol=tcp to-addresses=192.168.100.206 to-ports=554
add action=dst-nat chain=dstnat comment=WOL dst-port=944 in-interface=ether1 \
protocol=udp to-addresses=192.168.100.44 to-ports=9
/ip firewall raw
add action=accept chain=prerouting comment=\
"defconf: enable for transparent firewall" disabled=yes
add action=accept chain=prerouting comment="defconf: accept DHCP discover" \
dst-address=255.255.255.255 dst-port=67 in-interface-list=LAN protocol=\
udp src-address=0.0.0.0 src-port=68
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
src-address-list=bad_ipv4
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
dst-address-list=bad_ipv4
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
src-address-list=bad_src_ipv4
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
dst-address-list=bad_dst_ipv4
add action=drop chain=prerouting comment="defconf: drop non global from WAN" \
in-interface-list=WAN src-address-list=not_global_ipv4
add action=drop chain=prerouting comment=\
"defconf: drop forward to local lan from WAN" dst-address=192.168.100.0/24 \
in-interface-list=WAN
add action=drop chain=prerouting comment=\
"defconf: drop local if not from default IP range" in-interface-list=LAN \
src-address=!192.168.100.0/24
add action=drop chain=prerouting comment="defconf: drop bad UDP" port=0 \
protocol=udp
add action=jump chain=prerouting comment="defconf: jump to ICMP chain" \
jump-target=icmp4 protocol=icmp
add action=jump chain=prerouting comment="defconf: jump to TCP chain" \
jump-target=bad_tcp protocol=tcp
add action=accept chain=prerouting comment=\
"defconf: accept everything else from LAN" in-interface-list=LAN
add action=accept chain=prerouting comment=\
"defconf: accept everything else from WAN" in-interface-list=WAN
add action=drop chain=prerouting comment="defconf: drop the rest"
add action=drop chain=bad_tcp comment=\
"defconf: TCP flag filter - drop TCP packets known to be invalid" \
protocol=tcp tcp-flags=!fin,!syn,!rst,!ack
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=fin,syn
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=fin,rst
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=fin,!ack
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=fin,urg
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=syn,rst
add action=drop chain=bad_tcp comment=defconf protocol=tcp tcp-flags=rst,urg
add action=drop chain=bad_tcp comment="defconf: TCP port 0 drop" port=0 \
protocol=tcp
add action=accept chain=icmp4 comment="defconf: ICMP filtering - echo reply" \
icmp-options=0:0 limit=5,10:packet protocol=icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - net unreachable" icmp-options=3:0 protocol=\
icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - host unreachable" icmp-options=3:1 protocol=\
icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - protocol unreachable" icmp-options=3:2 \
protocol=icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - port unreachable" icmp-options=3:3 protocol=\
icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - fragmentation needed" icmp-options=3:4 \
protocol=icmp
add action=accept chain=icmp4 comment="defconf: ICMP filtering - echo" \
icmp-options=8:0 limit=5,10:packet protocol=icmp
add action=accept chain=icmp4 comment=\
"defconf: ICMP filtering - time exceeded " icmp-options=11:0-255 \
protocol=icmp
add action=drop chain=icmp4 comment=\
"defconf: ICMP filtering - drop other icmp" protocol=icmp
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set winbox address=192.168.100.0/24 port=69
set api-ssl disabled=yes
/ip ssh
set forwarding-enabled=remote strong-crypto=yes
/ip upnp interfaces
add interface=bridge type=internal
add interface=ether1 type=external
/ipv6 firewall address-list
add address=fe80::/10 comment="defconf: RFC6890 Linked-Scoped Unicast - IPv6 a\
ddresses that cannot be forwarded" list=no_forward_ipv6
add address=ff00::/8 comment="defconf: multicast - IPv6 addresses that cannot \
be forwarded, however disable this if you intend to use multicast forwardi\
ng" list=no_forward_ipv6
add address=::1/128 comment="defconf: RFC6890 lo - IPv6 addresses that cannot \
be used as src/dst/forwarded, etc." list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: RFC6890 IPv4 mapped - IPv6 add\
resses that cannot be used as src/dst/forwarded, etc." list=bad_ipv6
add address=2001::/23 comment="defconf: RFC6890 - IPv6 addresses that cannot b\
e used as src/dst/forwarded, etc." list=bad_ipv6
add address=2001:db8::/32 comment="defconf: RFC6890 documentation - IPv6 addre\
sses that cannot be used as src/dst/forwarded, etc." list=bad_ipv6
add address=2001:10::/28 comment="defconf: RFC6890 orchid - IPv6 addresses tha\
t cannot be used as src/dst/forwarded, etc." list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat - IPv6 addresses that cannot b\
e used as src/dst/forwarded, etc." list=bad_ipv6
add address=100::/64 comment="defconf: RFC6890 Discard-only - IPv6 addresses t\
hat cannot be routed globally" list=not_global_ipv6
add address=2001::/32 comment=\
"defconf: RFC6890 TEREDO - IPv6 addresses that cannot be routed globally" \
list=not_global_ipv6
add address=2001:2::/48 comment="defconf: RFC6890 Benchmark - IPv6 addresses t\
hat cannot be routed globally" list=not_global_ipv6
add address=fc00::/7 comment="defconf: RFC6890 Unique-Local - IPv6 addresses t\
hat cannot be routed globally" list=not_global_ipv6
add address=::/128 comment="defconf: unspecified - IPv6 addresses that cannot \
be destination address" list=bad_dst_ipv6
add address=::/128 comment=\
"defconf: unspecified - IPv6 addresses that cannot be source address" \
list=bad_src_ipv6
add address=ff00::/8 comment=\
"defconf: multicast - IPv6 addresses that cannot be source address" list=\
bad_src_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept ICMPv6 after RAW" \
protocol=icmpv6
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
33434-33534 protocol=udp
add action=accept chain=input comment=\
"defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
udp src-address=fe80::/16
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
protocol=udp
add action=accept chain=input comment="defconf: accept IPSec AH" protocol=\
ipsec-ah
add action=accept chain=input comment="defconf: accept IPSec ESP" protocol=\
ipsec-esp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
connection-state=invalid
add action=drop chain=forward comment="defconf: drop bad forward IPs" \
src-address-list=no_forward_ipv6
add action=drop chain=forward comment="defconf: drop bad forward IPs" \
dst-address-list=no_forward_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6 after RAW" \
protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept AH" protocol=\
ipsec-ah
add action=accept chain=forward comment="defconf: accept ESP" protocol=\
ipsec-esp
add action=accept chain=forward comment=\
"defconf: accept all that matches IPSec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
"defconf: drop everything else not coming from LAN" in-interface-list=\
!LAN
/ipv6 firewall raw
add action=accept chain=prerouting comment=\
"defconf: enable for transparent firewall" disabled=yes
add action=accept chain=prerouting comment="defconf: RFC4291, section 2.7.1" \
dst-address=ff02::1:ff00:0/104 icmp-options=135 protocol=icmpv6 \
src-address=::/128
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
src-address-list=bad_ipv6
add action=drop chain=prerouting comment="defconf: drop bogon IP's" \
dst-address-list=bad_ipv6
add action=drop chain=prerouting comment=\
"defconf: drop packets with bad SRC ipv6" src-address-list=bad_src_ipv6
add action=drop chain=prerouting comment=\
"defconf: drop packets with bad dst ipv6" dst-address-list=bad_dst_ipv6
add action=drop chain=prerouting comment="defconf: drop non global from WAN" \
in-interface-list=WAN src-address-list=not_global_ipv6
add action=jump chain=prerouting comment="defconf: jump to ICMPv6 chain" \
jump-target=icmp6 protocol=icmpv6
add action=accept chain=prerouting comment=\
"defconf: accept local multicast scope" dst-address=ff02::/16
add action=drop chain=prerouting comment=\
"defconf: drop other multicast destinations" dst-address=ff00::/8
add action=accept chain=prerouting comment=\
"defconf: accept everything else from WAN" in-interface-list=WAN
add action=accept chain=prerouting comment=\
"defconf: accept everything else from LAN" in-interface-list=LAN
add action=drop chain=prerouting comment="defconf: drop the rest"
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 drop ll if hop-limit!=255" \
dst-address=fe80::/10 hop-limit=not-equal:255 protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - dst unreachable" icmp-options=1:0-255 \
protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - packet too big" icmp-options=2:0-255 protocol=\
icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - limit exceeded" icmp-options=3:0-1 protocol=\
icmpv6
add action=accept chain=icmp6 comment="defconf: ICMP filtering - bad header" \
icmp-options=4:0-2 protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - Mobile home agent address discovery" \
icmp-options=144:0-255 protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - Mobile home agent address discovery" \
icmp-options=145:0-255 protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - Mobile prefix solic" icmp-options=146:0-255 \
protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - Mobile prefix advert" icmp-options=147:0-255 \
protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - echo request limit 5,10" icmp-options=\
128:0-255 limit=5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - echo reply limit 5,10" icmp-options=129:0-255 \
limit=5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 router solic limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=133:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 router advert limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=134:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 neighbor solic limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=135:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 neighbor advert limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=136:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 inverse ND solic limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=141:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=accept chain=icmp6 comment=\
"defconf: ICMP filtering - rfc4890 inverse ND advert limit 5,10 only LAN" \
hop-limit=equal:255 icmp-options=142:0-255 in-interface-list=LAN limit=\
5,10:packet protocol=icmpv6
add action=drop chain=icmp6 comment=\
"defconf: ICMP filtering - drop other icmp" protocol=icmpv6
/ppp secret
add name=veepeeen profile=vpn-profile service=ovpn
/system leds
set 1 interface="wlan2 - 5GHz"
/system logging
add action=disk topics=error
add action=disk topics=warning
add action=FirewallHits topics=firewall
add action=disk topics=account
add action=disk topics=info,!firewall
/system note
set note=\
"Authorized administrators only. Access to this network is monitored."
/system ntp client
set enabled=yes
/system ntp client servers
add address=0.us.pool.ntp.org
add address=1.us.pool.ntp.org
add address=2.us.pool.ntp.org
add address=3.us.pool.ntp.org
/tool bandwidth-server
set enabled=no
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox
/tool mac-server ping
set enabled=no