• [^] # Pas en INPUT

    Posté par . En réponse au message Control des adresses cibles passant par un tunnel SSH. Évalué à 1.

    Désolé je me suis mal exprimé,

    je ne pense pas que l'info du user se trouve dans l'entente d'un paquet TCP/IP ??

    Non, effectivement. Par contre c'est une info dispo pour les paquets produits localement:


    owner
    This module attempts to match various characteristics of the packet creator, for locally generated packets. This match is only valid in the OUTPUT and POSTROUTING chains. Forwarded packets do not
    have any socket associated with them. Packets from kernel threads do have a socket, but usually no owner.

    [!] --uid-owner username

    [!] --uid-owner userid[-userid]
    Matches if the packet socket's file structure (if it has one) is owned by the given user. You may also specify a numerical UID, or an UID range.

    [!] --gid-owner groupname

    [!] --gid-owner groupid[-groupid]
    Matches if the packet socket's file structure is owned by the given group. You may also specify a numerical GID, or a GID range.

    [!] --socket-exists
    Matches if the packet is associated with a socket.