You can find the ip address of any site in two ways.
First way is through Cmd option just using the ping command
eg 'ping Google.com' to know the ip address of Google.com.
Another way is to find the ip address of any site through online sites like Ip-details.com .
User Profile
Collapse
-
You can find your computer (internal) ip using following instructions start-->Run-->cmd-->type ipconfig->press enter.It displays your computer ip address.Leave a comment:
-
Use ifconfig command:
To Display current IP address use the Code below
ifconfig eth0
ifconfig -a
To Set new IP to 192.168.1.10 use thebelow command
ifconfig eth0 192.168.1.10
To Set new IP to 192.168.1.10 with netmask use the code
ifconfig eth0 192.168.1.10 netmask 255.255.255.0 upLeave a comment:
No activity results to display
Show More
Leave a comment: