Hi Zusammen
Irgendwie stehe ich auf dem schlauch oder habe das in IPv6 falsch verstanden.
Ich erhalte von meinem ISP eine Fixe IPv4 (hierbei funktioniert alles) und einen Fixen IPv6 /48 prefix.
Das Netzwerk ist so aufgebaut:
ISP --> Mikrotik Router --> DMZ (einige VM's) / Ubiquiti UDM PRO
Die DMZ liegt auf dem sfp28-1 (direkt auf ein Physisches Gerät)
Die UDM Pro ist direkt auf dem sfp-sfpplus1
Das WAN ist direkt auf dem sfp28-2
Die Anschlüsse sind so gewählt, da der ISP dies so in seiner Grundkonfig wünscht.
Was habe ich gemacht:
Das Problem:
Wenn ich nun auf der UDM PRO auf der WAN Schnittstelle auf DHCPv6 - Prefix Delegierung einstelle, egal ob 56 oder 64 oder was auch immer und auf deren LAN Interface die Delegierung ebenfalls aktiviere (also, dass das Interface überhaupt IPv6 fähig ist) - erhalten die Clients keine IPv6. Ich hatte es bereits einmal funktionierend, jedoch hatte da der ISP ausversehen meinen Prefix noch nicht fix und somit habe ich ständig neue Prefixe erhalten. Zuerst dachte ich, dass das Problem bei mir sei jedoch deswegen viel an der Konfiguration rumgeschraubt und jetzt nach dem fixen bekomme ich es nicht mehr hin, dass es funktioniert.
Hat jemand eine Idee?
Irgendwie stehe ich auf dem schlauch oder habe das in IPv6 falsch verstanden.
Ich erhalte von meinem ISP eine Fixe IPv4 (hierbei funktioniert alles) und einen Fixen IPv6 /48 prefix.
Das Netzwerk ist so aufgebaut:
ISP --> Mikrotik Router --> DMZ (einige VM's) / Ubiquiti UDM PRO
Die DMZ liegt auf dem sfp28-1 (direkt auf ein Physisches Gerät)
Die UDM Pro ist direkt auf dem sfp-sfpplus1
Das WAN ist direkt auf dem sfp28-2
Die Anschlüsse sind so gewählt, da der ISP dies so in seiner Grundkonfig wünscht.
Was habe ich gemacht:
- Router zuerst gemäss ISP (Init7 - Schweiz) mit ihrer Konfig bespielt gemäss deren Anleitung von ihrer Homepage (Gerät wurde nicht über ISP gekauft).
- Anschliessend IPv4 Konfiguriert etc. funktioniert tadellos und so, wie ich es gerne hätte.
- Als nächster Punkt begonnen IPv6 einzurichten. Für den Webserver funktioniert die Konfiguration so, weswegen der fixe prefix db00 auch so in ordnung sein sollte und nicht verändert werden soll. RA usw. sollte meines erachtens nach ebenfalls richtig eingerichtet sein.
Das Problem:
Wenn ich nun auf der UDM PRO auf der WAN Schnittstelle auf DHCPv6 - Prefix Delegierung einstelle, egal ob 56 oder 64 oder was auch immer und auf deren LAN Interface die Delegierung ebenfalls aktiviere (also, dass das Interface überhaupt IPv6 fähig ist) - erhalten die Clients keine IPv6. Ich hatte es bereits einmal funktionierend, jedoch hatte da der ISP ausversehen meinen Prefix noch nicht fix und somit habe ich ständig neue Prefixe erhalten. Zuerst dachte ich, dass das Problem bei mir sei jedoch deswegen viel an der Konfiguration rumgeschraubt und jetzt nach dem fixen bekomme ich es nicht mehr hin, dass es funktioniert.
Hat jemand eine Idee?
# 2023-07-31 10:03:59 by RouterOS 7.10.2
# software id = XXXXXXX
#
# model = CCR2004-1G-12S+2XS
# serial number = XXXXXXX
/interface bridge
add name=lan
add name=wan protocol-mode=none
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus2 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus3 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus4 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus5 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus6 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus7 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus8 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus9 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus10 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus11 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus12 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp28-1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment=SRV
set [ find default-name=sfp28-2 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment=WAN
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=lan lease-time=10m name=dhcp1
/ipv6 dhcp-server
add address-pool=v6pool interface=lan name=v6server
/port
set 0 name=serial0
set 1 name=serial1
/interface bridge port
add bridge=lan interface=sfp28-1
add bridge=wan interface=sfp28-2
add bridge=lan interface=sfp-sfpplus1
add bridge=lan interface=sfp-sfpplus2
add bridge=lan interface=sfp-sfpplus3
add bridge=lan interface=sfp-sfpplus4
add bridge=lan interface=sfp-sfpplus5
add bridge=lan interface=sfp-sfpplus6
add bridge=lan interface=sfp-sfpplus7
add bridge=lan interface=sfp-sfpplus8
add bridge=lan interface=sfp-sfpplus9
add bridge=lan interface=sfp-sfpplus10
add bridge=lan interface=sfp-sfpplus11
add bridge=lan interface=sfp-sfpplus12
add bridge=lan interface=ether1
/ipv6 settings
set accept-router-advertisements=yes
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=sfp-sfpplus2 list=LAN
add interface=sfp-sfpplus3 list=LAN
add interface=sfp-sfpplus4 list=LAN
add interface=sfp-sfpplus5 list=LAN
add interface=sfp-sfpplus6 list=LAN
add interface=sfp-sfpplus7 list=LAN
add interface=sfp-sfpplus8 list=LAN
add interface=sfp-sfpplus9 list=LAN
add interface=sfp-sfpplus10 list=LAN
add interface=sfp-sfpplus11 list=LAN
add interface=sfp-sfpplus12 list=LAN
add interface=sfp28-2 list=LAN
add interface=sfp28-1 list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
192.168.88.0
add address=192.168.1.1/24 interface=sfp-sfpplus1 network=192.168.1.0
/ip dhcp-client
add interface=wan
/ip dhcp-server lease
add address=192.168.1.237 client-id=1:24:5a:4c:96:11:92 mac-address=\
24:5A:4C:96:11:92 server=dhcp1
add address=192.168.1.234 client-id=1:0:15:5d:2:15:10 mac-address=\
00:15:5D:02:15:10 server=dhcp1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
/ip firewall filter
add action=fasttrack-connection chain=forward hw-offload=yes
add action=accept chain=forward dst-address=XXX.XXX.XXX.XXX protocol=tcp \
src-address=192.168.1.0/24
add action=accept chain=forward protocol=udp src-address=192.168.1.0/24
add action=accept chain=forward protocol=tcp src-address=192.168.1.0/24
add action=accept chain=input in-interface=lan
add action=drop chain=forward disabled=yes
/ip firewall nat
add action=masquerade chain=srcnat comment="WEB ACCESS" out-interface=wan
add action=dst-nat chain=dstnat comment="3CX Presence and Provisioning HTTPS" \
dst-port=5001 protocol=tcp to-addresses=192.168.1.234 to-ports=5001
add action=dst-nat chain=dstnat comment="3CX SIP TCP" dst-port=5060 protocol=\
tcp to-addresses=192.168.1.234 to-ports=5060
add action=dst-nat chain=dstnat comment="3CX SIP UDP" dst-port=5060 protocol=\
udp to-addresses=192.168.1.234 to-ports=5060
add action=dst-nat chain=dstnat comment="3CX SIP TLS" dst-port=5061 protocol=\
tcp to-addresses=192.168.1.234 to-ports=5061
add action=dst-nat chain=dstnat comment="3CX Media UDP" dst-port=9000-9004 \
protocol=udp to-addresses=192.168.1.234 to-ports=9000-9004
add action=dst-nat chain=dstnat comment="3CX Tunnel TCP" dst-port=6090 \
protocol=tcp to-addresses=192.168.1.234 to-ports=6090
add action=dst-nat chain=dstnat comment="3CX Tunnel UDP" dst-port=5090 \
protocol=udp to-addresses=192.168.1.234 to-ports=5090
add action=dst-nat chain=dstnat comment="Intern to WEBSERVER TCP" dst-address=\
XXX.XXX.XXX.XXX dst-port=0-65535 protocol=tcp to-addresses=192.168.1.100 \
to-ports=0-65535
add action=dst-nat chain=dstnat comment="Intern to WEBSERVER UDP" dst-address=\
XXX.XXX.XXX.XXX dst-port=0-65535 protocol=udp to-addresses=192.168.1.100 \
to-ports=0-65535
add action=dst-nat chain=dstnat comment="External WEB Server ACCESS" \
dst-address=XXX.XXX.XXX.XXX dst-port=\
20,21,25,53,80,110,143,443,465,993,995,8080,8081,40110-41210 protocol=tcp \
to-addresses=192.168.1.100
add action=dst-nat chain=dstnat comment="External WEB Server ACCESS" \
dst-address=XXX.XXX.XXX.XXX dst-port=\
20,21,25,53,80,110,143,443,465,993,995,8080,8081,40110-41210 protocol=udp \
to-addresses=192.168.1.100
add action=masquerade chain=srcnat comment="Intern to WEBSERVER LOKAL" \
dst-address=192.168.1.0/24 src-address=192.168.1.0/24
/ip firewall service-port
set sip disabled=yes
/ip route
add disabled=no distance=1 dst-address=192.168.150.0/24 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=XXX.XXX.XXX.XXX/32 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=192.168.2.0/24 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
/ip service
set telnet address=192.168.1.0/24
set ftp address=192.168.1.0/24
set www address=192.168.1.0/24
set ssh address=192.168.1.0/24
set www-ssl address=192.168.1.0/24 disabled=no
set api address=192.168.1.0/24
set winbox address=192.168.1.0/24
set api-ssl address=192.168.1.0/24
/ip ssh
set host-key-size=8192 strong-crypto=yes
/ipv6 address
add address=2a02:169:db70:db00:: advertise=no interface=lan
add from-pool=v6pool interface=lan
/ipv6 dhcp-client
add add-default-route=yes interface=wan pool-name=v6pool pool-prefix-length=56 \
request=address,prefix
/ipv6 firewall filter
add action=accept chain=input in-interface=wan limit=10,20acket protocol=udp \
src-port=547
add action=accept chain=forward comment="WEB SRV ACCEPT TCP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 dst-port=\
21,22,25,53,80,110,143,443,465,587,993,995,8080,40110-40210 log=yes \
protocol=tcp
add action=accept chain=forward comment="WEB SRV ACCEPT UDP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 dst-port=53 log=yes protocol=udp
add action=accept chain=forward comment="WEB SRV ACCEPT ICMP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 log=yes protocol=icmpv6
add action=accept chain=forward comment=INIT7 connection-state=\
established,related in-interface=wan out-interface=lan
add action=accept chain=input comment="Accept established" connection-state=\
established,related
add action=accept chain=input in-interface=wan limit=10,20acket protocol=\
icmpv6
add action=accept chain=input comment="Accept internal ICMP" in-interface=!wan \
protocol=icmpv6
add action=accept chain=output comment="Accept all"
add action=accept chain=forward comment="Accept established" connection-state=\
established,related
add action=accept chain=forward comment="Accept internal" in-interface=!wan
add action=accept chain=forward comment="Accept outgoing" out-interface=wan
add action=drop chain=input comment="Drop invalid" connection-state=invalid
add action=drop chain=forward comment=INIT7 in-interface=wan out-interface=lan
add action=drop chain=input comment="Drop ext DHCP >10/sec" in-interface=wan \
protocol=udp src-port=547
add action=drop chain=input comment="Drop ext ICMP >10/sec" in-interface=wan \
protocol=icmpv6
add action=drop chain=input comment="Drop external" in-interface=wan
add action=drop chain=forward comment="Drop invalid" connection-state=invalid
add action=drop chain=forward comment="Drop ext ICMP >20/sec" in-interface=wan \
protocol=icmpv6
add action=reject chain=input comment="Reject everything else" reject-with=\
icmp-no-route
add action=drop chain=forward comment="Drop external" in-interface=wan
add action=reject chain=forward comment="Reject everything else" reject-with=\
icmp-no-route
/ipv6 nd
set [ find default=yes ] interface=lan managed-address-configuration=yes mtu=\
1500 other-configuration=yes ra-interval=20s-40s
/ipv6 nd prefix
add interface=sfp-sfpplus1 prefix=2a02:169:db70:da00::/64
/system clock
set time-zone-name=Europe/Zurich
/system identity
set name=wangw
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
add address=pool.ntp.org,time.google.com
/system routerboard settings
set enter-setup-on=delete-key
/tool graphing interface
add allow-address=192.168.0.0/16
/tool graphing queue
add allow-address=192.168.0.0/16
/tool graphing resource
add allow-address=192.168.0.0/1
# software id = XXXXXXX
#
# model = CCR2004-1G-12S+2XS
# serial number = XXXXXXX
/interface bridge
add name=lan
add name=wan protocol-mode=none
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus2 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus3 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus4 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus5 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus6 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus7 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus8 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus9 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus10 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus11 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp-sfpplus12 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=sfp28-1 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment=SRV
set [ find default-name=sfp28-2 ] advertise=\
10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full comment=WAN
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=lan lease-time=10m name=dhcp1
/ipv6 dhcp-server
add address-pool=v6pool interface=lan name=v6server
/port
set 0 name=serial0
set 1 name=serial1
/interface bridge port
add bridge=lan interface=sfp28-1
add bridge=wan interface=sfp28-2
add bridge=lan interface=sfp-sfpplus1
add bridge=lan interface=sfp-sfpplus2
add bridge=lan interface=sfp-sfpplus3
add bridge=lan interface=sfp-sfpplus4
add bridge=lan interface=sfp-sfpplus5
add bridge=lan interface=sfp-sfpplus6
add bridge=lan interface=sfp-sfpplus7
add bridge=lan interface=sfp-sfpplus8
add bridge=lan interface=sfp-sfpplus9
add bridge=lan interface=sfp-sfpplus10
add bridge=lan interface=sfp-sfpplus11
add bridge=lan interface=sfp-sfpplus12
add bridge=lan interface=ether1
/ipv6 settings
set accept-router-advertisements=yes
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=sfp-sfpplus2 list=LAN
add interface=sfp-sfpplus3 list=LAN
add interface=sfp-sfpplus4 list=LAN
add interface=sfp-sfpplus5 list=LAN
add interface=sfp-sfpplus6 list=LAN
add interface=sfp-sfpplus7 list=LAN
add interface=sfp-sfpplus8 list=LAN
add interface=sfp-sfpplus9 list=LAN
add interface=sfp-sfpplus10 list=LAN
add interface=sfp-sfpplus11 list=LAN
add interface=sfp-sfpplus12 list=LAN
add interface=sfp28-2 list=LAN
add interface=sfp28-1 list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
192.168.88.0
add address=192.168.1.1/24 interface=sfp-sfpplus1 network=192.168.1.0
/ip dhcp-client
add interface=wan
/ip dhcp-server lease
add address=192.168.1.237 client-id=1:24:5a:4c:96:11:92 mac-address=\
24:5A:4C:96:11:92 server=dhcp1
add address=192.168.1.234 client-id=1:0:15:5d:2:15:10 mac-address=\
00:15:5D:02:15:10 server=dhcp1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
/ip firewall filter
add action=fasttrack-connection chain=forward hw-offload=yes
add action=accept chain=forward dst-address=XXX.XXX.XXX.XXX protocol=tcp \
src-address=192.168.1.0/24
add action=accept chain=forward protocol=udp src-address=192.168.1.0/24
add action=accept chain=forward protocol=tcp src-address=192.168.1.0/24
add action=accept chain=input in-interface=lan
add action=drop chain=forward disabled=yes
/ip firewall nat
add action=masquerade chain=srcnat comment="WEB ACCESS" out-interface=wan
add action=dst-nat chain=dstnat comment="3CX Presence and Provisioning HTTPS" \
dst-port=5001 protocol=tcp to-addresses=192.168.1.234 to-ports=5001
add action=dst-nat chain=dstnat comment="3CX SIP TCP" dst-port=5060 protocol=\
tcp to-addresses=192.168.1.234 to-ports=5060
add action=dst-nat chain=dstnat comment="3CX SIP UDP" dst-port=5060 protocol=\
udp to-addresses=192.168.1.234 to-ports=5060
add action=dst-nat chain=dstnat comment="3CX SIP TLS" dst-port=5061 protocol=\
tcp to-addresses=192.168.1.234 to-ports=5061
add action=dst-nat chain=dstnat comment="3CX Media UDP" dst-port=9000-9004 \
protocol=udp to-addresses=192.168.1.234 to-ports=9000-9004
add action=dst-nat chain=dstnat comment="3CX Tunnel TCP" dst-port=6090 \
protocol=tcp to-addresses=192.168.1.234 to-ports=6090
add action=dst-nat chain=dstnat comment="3CX Tunnel UDP" dst-port=5090 \
protocol=udp to-addresses=192.168.1.234 to-ports=5090
add action=dst-nat chain=dstnat comment="Intern to WEBSERVER TCP" dst-address=\
XXX.XXX.XXX.XXX dst-port=0-65535 protocol=tcp to-addresses=192.168.1.100 \
to-ports=0-65535
add action=dst-nat chain=dstnat comment="Intern to WEBSERVER UDP" dst-address=\
XXX.XXX.XXX.XXX dst-port=0-65535 protocol=udp to-addresses=192.168.1.100 \
to-ports=0-65535
add action=dst-nat chain=dstnat comment="External WEB Server ACCESS" \
dst-address=XXX.XXX.XXX.XXX dst-port=\
20,21,25,53,80,110,143,443,465,993,995,8080,8081,40110-41210 protocol=tcp \
to-addresses=192.168.1.100
add action=dst-nat chain=dstnat comment="External WEB Server ACCESS" \
dst-address=XXX.XXX.XXX.XXX dst-port=\
20,21,25,53,80,110,143,443,465,993,995,8080,8081,40110-41210 protocol=udp \
to-addresses=192.168.1.100
add action=masquerade chain=srcnat comment="Intern to WEBSERVER LOKAL" \
dst-address=192.168.1.0/24 src-address=192.168.1.0/24
/ip firewall service-port
set sip disabled=yes
/ip route
add disabled=no distance=1 dst-address=192.168.150.0/24 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=XXX.XXX.XXX.XXX/32 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
add disabled=no distance=1 dst-address=192.168.2.0/24 gateway=192.168.1.237 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
/ip service
set telnet address=192.168.1.0/24
set ftp address=192.168.1.0/24
set www address=192.168.1.0/24
set ssh address=192.168.1.0/24
set www-ssl address=192.168.1.0/24 disabled=no
set api address=192.168.1.0/24
set winbox address=192.168.1.0/24
set api-ssl address=192.168.1.0/24
/ip ssh
set host-key-size=8192 strong-crypto=yes
/ipv6 address
add address=2a02:169:db70:db00:: advertise=no interface=lan
add from-pool=v6pool interface=lan
/ipv6 dhcp-client
add add-default-route=yes interface=wan pool-name=v6pool pool-prefix-length=56 \
request=address,prefix
/ipv6 firewall filter
add action=accept chain=input in-interface=wan limit=10,20acket protocol=udp \
src-port=547
add action=accept chain=forward comment="WEB SRV ACCEPT TCP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 dst-port=\
21,22,25,53,80,110,143,443,465,587,993,995,8080,40110-40210 log=yes \
protocol=tcp
add action=accept chain=forward comment="WEB SRV ACCEPT UDP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 dst-port=53 log=yes protocol=udp
add action=accept chain=forward comment="WEB SRV ACCEPT ICMP" dst-address=\
2a02:169:db70:db00:215:5dff:XXXX:XXX/128 log=yes protocol=icmpv6
add action=accept chain=forward comment=INIT7 connection-state=\
established,related in-interface=wan out-interface=lan
add action=accept chain=input comment="Accept established" connection-state=\
established,related
add action=accept chain=input in-interface=wan limit=10,20acket protocol=\
icmpv6
add action=accept chain=input comment="Accept internal ICMP" in-interface=!wan \
protocol=icmpv6
add action=accept chain=output comment="Accept all"
add action=accept chain=forward comment="Accept established" connection-state=\
established,related
add action=accept chain=forward comment="Accept internal" in-interface=!wan
add action=accept chain=forward comment="Accept outgoing" out-interface=wan
add action=drop chain=input comment="Drop invalid" connection-state=invalid
add action=drop chain=forward comment=INIT7 in-interface=wan out-interface=lan
add action=drop chain=input comment="Drop ext DHCP >10/sec" in-interface=wan \
protocol=udp src-port=547
add action=drop chain=input comment="Drop ext ICMP >10/sec" in-interface=wan \
protocol=icmpv6
add action=drop chain=input comment="Drop external" in-interface=wan
add action=drop chain=forward comment="Drop invalid" connection-state=invalid
add action=drop chain=forward comment="Drop ext ICMP >20/sec" in-interface=wan \
protocol=icmpv6
add action=reject chain=input comment="Reject everything else" reject-with=\
icmp-no-route
add action=drop chain=forward comment="Drop external" in-interface=wan
add action=reject chain=forward comment="Reject everything else" reject-with=\
icmp-no-route
/ipv6 nd
set [ find default=yes ] interface=lan managed-address-configuration=yes mtu=\
1500 other-configuration=yes ra-interval=20s-40s
/ipv6 nd prefix
add interface=sfp-sfpplus1 prefix=2a02:169:db70:da00::/64
/system clock
set time-zone-name=Europe/Zurich
/system identity
set name=wangw
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
add address=pool.ntp.org,time.google.com
/system routerboard settings
set enter-setup-on=delete-key
/tool graphing interface
add allow-address=192.168.0.0/16
/tool graphing queue
add allow-address=192.168.0.0/16
/tool graphing resource
add allow-address=192.168.0.0/1