As I want the system to be quite ( not sending data ) I was suspected the output
hook to be the one. what are you suggesting ?
Thanks @SteveTech@programming.dev
I suppose the file linux/arch/Kconfig
is the base the menuconfig to know which option is available ? right ?
Thanks.
Hi, Thank to all of you.
I made a test environment with the following.
The goal is to send a ping A to B, B forward to C
So
ping -4c 1 192.168.y.2
from A, should ping B fw CI’ve set the following rule in /etc/nftables.conf
but is not working :'(
I see B receive the package
preroute: IN=eth0 OUT= MAC=▒▒ SRC=192.168.y.1 DST=192.168.y.2 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=21398 DF PROTO=ICMP TYPE=8 CODE=0 ID=17950 SEQ=1
but it seem C receive nothing…
Any ideas ?