HELLO_wORLD
Very Senior Member
Hi,
I try to understand some packets that my R7800 is sometimes attempting to send to the WAN. They are intercepted by Aegis, and are not frequent, so this is not a big issue, but I would like to know why they are emitted, and by which process?
Here are two samples:
It looks that it is not a forwarded packet, so it is coming from the router.
It aims an APIPA address 169.254.1.2, but no interface on the router has such an address. Furthermore, no device on my LAN has any address in this range.
The packets are ICMP type 11, Time exceeded message with error code “Fragment reassembly timeout”
It seems it is in answer to an UDP packet from 169.254.1.2 to 169.254.1.1, but 1) I don’t see this packet coming from WAN, and 2) why would the R7800 answer to such a packet anyway?
I try to understand some packets that my R7800 is sometimes attempting to send to the WAN. They are intercepted by Aegis, and are not frequent, so this is not a big issue, but I would like to know why they are emitted, and by which process?
Here are two samples:
Code:
IN= OUT=brwan SRC=[MY PUBLIC IP] DST=169.254.1.2 LEN=576 TOS=0x00 PREC=0xC0 TTL=64 ID=19613 PROTO=ICMP TYPE=11 CODE=1 [SRC=169.254.1.2 DST=169.254.1.1 LEN=1500 TOS=0x00 PREC=0x00 TTL=64 ID=29306 MF PROTO=UDP SPT=52310 DPT=2325 LEN=1849 ]
IN= OUT=brwan SRC=[MY PUBLIC IP] DST=169.254.1.2 LEN=576 TOS=0x00 PREC=0xC0 TTL=64 ID=3374 PROTO=ICMP TYPE=11 CODE=1 [SRC=169.254.1.2 DST=169.254.1.1 LEN=1500 TOS=0x00 PREC=0x00 TTL=64 ID=29376 MF PROTO=UDP SPT=52310 DPT=2325 LEN=1850 ]
It aims an APIPA address 169.254.1.2, but no interface on the router has such an address. Furthermore, no device on my LAN has any address in this range.
The packets are ICMP type 11, Time exceeded message with error code “Fragment reassembly timeout”
It seems it is in answer to an UDP packet from 169.254.1.2 to 169.254.1.1, but 1) I don’t see this packet coming from WAN, and 2) why would the R7800 answer to such a packet anyway?