LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how to check where ip address is coming from. (https://www.linuxquestions.org/questions/linux-networking-3/how-to-check-where-ip-address-is-coming-from-140028/)

hornet74 01-29-2004 12:07 PM

how to check where ip address is coming from.
 
I am needing a command for checking who is trying to connect to my computer...

MadTurki 01-29-2004 12:08 PM

netstat

druuna 01-29-2004 12:11 PM

Here are two that wil do what you want:

traceroute <fqdn/ipnumber>
netstat <fqdn/ipnumber>

See manpages for all the options

hornet74 01-29-2004 12:23 PM

Thanks, is there a pause command to see the beginning...

MadTurki 01-29-2004 12:29 PM

netstat | less
or
netstat | more

either one :)

JordanH 01-30-2004 03:15 PM

On the otherhand, it could be a spoofed IP address... in that case, too bad.

AfterBurn 01-31-2004 02:44 PM

try using IPTraf?


All times are GMT -5. The time now is 12:01 PM.