Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Jan 2023 13:48:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268717] [pf] rdr rules don't work for traffic originating at localhost
Message-ID:  <bug-268717-227-iFrBbhvgQo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268717-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268717

--- Comment #1 from dfr@rabson.org ---
Packet trace showing the problem:

# telnet 10.123.0.1 8080
Trying 10.123.0.1...
13:03:58.531882 IP (tos 0x10, ttl 63, id 0, offset 0, flags [DF], proto TCP
(6), length 60)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [S], cksum 0x3465 (incorrect ->
0x5ae4), seq 2886169781, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS
val 3565974209 ecr 0], length 0
13:03:58.531897 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 60)
    10.123.0.2.http > 10.123.0.1.13733: Flags [S.], cksum 0x9ccf (correct), seq
1244013501, ack 2886169782, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS
val 640967696 ecr 3565974209], length 0
13:03:58.531908 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 40)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [R], cksum 0x4435 (correct), seq
2886169782, win 0, length 0
13:03:59.557528 IP (tos 0x10, ttl 63, id 0, offset 0, flags [DF], proto TCP
(6), length 60)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [S], cksum 0x3465 (incorrect ->
0x56dd), seq 2886169781, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS
val 3565975240 ecr 0], length 0
13:03:59.557595 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 60)
    10.123.0.2.http > 10.123.0.1.13733: Flags [S.], cksum 0x94c1 (correct), seq
1244013501, ack 2886169782, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS
val 640968727 ecr 3565975240], length 0
13:03:59.557655 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 40)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [R], cksum 0x4435 (correct), seq
2886169782, win 0, length 0
13:04:01.760495 IP (tos 0x10, ttl 63, id 0, offset 0, flags [DF], proto TCP
(6), length 60)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [S], cksum 0x3465 (incorrect ->
0x4e42), seq 2886169781, win 65535, options [mss 16344,nop,wscale 6,sackOK,TS
val 3565977443 ecr 0], length 0
13:04:01.760564 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 60)
    10.123.0.2.http > 10.123.0.1.13733: Flags [S.], cksum 0x838b (correct), seq
1244013501, ack 2886169782, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS
val 640970930 ecr 3565977443], length 0
13:04:01.760625 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6),
length 40)
    10.123.0.1.13733 > 10.123.0.2.http: Flags [R], cksum 0x4435 (correct), seq
2886169782, win 0, length 0

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268717-227-iFrBbhvgQo>