User Profile

Collapse

Profile Sidebar

Collapse
rethu
rethu
Last Activity: Mar 26 '13, 07:17 AM
Joined: Feb 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rethu
    replied to to know ip address
    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 .
    See more | Go to post

    Leave a comment:


  • You can find your computer (internal) ip using following instructions start-->Run-->cmd-->type ipconfig->press enter.It displays your computer ip address.
    See more | Go to post
    Last edited by sicarie; Feb 11 '13, 04:34 PM. Reason: removed link

    Leave a comment:


  • rethu
    replied to Change IP Address
    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 up
    See more | Go to post
    Last edited by sicarie; Feb 3 '13, 04:48 AM. Reason: removed link

    Leave a comment:

No activity results to display
Show More
Working...