Author
Message
uvz123a DD-WRT User Joined: 01 May 2023 Posts: 63
Posted: Sun Jan 12, 2025 23:07 Post subject: REJECTED connections are missing in log if logreject is used
I have noticed that blocked outgoing connections with logreject are not logged in \Log_outgoing.asp
I tested this using the page https://www.dnsleaktest.com/ (23.239.16.110)
When I use the logdrop rule, the blocked connection is logged:
Code: iptables -I FORWARD -d 23.239.16.110 -j logdrop
However, if logreject is used, the blocked connection is missing from the outgoing log:
Code: iptables -I FORWARD -d 23.239.16.110 -j logreject
Tests were made on Netgear XR500 "r58819 std (12/13/24)" and Linksys WRT54GL "r59093 std (01/10/25)" and the same result.
Did I miss something?
Description:
Filesize:
6.09 KB
Viewed:
4437 Time(s)
Description:
Filesize:
6.86 KB
Viewed:
4437 Time(s)
Last edited by uvz123a on Mon Jan 13, 2025 6:09; edited 1 time in total
Back to top
Sponsor
Per Yngve Berg DD-WRT Guru Joined: 13 Aug 2013 Posts: 7034 Location: Romerike, Norway
Posted: Mon Jan 13, 2025 5:20 Post subject:
What traffic?
Note that only TCP Protocol can be rejected.
Back to top
uvz123a DD-WRT User Joined: 01 May 2023 Posts: 63
Posted: Mon Jan 13, 2025 6:06 Post subject:
It (logreject) was the same test as with logdrop, which means it used the TCP protocol. As I mentioned, I was testing with a internet browser on the page https://www.dnsleaktest.com.
Back to top