CrazyEngineers
  • Finding IP address of a user on ur network

    Sachin Jain

    Member

    Updated: Oct 26, 2024
    Views: 1.0K
    Guys,
    we can use netstat command to find out who is actually present on our network.
    use netstat -a.
    netstat -f will give fully qualified domain names
    But i want to know what is the ip address of some user.
    for example after using netstat -f i got

    Proto Local Address Foreign Address State
    TCP 127.0.0.1:49948 SPL-PC:49949 ESTABLISHED

    Now i want to know the ip address of this SPL-PC:49949.

    Is this possible ?😀
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • whiz.kid.aniket

    MemberOct 26, 2010

    Are you connected to Lan?
    Are you sure? This action cannot be undone.
    Cancel
  • Munguti

    MemberOct 26, 2010

    Yes its possible, type netstat -n
    Are you sure? This action cannot be undone.
    Cancel
  • Sachin Jain

    MemberOct 26, 2010

    @munguti
    But i want to know the IP address of given user.
    See my example again.
    Using netstat -n , i only get the IPs but i do not know the ip address of a particular user.
    Please see my example again.
    Thanx for reply.
    Are you sure? This action cannot be undone.
    Cancel
  • Sachin Jain

    MemberOct 26, 2010

    @whiz
    Yes i am connected to LAN...
    Are you sure? This action cannot be undone.
    Cancel
  • whiz.kid.aniket

    MemberOct 26, 2010

    blunderboy
    Guys,
    we can use netstat command to find out who is actually present on our network.
    use netstat -a.
    netstat -f will give fully qualified domain names
    But i want to know what is the ip address of some user.
    for example after using netstat -f i got

    Proto Local Address Foreign Address State
    TCP 127.0.0.1:49948 SPL-PC:49949 ESTABLISHED

    Now i want to know the ip address of this SPL-PC:49949.

    Is this possible ?😀

    Try ping SPL-PC......
    Are you sure? This action cannot be undone.
    Cancel
  • Munguti

    MemberOct 26, 2010

    blunderboy
    Guys,
    we can use netstat command to find out who is actually present on our network.
    use netstat -a.
    netstat -f will give fully qualified domain names
    But i want to know what is the ip address of some user.
    for example after using netstat -f i got

    Proto Local Address Foreign Address State
    TCP 127.0.0.1:49948 SPL-PC:49949 ESTABLISHED

    Now i want to know the ip address of this SPL-PC:49949.

    Is this possible ?😀
    what if u match the port numbers obtained from -n and that obtained using ur method above, i.e. the IP address next to the prot 49949
    Are you sure? This action cannot be undone.
    Cancel
  • Leo

    MemberOct 29, 2010

    Try using
    nbtstat -A [Lan's IP address]
    Are you sure? This action cannot be undone.
    Cancel
  • Sachin Jain

    MemberNov 1, 2010

    Munguti
    what if u match the port numbers obtained from -n and that obtained using ur method above, i.e. the IP address next to the prot 49949
    Thanx munguti.
    Yes this works.....

    If there is more smarter way....
    do post...
    Still thanx a lot for your valuable reply.....😀
    Are you sure? This action cannot be undone.
    Cancel
  • uthamaputiran

    MemberMay 2, 2011

    blunderboy
    Guys,
    we can use netstat command to find out who is actually present on our network.
    use netstat -a.
    netstat -f will give fully qualified domain names
    But i want to know what is the ip address of some user.
    for example after using netstat -f i got

    Proto Local Address Foreign Address State
    TCP 127.0.0.1:49948 SPL-PC:49949 ESTABLISHED

    Now i want to know the ip address of this SPL-PC:49949.

    Is this possible ?😀

    You find the details...
    Yes its possible, type netstat -n in cmd prompt window.You can get the details like Finding IP address of a user on your network,
    In this site <a href="https://www.ip-details.com/" target="_blank" rel="nofollow noopener noreferrer">IP-Details: Your IP Address</a> you can get the ip-address details,location,Longitude,latitude details and more
    .
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register