what is the local ip address?

Naxanz

Distinguished
Sep 7, 2013
16
0
18,510
Is it the same thing as my IPv4 address? cause my local up address is different then my IPv4 address. Should I change my local address to be the same as my ipv4? I'm confused because Idk much about networking and I'm trying to fix my internet.
 
Solution
If you have an active network connection, your computer will have two IP addresses. The routable IP address (the one DHCP is providing and will allow you to share network resources and access the internet) should be something similar to 192.168.1.x, or in some cases, 10.x.x.x. Your local, or "loopback" IP address is 127.0.0.1. Every computer I've ever dealt with (Linux, Mac, Windows) has honored this. This loopback address is commonly used to test network interface card drivers.
To see exactly what your provided IP address is (the 192. or 10. IP), just go to Start>Run>CMD (enter). In the command prompt, type "ipconfig /all" (without the "quotes"). This will show every IP address your machine has.

cirdecus

Distinguished
your local IP address is the address given to you by your router. It can either be an IPv4 address or an IPv6 address.

You can check your local IP address for each interface on your computer by going to

Start
RUN
Type CMD

type IPCONFIG in the command window

IPv4 should be your local IP address.
 

joshbgosh10592

Honorable
Apr 12, 2012
40
0
10,540
If you have an active network connection, your computer will have two IP addresses. The routable IP address (the one DHCP is providing and will allow you to share network resources and access the internet) should be something similar to 192.168.1.x, or in some cases, 10.x.x.x. Your local, or "loopback" IP address is 127.0.0.1. Every computer I've ever dealt with (Linux, Mac, Windows) has honored this. This loopback address is commonly used to test network interface card drivers.
To see exactly what your provided IP address is (the 192. or 10. IP), just go to Start>Run>CMD (enter). In the command prompt, type "ipconfig /all" (without the "quotes"). This will show every IP address your machine has.
 
Solution