Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!midway!msuinfo!news From: jap@convex.cl.msu.edu (Joe Porkka) Newsgroups: comp.unix.wizards Subject: Given a filehandle, how can I find source IP?? Message-ID: <1991Mar22.201818.25515@msuinfo.cl.msu.edu> Date: 22 Mar 91 20:18:18 GMT Sender: news@msuinfo.cl.msu.edu Organization: Michigan State University, East Lansing Lines: 11 Well, the subject says it all... On a SUN, I am trying to track down the address of the machine that telneted to me. The reason is that I want to be able to open another connection going back the other way. Iv'e tried peeking trough the kernel with kvm_getu and kvm_read, and got down to the vnode struct, in hopes of tracking down the socket information, and grap the IP address out of that. Any ideas???