<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mikrotik on Alwaldend</title>
		<link>https://www-staging.alwaldend.com/tags/mikrotik/</link>
		<description>Recent content in Mikrotik on Alwaldend</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://www-staging.alwaldend.com/tags/mikrotik/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Mikrotik</title>
				<link>https://www-staging.alwaldend.com/docs/infra/mikrotik/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://www-staging.alwaldend.com/docs/infra/mikrotik/</guid>
				<description>&lt;p&gt;The &lt;a href=&#34;https://www-staging.alwaldend.com/docs/infra/mikrotik/tf/&#34;&gt;Terraform package&lt;/a&gt; prepares owner-local DNS management.&#xA;Router exports remain documentation inputs and are not applied by that package.&lt;/p&gt;&#xA;&lt;h2 id=&#34;deployment&#34;&gt;Deployment&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#deployment&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;Open &lt;a href=&#34;https://help.mikrotik.com/docs/spaces/ROS/pages/328129/WinBox&#34;&gt;Winbox&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Open new terminal&lt;/li&gt;&#xA;&lt;li&gt;Run &lt;code&gt;/export&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Copy output&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;links&#34;&gt;Links&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#links&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;Website: &lt;a href=&#34;https://mikrotik.com&#34;&gt;https://mikrotik.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Docs: &lt;a href=&#34;https://help.mikrotik.com/docs/spaces/ROS/pages/328155/Configuration&amp;#43;Management&#34;&gt;https://help.mikrotik.com/docs/spaces/ROS/pages/328155/Configuration+Management&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;exports&#34;&gt;Exports&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#exports&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;router1&#34;&gt;Router1&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#router1&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-rsc&#34; data-lang=&#34;rsc&#34;&gt;/interface bridge&#xA;add admin-mac=78:9A:18:38:6C:CA auto-mac=no comment=&amp;#34;bridge1 (wired)&amp;#34; name=bridge1&#xA;add comment=&amp;#34;bridge2 (wireless)&amp;#34; name=bridge2&#xA;/interface wifi&#xA;set [ find default-name=wifi1 ] channel.frequency=5000-5400 .skip-dfs-channels=10min-cac comment=&amp;#34;wifi1 (5GHz)&amp;#34; configuration.country=Russia .mode=ap .ssid=divinity-5GHz datapath.client-isolation=yes disabled=no security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0 .ft=yes .ft-over-ds=yes&#xA;set [ find default-name=wifi2 ] channel.skip-dfs-channels=10min-cac comment=&amp;#34;wifi2 (2GHz)&amp;#34; configuration.country=Russia .mode=ap .ssid=divinity-2GHz datapath.client-isolation=yes disabled=no security.authentication-types=wpa2-psk,wpa3-psk .connect-priority=0 .ft=yes .ft-over-ds=yes&#xA;/interface ethernet&#xA;set [ find default-name=ether1 ] comment=ether1 l2mtu=1500 mac-address=F4:28:53:7F:A4:59&#xA;set [ find default-name=ether2 ] comment=ether2&#xA;set [ find default-name=ether3 ] comment=ether3&#xA;set [ find default-name=ether4 ] comment=ether4&#xA;set [ find default-name=ether5 ] comment=ether5&#xA;/interface wireguard&#xA;add comment=&amp;#34;tf[users/simeonwarren/hermes/tf_setup]&amp;#34; disabled=yes listen-port=13232 mtu=1420 name=hermes-vpc&#xA;add comment=&amp;#34;tf[infra/ingress/tf]&amp;#34; listen-port=13231 mtu=1420 name=ingress-vpc&#xA;/interface ethernet switch&#xA;set switch1 cpu-flow-control=yes&#xA;/interface list&#xA;add comment=defconf name=WAN&#xA;add comment=defconf name=LAN&#xA;add name=accept-forward-WAN&#xA;add name=accept-input-DNS&#xA;add name=accept-input-DHCP-server&#xA;add name=accept-input-ICMP&#xA;add name=accept-input-winbox&#xA;add name=accept-input-web-ui&#xA;add name=accept-input-mikrotik-neighbor-discovery&#xA;add name=accept-forward-LAN&#xA;add name=accept-output-LAN&#xA;add name=accept-input-NTP&#xA;add name=accept-input-API&#xA;/ip pool&#xA;add comment=bridge1 name=bridge1 ranges=192.168.1.10-192.168.1.254&#xA;add comment=bridge2 name=bridge2 ranges=192.168.2.10-192.168.2.254&#xA;/ip dhcp-server&#xA;add address-pool=bridge1 comment=bridge1 interface=bridge1 lease-time=10m name=bridge1&#xA;add address-pool=bridge2 interface=bridge2 name=bridge2&#xA;/ipv6 pool&#xA;add name=dc01 prefix=fd2e:546d:5738::/48 prefix-length=64&#xA;/user group&#xA;add comment=src_infra_dns name=src_infra_dns policy=read,write,api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!romon&#xA;add comment=src_infra_ingress name=src_infra_ingress policy=read,write,api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!romon&#xA;add comment=users_simeonwarren name=users_simeonwarren policy=read,write,api,rest-api,!local,!telnet,!ssh,!ftp,!reboot,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!romon&#xA;/interface bridge port&#xA;add bridge=bridge1 comment=bridge1-ether2 interface=ether2&#xA;add bridge=bridge1 comment=bridge1-ether3 interface=ether3&#xA;add bridge=bridge1 comment=bridge1-ether4 interface=ether4&#xA;add bridge=bridge1 comment=bridge1-ether5 interface=ether5&#xA;add bridge=bridge2 comment=bridge2-wifi1 interface=wifi1&#xA;add bridge=bridge2 comment=bridge2-wifi2 interface=wifi2&#xA;/ip neighbor discovery-settings&#xA;set discover-interface-list=LAN&#xA;/interface detect-internet&#xA;set detect-interface-list=WAN&#xA;/interface list member&#xA;add interface=bridge1 list=LAN&#xA;add interface=ether1 list=WAN&#xA;add interface=bridge2 list=LAN&#xA;add interface=bridge2 list=accept-forward-WAN&#xA;add interface=bridge1 list=accept-forward-WAN&#xA;add interface=bridge1 list=accept-input-DNS&#xA;add interface=bridge2 list=accept-input-DNS&#xA;add interface=bridge1 list=accept-input-DHCP-server&#xA;add interface=bridge2 list=accept-input-DHCP-server&#xA;add interface=bridge1 list=accept-input-ICMP&#xA;add interface=bridge2 list=accept-input-ICMP&#xA;add interface=bridge1 list=accept-input-winbox&#xA;add interface=bridge1 list=accept-input-web-ui&#xA;add interface=bridge1 list=accept-input-mikrotik-neighbor-discovery&#xA;add interface=bridge1 list=accept-forward-LAN&#xA;add interface=bridge1 list=accept-output-LAN&#xA;add interface=bridge1 list=accept-input-NTP&#xA;add interface=bridge1 list=accept-input-API&#xA;add comment=&amp;#34;tf[infra/ingress/tf]&amp;#34; interface=ingress-vpc list=accept-input-ICMP&#xA;add comment=&amp;#34;tf[infra/ingress/tf]&amp;#34; interface=ingress-vpc list=LAN&#xA;add comment=&amp;#34;tf[infra/ingress/tf]&amp;#34; interface=ingress-vpc list=accept-forward-LAN&#xA;add comment=&amp;#34;tf[users/simeonwarren/hermes/tf_setup]&amp;#34; interface=hermes-vpc list=accept-forward-LAN&#xA;add comment=&amp;#34;tf[users/simeonwarren/hermes/tf_setup]&amp;#34; interface=hermes-vpc list=accept-input-ICMP&#xA;add comment=&amp;#34;tf[users/simeonwarren/hermes/tf_setup]&amp;#34; interface=hermes-vpc list=LAN&#xA;/interface ovpn-server server&#xA;add mac-address=FE:B3:B4:C4:A4:48 name=ovpn-server1&#xA;/interface wireguard peers&#xA;add allowed-address=10.10.0.2/24 comment=host2 endpoint-address=103.76.53.6 endpoint-port=51820 interface=ingress-vpc name=ingress-vpc-host2 persistent-keepalive=5s public-key=&amp;#34;Z2JamOjZYOGaf4tPZzchyHjLw/XlOtUtQObyROEQ9DM=&amp;#34;&#xA;add allowed-address=10.10.0.1/24 comment=host1 endpoint-address=158.160.196.128 endpoint-port=51820 interface=ingress-vpc name=ingress-vpc-host1 persistent-keepalive=5s public-key=&amp;#34;xmyl+frvngmzRB9z5yEURxQj4vTw47tKQV7EZrTAREw=&amp;#34;&#xA;add allowed-address=10.20.0.1/24 comment=host1 endpoint-address=158.160.220.223 endpoint-port=51820 interface=hermes-vpc name=hermes-vpc-host1 persistent-keepalive=5s public-key=&amp;#34;oA4ZpsmrclIOIWh3ECsb4ZFKH1hQMDtuW3xNXat3IyQ=&amp;#34;&#xA;/ip settings&#xA;set send-redirects=no&#xA;/ip address&#xA;add address=192.168.1.1/24 comment=&amp;#34;bridge1 (LAN)&amp;#34; interface=bridge1 network=192.168.1.0&#xA;add address=192.168.2.1/24 comment=&amp;#34;bridge2 (Wireless)&amp;#34; interface=bridge2 network=192.168.2.0&#xA;add address=192.168.10.1/24 comment=host1.pve1.dc1.alwaldend.com interface=bridge1 network=192.168.10.0&#xA;add address=10.10.0.0/24 comment=&amp;#34;tf[infra/ingress/tf]&amp;#34; interface=ingress-vpc network=10.10.0.0&#xA;add address=10.20.0.0/24 comment=&amp;#34;tf[users/simeonwarren/hermes/tf_setup]&amp;#34; interface=hermes-vpc network=10.20.0.0&#xA;/ip dhcp-client&#xA;add comment=defconf interface=ether1 name=ether1 use-peer-dns=no&#xA;/ip dhcp-server lease&#xA;add address=192.168.1.250 client-id=1:2c:cf:67:67:b5:13 mac-address=2C:CF:67:67:B5:13 server=bridge1&#xA;add address=192.168.1.218 client-id=1:e0:be:3:2b:9a:1a mac-address=E0:BE:03:2B:9A:1A server=bridge1&#xA;add address=192.168.1.216 client-id=ff:60:8:6d:aa:0:1:0:1:31:93:31:1a:34:5a:60:8:6d:aa mac-address=34:5A:60:08:6D:AA server=bridge1&#xA;/ip dhcp-server network&#xA;add address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=192.168.1.1&#xA;add address=192.168.2.0/24 dns-server=192.168.2.1 gateway=192.168.2.1&#xA;/ip dns&#xA;set allow-remote-requests=yes servers=1.1.1.2,1.0.0.2 use-doh-server=https://odoh.cloudflare-dns.com/dns-query verify-doh-cert=yes&#xA;/ip dns static&#xA;add address=185.199.108.153 name=alwaldend.com ttl=5m type=A&#xA;add address=185.199.109.153 name=alwaldend.com ttl=5m type=A&#xA;add address=185.199.110.153 name=alwaldend.com ttl=5m type=A&#xA;add address=185.199.111.153 name=alwaldend.com ttl=5m type=A&#xA;add address=2606:50c0:8000::153 name=alwaldend.com ttl=5m type=AAAA&#xA;add address=2606:50c0:8001::153 name=alwaldend.com ttl=5m type=AAAA&#xA;add address=2606:50c0:8002::153 name=alwaldend.com ttl=5m type=AAAA&#xA;add address=2606:50c0:8003::153 name=alwaldend.com ttl=5m type=AAAA&#xA;add mx-exchange=mail.protonmail.ch mx-preference=10 name=alwaldend.com ttl=5m type=MX&#xA;add mx-exchange=mailsec.protonmail.ch mx-preference=20 name=alwaldend.com ttl=5m type=MX&#xA;add name=alwaldend.com text=&amp;#34;_globalsign-domain-verification=0QBJgVV_uwcFLTi1Rot3bb1LyJ5uW1WD0ygvIS4OM5&amp;#34; ttl=5m type=TXT&#xA;add name=alwaldend.com text=&amp;#34;protonmail-verification=bdcd133d3f472fa17f66328950d02fbeae1bef75&amp;#34; ttl=5m type=TXT&#xA;add name=alwaldend.com text=&amp;#34;v=spf1 include:_spf.protonmail.ch ~all&amp;#34; ttl=5m type=TXT&#xA;add name=_dmarc.alwaldend.com text=&amp;#34;v=DMARC1; p=quarantine; adkim=s&amp;#34; ttl=5m type=TXT&#xA;add cname=protonmail.domainkey.djgwfzcu5fgjtpoijqqomgifmqj6zeiuwdd4mzim4hrxab3zsgwkq.domains.proton.ch name=protonmail._domainkey.alwaldend.com ttl=5m type=CNAME&#xA;add cname=protonmail2.domainkey.djgwfzcu5fgjtpoijqqomgifmqj6zeiuwdd4mzim4hrxab3zsgwkq.domains.proton.ch name=protonmail2._domainkey.alwaldend.com ttl=5m type=CNAME&#xA;add cname=protonmail3.domainkey.djgwfzcu5fgjtpoijqqomgifmqj6zeiuwdd4mzim4hrxab3zsgwkq.domains.proton.ch name=protonmail3._domainkey.alwaldend.com ttl=5m type=CNAME&#xA;add address=192.168.1.222 name=bm1.dc1.alwaldend.com ttl=5m type=A&#xA;add address=192.168.1.216 name=bm2.dc1.alwaldend.com ttl=5m type=A&#xA;add address=fd2e:546d:5738:0:365a:60ff:fe08:6daa name=bm2.dc1.alwaldend.com ttl=10m type=AAAA&#xA;add address=192.168.1.218 name=bm3.dc1.alwaldend.com ttl=5m type=A&#xA;add address=fd2e:546d:5738:0:e2be:3ff:fe2b:9a1a name=bm3.dc1.alwaldend.com ttl=10m type=AAAA&#xA;add cname=bm2.dc1.alwaldend.com name=host1.pve1.dc1.alwaldend.com ttl=10m type=CNAME&#xA;add address=192.168.10.10 name=cloudinit-test.vm.pve1.dc1.alwaldend.com ttl=5m type=A&#xA;add address=192.168.1.1 name=router1.dc1.alwaldend.com ttl=5m type=A&#xA;add address=fd2e:546d:5738::1 name=router1.dc1.alwaldend.com ttl=10m type=AAAA&#xA;add address=192.168.1.254 name=switch1.dc1.alwaldend.com ttl=5m type=A&#xA;add address=192.168.1.218 name=vault.dc1.alwaldend.com ttl=5m type=A&#xA;add mx-exchange=mx1.simplelogin.co mx-preference=10 name=simplelogin.alwaldend.com ttl=3h type=MX&#xA;add mx-exchange=mx2.simplelogin.co mx-preference=20 name=simplelogin.alwaldend.com ttl=3h type=MX&#xA;add name=simplelogin.alwaldend.com text=&amp;#34;sl-verification=bxfzzfjiggzsxyzxhhmkmjqkaskjgy&amp;#34; ttl=3h type=TXT&#xA;add name=simplelogin.alwaldend.com text=&amp;#34;v=spf1 include:simplelogin.co ~all&amp;#34; ttl=3h type=TXT&#xA;add name=_dmarc.simplelogin.alwaldend.com text=&amp;#34;v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s&amp;#34; ttl=3h type=TXT&#xA;add cname=dkim._domainkey.simplelogin.co name=dkim._domainkey.simplelogin.alwaldend.com ttl=3h type=CNAME&#xA;add cname=dkim02._domainkey.simplelogin.co name=dkim02._domainkey.simplelogin.alwaldend.com ttl=3h type=CNAME&#xA;add cname=dkim03._domainkey.simplelogin.co name=dkim03._domainkey.simplelogin.alwaldend.com ttl=3h type=CNAME&#xA;add cname=alwaldend.com name=www.alwaldend.com ttl=5m type=CNAME&#xA;add mx-exchange=mx.yandex.net mx-preference=10 name=yandex.alwaldend.com ttl=6h type=MX&#xA;add name=yandex.alwaldend.com text=&amp;#34;v=spf1 redirect=_spf.yandex.net&amp;#34; ttl=5m type=TXT&#xA;add name=yandex.alwaldend.com text=&amp;#34;yandex-verification: b83672f59b3dbe16&amp;#34; ttl=5m type=TXT&#xA;add name=mail._domainkey.yandex.alwaldend.com text=&amp;#34;v=DKIM1; k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCcYzFVgkeDOhaIIkWM8gNQjxVsv0/aXfU+ax5urB5y6hA6lSjRnjRo6tm0bXbkOJf41GmiwMNgdXpwRtzgzAlX1i2aJbtEr4b9jzibEGLQ7Cvqs44bOYES9f/K3ueQpnvdTOJmFqlRReFL7ZrUyDFCoQ7f4+7h4i8s01cCcRrt5wIDAQAB&amp;#34; ttl=5m type=TXT&#xA;add address=192.168.1.218 name=host1.vault.dc1.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.60 name=flux.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.60 name=host1.flux.alwaldend.com ttl=5m type=A&#xA;add cname=flux.alwaldend.com name=openid.flux.alwaldend.com ttl=10m type=CNAME&#xA;add cname=flux.alwaldend.com name=operator.flux.alwaldend.com ttl=10m type=CNAME&#xA;add address=192.168.10.40 name=forgejo.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.40 name=host1.forgejo.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.50 name=harbor.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.50 name=host1.harbor.alwaldend.com ttl=5m type=A&#xA;add address=192.168.1.216 name=pve.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.80 name=threexui.alwaldend.com ttl=5m type=A&#xA;add address=192.168.10.80 name=host1.threexui.alwaldend.com ttl=5m type=A&#xA;add address=45.142.141.133 name=njalla1.nodes.threexui.alwaldend.com ttl=5m type=A&#xA;add address=2a0a:3840:8078:141:0:2d8e:8d85:1337 name=njalla1.nodes.threexui.alwaldend.com ttl=10m type=AAAA&#xA;add address=192.168.1.218 name=vault.alwaldend.com ttl=5m type=A&#xA;add address=103.76.53.6 name=ingress.alwaldend.com ttl=5m type=A&#xA;add address=158.160.196.128 name=ingress.alwaldend.com ttl=5m type=A&#xA;add address=158.160.196.128 name=host1.ingress.alwaldend.com ttl=5m type=A&#xA;add address=103.76.53.6 name=host2.ingress.alwaldend.com ttl=5m type=A&#xA;add name=yc.threexui.alwaldend.com ns=ns1.yandexcloud.net ttl=5m type=NS&#xA;add name=yc.threexui.alwaldend.com ns=ns2.yandexcloud.net ttl=5m type=NS&#xA;add cname=host1.nodes.yc.threexui.alwaldend.com name=yc1.nodes.threexui.alwaldend.com ttl=10m type=CNAME&#xA;add address=192.168.10.100 name=runner1.forgejo-runner.alwaldend.com ttl=5m type=A&#xA;add cname=host1.yc.hermes.simeonwarren.users.alwaldend.com name=hermes.simeonwarren.users.alwaldend.com ttl=10m type=CNAME&#xA;add cname=host1.yc.hermes.simeonwarren.users.alwaldend.com name=host1.hermes.simeonwarren.users.alwaldend.com ttl=10m type=CNAME&#xA;add name=yc.hermes.simeonwarren.users.alwaldend.com ns=ns1.yandexcloud.net ttl=5m type=NS&#xA;add name=yc.hermes.simeonwarren.users.alwaldend.com ns=ns2.yandexcloud.net ttl=5m type=NS&#xA;/ip firewall filter&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept established,related,untracked&amp;#34; connection-state=established,related,untracked&#xA;add action=drop chain=input comment=&amp;#34;defconf: drop invalid&amp;#34; connection-state=invalid log-prefix=drop-invalid&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept ICMP&amp;#34; in-interface-list=accept-input-ICMP protocol=icmp&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept to local loopback (for CAPsMAN)&amp;#34; dst-address=127.0.0.1&#xA;add action=drop chain=input comment=&amp;#34;defconf: drop all not coming from LAN&amp;#34; in-interface-list=!LAN log-prefix=drop-not-coming-from-lan&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept in ipsec policy&amp;#34; ipsec-policy=in,ipsec&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept out ipsec policy&amp;#34; ipsec-policy=out,ipsec&#xA;add action=fasttrack-connection chain=forward comment=&amp;#34;defconf: fasttrack&amp;#34; connection-state=established,related&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept established,related, untracked&amp;#34; connection-state=established,related,untracked&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop invalid&amp;#34; connection-state=invalid log-prefix=drop-invalid&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop all from WAN not DSTNATed&amp;#34; connection-nat-state=!dstnat connection-state=new in-interface-list=WAN log-prefix=drop-from-wan-not-dstnated&#xA;add action=accept chain=input in-interface-list=WAN protocol=gre&#xA;add action=accept chain=forward comment=&amp;#34;accept forward WAN&amp;#34; in-interface-list=accept-forward-WAN out-interface-list=WAN&#xA;add action=accept chain=forward comment=&amp;#34;accept forward LAN&amp;#34; in-interface-list=accept-forward-LAN out-interface-list=LAN&#xA;add action=accept chain=input comment=&amp;#34;accept input DNS (udp)&amp;#34; dst-port=53 in-interface-list=accept-input-DNS protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input DNS (tcp)&amp;#34; dst-port=53 in-interface-list=accept-input-DNS protocol=tcp&#xA;add action=accept chain=input comment=accept-input-NTP dst-port=123 in-interface-list=accept-input-NTP protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input DHCP-server&amp;#34; dst-port=67 in-interface-list=accept-input-DHCP-server log-prefix=accept-DHCP protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input winbox (tcp)&amp;#34; dst-port=8291 in-interface-list=accept-input-winbox protocol=tcp&#xA;add action=accept chain=input comment=&amp;#34;accept input winbox (udp)&amp;#34; dst-port=20561 in-interface-list=accept-input-winbox protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input web ui&amp;#34; dst-port=80,443 in-interface-list=accept-input-web-ui protocol=tcp&#xA;add action=accept chain=input comment=&amp;#34;accept input mikrotik neighbor discovery&amp;#34; dst-port=5678 in-interface-list=accept-input-mikrotik-neighbor-discovery protocol=udp&#xA;add action=drop chain=forward comment=&amp;#34;drop forward&amp;#34; log=yes log-prefix=drop-forward&#xA;add action=drop chain=input comment=&amp;#34;drop input&amp;#34; log=yes log-prefix=drop-input&#xA;add action=accept chain=output comment=accept-output-LAN out-interface-list=LAN&#xA;/ip firewall nat&#xA;add action=masquerade chain=srcnat comment=&amp;#34;defconf: masquerade&amp;#34; ipsec-policy=out,none out-interface-list=WAN&#xA;/ip ipsec profile&#xA;set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5&#xA;/ip service&#xA;set www-ssl certificate=alwaldend.com_acme disabled=no&#xA;set reverse-proxy certificate=alwaldend.com_acme&#xA;set api-ssl certificate=alwaldend.com_acme&#xA;/ipv6 address&#xA;add address=::1 from-pool=dc01 interface=bridge1&#xA;add address=::1:0:0:0:1 from-pool=dc01 interface=bridge2&#xA;/ipv6 firewall address-list&#xA;add address=::/128 comment=&amp;#34;defconf: unspecified address&amp;#34; list=bad_ipv6&#xA;add address=::1/128 comment=&amp;#34;defconf: lo&amp;#34; list=bad_ipv6&#xA;add address=fec0::/10 comment=&amp;#34;defconf: site-local&amp;#34; list=bad_ipv6&#xA;add address=::ffff:0.0.0.0/96 comment=&amp;#34;defconf: ipv4-mapped&amp;#34; list=bad_ipv6&#xA;add address=::/96 comment=&amp;#34;defconf: ipv4 compat&amp;#34; list=bad_ipv6&#xA;add address=100::/64 comment=&amp;#34;defconf: discard only &amp;#34; list=bad_ipv6&#xA;add address=2001:db8::/32 comment=&amp;#34;defconf: documentation&amp;#34; list=bad_ipv6&#xA;add address=2001:10::/28 comment=&amp;#34;defconf: ORCHID&amp;#34; list=bad_ipv6&#xA;add address=3ffe::/16 comment=&amp;#34;defconf: 6bone&amp;#34; list=bad_ipv6&#xA;/ipv6 firewall filter&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept established,related,untracked&amp;#34; connection-state=established,related,untracked&#xA;add action=drop chain=input comment=&amp;#34;defconf: drop invalid&amp;#34; connection-state=invalid&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept ICMPv6&amp;#34; in-interface-list=accept-input-ICMP protocol=icmpv6&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept UDP traceroute&amp;#34; dst-port=33434-33534 protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept DHCPv6-Client prefix delegation.&amp;#34; dst-port=546 protocol=udp src-address=fe80::/10&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept IKE&amp;#34; dst-port=500,4500 protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept ipsec AH&amp;#34; protocol=ipsec-ah&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept ipsec ESP&amp;#34; protocol=ipsec-esp&#xA;add action=accept chain=input comment=&amp;#34;defconf: accept all that matches ipsec policy&amp;#34; ipsec-policy=in,ipsec&#xA;add action=drop chain=input comment=&amp;#34;defconf: drop everything else not coming from LAN&amp;#34; in-interface-list=!LAN&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept established,related,untracked&amp;#34; connection-state=established,related,untracked&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop invalid&amp;#34; connection-state=invalid&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop packets with bad src ipv6&amp;#34; src-address-list=bad_ipv6&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop packets with bad dst ipv6&amp;#34; dst-address-list=bad_ipv6&#xA;add action=drop chain=forward comment=&amp;#34;defconf: rfc4890 drop hop-limit=1&amp;#34; hop-limit=equal:1 protocol=icmpv6&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept ICMPv6&amp;#34; in-interface-list=accept-input-ICMP protocol=icmpv6&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept HIP&amp;#34; protocol=139&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept IKE&amp;#34; dst-port=500,4500 protocol=udp&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept ipsec AH&amp;#34; protocol=ipsec-ah&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept ipsec ESP&amp;#34; protocol=ipsec-esp&#xA;add action=accept chain=forward comment=&amp;#34;defconf: accept all that matches ipsec policy&amp;#34; ipsec-policy=in,ipsec&#xA;add action=drop chain=forward comment=&amp;#34;defconf: drop everything else not coming from LAN&amp;#34; in-interface-list=!LAN&#xA;add action=accept chain=forward comment=&amp;#34;accept forward WAN&amp;#34; in-interface-list=accept-forward-WAN out-interface-list=WAN&#xA;add action=accept chain=forward comment=&amp;#34;accept forward LAN&amp;#34; in-interface-list=accept-forward-LAN out-interface-list=LAN&#xA;add action=accept chain=input comment=&amp;#34;accept input DNS (udp)&amp;#34; dst-port=53 in-interface-list=accept-input-DNS protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input DNS (tcp)&amp;#34; dst-port=53 in-interface-list=accept-input-DNS protocol=tcp&#xA;add action=accept chain=input comment=accept-input-NTP dst-port=123 in-interface-list=accept-input-NTP protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input winbox (tcp)&amp;#34; dst-port=8291 in-interface-list=accept-input-winbox protocol=tcp&#xA;add action=accept chain=input comment=&amp;#34;accept input winbox (udp)&amp;#34; dst-port=20561 in-interface-list=accept-input-winbox protocol=udp&#xA;add action=accept chain=input comment=&amp;#34;accept input web ui&amp;#34; dst-port=80,443 in-interface-list=accept-input-web-ui protocol=tcp&#xA;add action=accept chain=input comment=&amp;#34;accept input mikrotik neighbor discovery&amp;#34; dst-port=5678 in-interface-list=accept-input-mikrotik-neighbor-discovery protocol=udp&#xA;add action=drop chain=forward comment=&amp;#34;drop forward&amp;#34; log=yes log-prefix=drop-forward-ipv6&#xA;add action=drop chain=input comment=&amp;#34;drop input&amp;#34; log=yes log-prefix=drop-input-ipv6&#xA;add action=accept chain=output comment=accept-output-LAN out-interface-list=LAN&#xA;/ipv6 nd&#xA;set [ find default=yes ] advertise-dns=yes interface=bridge1&#xA;add advertise-dns=yes interface=bridge2&#xA;/system clock&#xA;set time-zone-name=Europe/Moscow&#xA;/system identity&#xA;set name=router1.dc1.alwaldend.com&#xA;/system ntp server&#xA;set enabled=yes&#xA;/system routerboard settings&#xA;set auto-upgrade=yes&#xA;/tool mac-server&#xA;set allowed-interface-list=LAN&#xA;/tool mac-server mac-winbox&#xA;set allowed-interface-list=LAN&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;h3 id=&#34;router2&#34;&gt;Router2&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#router2&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-rsc&#34; data-lang=&#34;rsc&#34;&gt;# 2025-09-07 11:04:01 by RouterOS 7.19.4&#xA;# model = L009UiGS-2HaxD&#xA;/interface bridge&#xA;add name=bridge01&#xA;/port&#xA;set 0 name=serial0&#xA;/interface bridge port&#xA;add bridge=bridge01 interface=ether2&#xA;add bridge=bridge01 interface=ether3&#xA;add bridge=bridge01 interface=ether4&#xA;add bridge=bridge01 interface=ether5&#xA;add bridge=bridge01 interface=ether6&#xA;add bridge=bridge01 interface=ether7&#xA;add bridge=bridge01 interface=ether8&#xA;add bridge=bridge01 interface=ether1&#xA;/ip neighbor discovery-settings&#xA;set discover-interface-list=!dynamic&#xA;/ipv6 settings&#xA;set accept-router-advertisements=yes&#xA;/ip dhcp-client&#xA;add interface=bridge01&#xA;/system clock&#xA;set time-zone-name=Europe/Moscow&#xA;/system identity&#xA;set name=router02.dc01.alwaldend.com&#xA;/system routerboard settings&#xA;set enter-setup-on=delete-key&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
			</item>
	</channel>
</rss>
