warum greift diese IPv6 Forward-Regel nicht:
Code: Alles auswählen
add "ALLOW_WEB" {Action} "ACCEPT-VPN_LOG, ACCEPT_LOG" {Services} "WEB" {Source-Stations} "ANYHOST" {Destination-Stations} "S42252D6" {LB-Policy} "" {Flags} deactivated {Prio} 100 {Src-Tag} 0 {Rtg-tag} 0 {Comment} "eigene; Test WEB"
Code: Alles auswählen
add "WEB" {Description} "HTTP, HTTPS, HTTP8080"
Code: Alles auswählen
add "HTTP" {Protocol} TCP {Ports} "80" {Src-Ports} No
add "HTTP8080" {Protocol} TCP {Ports} "8080" {Src-Ports} No
add "HTTPS" {Protocol} TCP {Ports} "443" {Src-Ports} No
Code: Alles auswählen
add "S42252D6" {Type} IP-Address {Local-network} "" {Remote-peer/local-host} "" {Address/Prefix} "fd00:0:0:1::d/128"
Code: Alles auswählen
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:fc:d3:d6 brd ff:ff:ff:ff:ff:ff
inet 192.168.110.13/24 metric 100 brd 192.168.110.255 scope global dynamic enp1s0
valid_lft 21054sec preferred_lft 21054sec
inet6 fd00:0:0:1::d/128 scope global dynamic noprefixroute
valid_lft 21053sec preferred_lft 21053sec
inet6 fe80::5054:ff:fefc:d3d6/64 scope link
valid_lft forever preferred_lft forever
Code: Alles auswählen
[IPv6-Firewall] 2026/04/29 13:26:25,817 Devicetime: 2026/04/29 13:26:23,785 [info] :
The packet below, received from 1UND1 scope global
Internet Protocol Version 6
Payload length: 40
Traffic class: 0x00 (DSCP: CS0, ECN: Not-ECT)
Next header: TCP (6)
Hop limit: 51
Source: 2a01:599:902:743a:e4db:e802:b12c:eb85
Destination: 2001:16b8:21e3:bf01:e563::d
Transmission Control Protocol
Source port: 44630
Destination port: 8080
Sequence number: 821159112
Acknowledgement number: 0
Header length: 40 bytes
Code bits: SYN
Window size: 65535
Checksum: 0x711c
Urgent pointer: 0
matched FORWARDING rule ALLOW_VPN
no matching conditions, test next rule
matched FORWARDING rule DENY-FW-ALL
OK
Mein Verständnis wäre, dass alle !!alle!! eingehenden http8080 der Zieladresse zugeordnet werden.
Wo ist denn da mein Fehler in der Konfiguration?
