Match proces to outgoing ip address

Discussion in 'Technical' started by Per Isaksen, Oct 31, 2021.

  1. Per Isaksen

    Per Isaksen New Member

    ISPconfig is server trying to reach outside ip address, and i cannot figure out what proces is requesting access to this ip address.
    I have isolated the ip address and it is trying to reach port 80 on this.
    Please advice
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I guess using netstat with suitable arguments should find the process, provided it keeps sending.
    Use Internet Search Engines with something like
    Code:
    Linux find process sending to IP address
     
  3. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    lsof would work for that if netstat doesn't.
     

Share This Page