Router Design

Translate to English Translate to German Translate to Spanish Translate to French Translate to Russian Translate to Dutch Translate to Italian Translate to Portuguese Translate to Japanese Translate to Korean Translate to Chinese Translate to Greek

Can I find the router ip address from a private ip address?

I want to remote connect to friends pc but he only knows his private ip address.

Public Comments

1. he has to give you his public IP, and then configure his router to allow remote access.
He can get his public IP at:
www.whatismyip.com

Then you have to configure the router to port forward any connection software's ports to his PC, which must be at a static, internal LAN IP

2. Step 1 Open up the Command Line. This can be opened by going to start > run... (This is the search bar if in Vista or Windows 7) and typing "cmd" then press OK.

Step 2 In the black command line box, type "ipconfig" into it and press enter. This should post a return of a fair amount of information in the box.

Step 3 Among the outputted response, there should be a line labled "Default Gateway" Now look directly to the right of this and there should be a number similar to this format: 192.168.1.1 (it may not be the same)

To get to the router, simply open up an internet browser and type the number into the address bar. You should be prompted for a password.


For More Information and get instant computer help from Microsoft Certified Technicians follow the link http://www.supportdock.com/

3. To find out router IP address go:
http://www.ipaddresslocation.org/router-ip-address.php
http://www.find-ip-address.org/router-ip-address.php

To find out external IP address:
http://www.ipaddresslocation.org/ip-address-locator.php
http://www.find-ip-address.org/ip-address-locator.php

4. You do not need to look for router ip address if you want to find an ip address used in your network.

You must open command prompt and run ipconfig /all.

You will see your ip address and subnet mask. Example:
Beschrijving. . . . . . . . . . . : Intel(R) WiFi Link 5100 AGN
Fysiek adres. . . . . . . . . . . : 00-1E-65-67-68-B6
DHCP ingeschakeld . . . . . . . . : ja
Autom. configuratie ingeschakeld : ja
Link-local IPv6-adres . . . . . . : fe80::e481:5153:7e4e:2ad%12(voorkeur)
IPv4-adres. . . . . . . . . . . . : 192.168.198.74(voorkeur)
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Lease verkregen . . . . . . . . . : donderdag 10 december 2009 9:49:31
Lease verlopen. . . . . . . . . . : zondag 13 december 2009 12:47:08
Standaardgateway. . . . . . . . . : 192.168.198.254
DHCP-server . . . . . . . . . . . : 192.168.198.5
DNS-servers . . . . . . . . . . . : 192.168.198.5
NetBIOS via TCPIP . . . . . . . . : ingeschakeld

My ip is 192.168.198.74 and subnet mask 255.255.255.0

Now you must ping your broadcast address. Ping 192.168.198.254
Than you run arp -a and you will see ip addresses used in your network. Example:
C:\Users\Administrator>arp -a

Interface: 192.168.198.74 --- 0xc
Internetadres Fysiek adres Type
192.168.198.5 00-13-72-4b-62-8a dynamisch
192.168.198.41 00-13-72-4b-62-8a dynamisch
192.168.198.66 00-11-41-02-a5-16 dynamisch
192.168.198.73 00-30-6e-d7-55-ca dynamisch
192.168.198.122 00-00-85-83-0f-37 dynamisch
192.168.198.250 00-50-7f-33-e1-06 dynamisch
192.168.198.254 00-13-49-12-a4-94 dynamisch
192.168.198.255 ff-ff-ff-ff-ff-ff statisch
224.0.0.9 01-00-5e-00-00-09 statisch
224.0.0.22 01-00-5e-00-00-16 statisch
224.0.0.252 01-00-5e-00-00-fc statisch
239.255.255.250 01-00-5e-7f-ff-fa statisch
255.255.255.255 ff-ff-ff-ff-ff-ff statisch

All with 192.168.198 are used addresses in my network.

You can also run net view. Example:
C:\Users\Administrator>net view
\\ATHENE
\\BERLIN
\\COMPE-NB-0001
\\COMPE-WS-0002
\\COMPE-WS-0005
\\COMPE-WS-0006
\\COMPE-WS-0007
\\COMPETE-NB17
\\COMPETE-NB18
\\COMPETE-NB21
\\COMPETE-NB23
\\DUBLIN
\\LAPTOP-PIET
\\LONDON
\\MADRID
\\MONACO
\\NAS2
\\PARIS
\\PEKING
\\ROTTERDAM
\\STOCKHOLM

Than you can run ping London. Example
C:\Users\Administrator>ping london

Pingen naar london.********.local [192.168.198.5] met 32 bytes aan gegevens:
Antwoord van 192.168.198.5: bytes=32 tijd=1 ms TTL=128
Antwoord van 192.168.198.5: bytes=32 tijd=1 ms TTL=128
Antwoord van 192.168.198.5: bytes=32 tijd=1 ms TTL=128
Antwoord van 192.168.198.5: bytes=32 tijd=1 ms TTL=128

Ping-statistieken voor 192.168.198.5:
Pakketten: verzonden = 4, ontvangen = 4, verloren = 0
(0% verlies).

And you will see that a computer with name London known with ip address 192.168.198.5