TraefikCRD Get Real IP

Hello guys I deploy a traefik:v2.11.0 in ovhCloud

I deploy this service:

apiVersion: v1
kind: Service
metadata:
  name: traefik
  namespace: infra-proxy

spec:
  type: NodePort
  externalTrafficPolicy: local
  ports:
    - protocol: TCP
      name: web
      port: 8000
    - protocol: TCP
      name: websecure
      port: 4443
    - protocol: TCP
      name: traefik
      port: 9000
      targetPort: 9000
  selector:
    app.kubernetes.io/name: traefik
    app.kubernetes.io/instance: traefik

And a basic deployment with all crd etc etc, but I cant get the real IP in my traefik I get Node ip and this is a problem, any suggestion. Thankkk
This is a logs:
level=debug msg="Rejecting IP 11.36.22.2: \"11.36.22.2\" matched none of the trusted IPs" middlewareName=infra-proxy-allowrequest@kubernetescrd middlewareType=IPWhiteLister
This Ip=11.36.22.2 is node ip, my cluster is managment for ovhcloud
I need real Ip beacouse I have a middleware ipwhiteList with vpn IP for some service access