Results 1 to 2 of 2
hi ...
can anyone suggest me a few methods to check whether a system running on linux / unix is connected to any network ... using the terminal when there ...
- 01-19-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
check whether connected to network
hi ...
can anyone suggest me a few methods to check whether a system running on linux / unix is connected to any network ... using the terminal when there is no GUI .
thanks
- 01-19-2008 #2
Well, you could start off by pinging (ping -c 4 ipaddressOfRouter) your router, switch or other computers on your network. If using dhcp also run ifconfig (ifconfig NetworkInterface) to see if you were given an IP address that matches the range in the network.


Reply With Quote
