Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Forums > Network & Internet

Local and Public addresses

Update your Vista Drivers Update Your Drivers Now!!
Reply
 
Thread Tools Display Modes
Old 06-03-2008   #1 (permalink)
sidney1st's Avatar
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
Paris
 
Rep Power: 66
sidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond repute
  sidney1st is offline

Local and Public addresses

In case of TCP/IP problems like lost of connectivity, network troubles, router problems, etc... It is always useful to know if there is something wrong with local and public addresses.
I wrote a small VB Script which gives informations on the computer ip, server ip and public ip.
I wonder if it works for everybody, especially for those having problems, therefore a feedback is very welcome.

Unzip, run and wait few seconds.


Last edited by sidney1st; 07-06-2008 at 06:04 PM.
My System SpecsSystem Spec
Old 06-03-2008   #2 (permalink)
Guru


Join Date: May 2008
Vista x64 Ultimate
 
Rep Power: 47
SCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud of
  SCSIraidGURU is offline

Re: Local and Public addresses

Interesting idea. I will check it out.

Usually I find the router is not picking up the WAN and LAN DNS properly to pass down to the computers via DHCP.

IPConfig/all from a command prompt will show a 169 address if not connecting. I use static IP on my three workstations and change the router address. I am used to subnetting Cisco routers and firewalls.

Home users should be using 192.168.0.1 - 254 and maybe 192.168.100.1 - 254. The first two octets should not change 192.168. is private addressing for class C. Class A and B also have private addressing but are not needed for home users. I have never seen a home with more than 10 IP devices.

Main workstation
Tape server
Web server
Toshiba HD DVD
two printer servers
My System SpecsSystem Spec
Old 06-03-2008   #3 (permalink)
sidney1st's Avatar
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
Paris
 
Rep Power: 66
sidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond repute
  sidney1st is offline

Re: Local and Public addresses

Quote:
SCSIraidGURU
View Post
Home users should be using 192.168.0.1 - 254 and maybe 192.168.100.1 - 254. The first two octets should not change 192.168. is private addressing for class C. Class A and B also have private addressing but are not needed for home users.
Then over here we are out of range
My System SpecsSystem Spec
Old 06-03-2008   #4 (permalink)
Guru


Join Date: May 2008
Vista x64 Ultimate
 
Rep Power: 47
SCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud of
  SCSIraidGURU is offline

Re: Local and Public addresses

What private addresses do your router DHCP default to in Europe?
My System SpecsSystem Spec
Old 06-03-2008   #5 (permalink)
sidney1st's Avatar
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
Paris
 
Rep Power: 66
sidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond repute
  sidney1st is offline

Re: Local and Public addresses

A lot of
In fact the main routers used in France are what we call "ISP_NAME_BOX"
All the ISP give their own router and therefore manage their firmware through updates, etc... The default gateway address could be 192.168.1.1 or 192.168.0.1 or 10.0.0.0.1 or class b, etc....
I have 2 ISPs one adsl (20000kb/s) which address is 192.168.1.1 and one fiber (120000kb/s) which is 10.0.0.0.1
My daughter has 172.16.1.0 if i remember well
We can change eventually the gateway address (with my isp anyway)
My System SpecsSystem Spec
Old 06-03-2008   #6 (permalink)
dmex's Avatar
ɠɛɐǨ



Join Date: May 2007
Windows Vista™ Ultimate
Fremantle, Western Australia
 
Rep Power: 110
dmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond reputedmex has a reputation beyond repute
  dmex is online now

Re: Local and Public addresses

Quote:
sidney1st
View Post
In case of TCP/IP problems like lost of connectivity, network troubles, router problems, etc... It is always useful to know if there is something wrong with local and public addresses.
I wrote a small VB Script which gives informations on the computer ip, server ip and public ip.
I wonder if it works for everybody, especially for those having problems, therefore a feedback is very welcome.

Unzip, run and wait few seconds.
Yet another cool script from Sidney1st

You should make a tutorial so "new" users can figure out how to use and upload it to the forums for us, that would save lots of time
My System SpecsSystem Spec
Old 06-03-2008   #7 (permalink)
Guru


Join Date: May 2008
Vista x64 Ultimate
 
Rep Power: 47
SCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud of
  SCSIraidGURU is offline

Re: Local and Public addresses

10.0.0.0 is class A

I have seen a few routers with 192.168.1.x also. It is not as common.
My System SpecsSystem Spec
Old 06-04-2008   #8 (permalink)
sidney1st's Avatar
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
Paris
 
Rep Power: 66
sidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond repute
  sidney1st is offline

Re: Local and Public addresses

Quote:
SCSIraidGURU
View Post
I have seen a few routers with 192.168.1.x also. It is not as common.
It is the most common here, the main ISP (Orange) using it on their routers.

Click the image to open in full size.
My System SpecsSystem Spec
Old 06-04-2008   #9 (permalink)
Guru


Join Date: May 2008
Vista x64 Ultimate
 
Rep Power: 47
SCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud ofSCSIraidGURU has much to be proud of
  SCSIraidGURU is offline

Re: Local and Public addresses

It is still a Class C private address. you can have any thing 192.168.(0-255). (1-254).
My System SpecsSystem Spec
Old 06-04-2008   #10 (permalink)
sidney1st's Avatar
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
Paris
 
Rep Power: 66
sidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond reputesidney1st has a reputation beyond repute
  sidney1st is offline

Re: Local and Public addresses

Yep but even on small network we can use any of the ip of the A, B, C classes, again depending of our ISP or on some cases, like mine, we can use any of those reserved by ICANN.

Class A: up to 16.777.214 computers
0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Network Computers

Class B: up to 65.534 computers
10xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Network Computers


Class C: up to 254 computers
110xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Network Computers



ICANN reserved the following.
  • Private IP class A : 10.0.0.1 to 10.255.255.254, very big networks.
  • Private IP class B : 172.16.0.1 to 172.31.255.254, average size networks
  • Private IP class C : 192.168.0.1 à 192.168.0.254, for small private networks.
ISPs use all of them here for their routers

NB: It is not to expalin to you, but it could be useful for newbies to know about how it works.
My System SpecsSystem Spec
Reply

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Add local machine users to local admin group via GPO Andrew .NET General 0 06-10-2008 10:43 PM
Public network connection only "Access: Local" & not Local & Inter Iain M Vista networking & sharing 1 07-29-2007 07:00 PM
Two Ethernet Cards, local shows as limited instead of as local Deathwing00 Vista networking & sharing 10 06-15-2007 09:05 AM
Remove Public directory after disable Public Folder Sharing Joel A Vista networking & sharing 3 02-17-2007 11:19 AM
How to move public folders (public pictures etc) to a different dr Anson Vista file management 0 01-13-2007 04:23 PM


Update your Vista Drivers Update Your Drivers Now!!

Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008