iptables – was macht die Aktion LOCALOUTPUT?

iptables – was macht die Aktion LOCALOUTPUT?

Kann mir bitte jemand sagen, was diese Regel bewirkt?
Insbesondere möchte ich wissen, was LOCALOUTPUTAktion bedeutet?

root@host123 [/tmp]# /sbin/iptables -L OUTPUT -n --line-number -v | grep 266
266      681K      722M      LOCALOUTPUT      all      --      *      !lo      0.0.0.0/0      0.0.0.0/0
root@host123 [/tmp]#

Antwort1

Der gesamte Datenverkehr, der nicht zur Schnittstelle geht lo, wird zur Kette weitergeleitet LOCALOUTPUT. Was in LOCALOUTPUT steht, wird angezeigt durchiptables -L LOCALOUTPUT

verwandte Informationen