IP/Subnetting question
Quick question for anyone who's set up networks professionally, do you stick to the guidelines when assigning IP's i.e only use ip's from 192.168.0.x range or 10.x.x.x range. I would have thought as long as your behind a NAT device when connecting to the internet, you could use whatever you wanted ?
Thanks
Thanks
Comments
-
keenon Member Posts: 1,922 ■■■■□□□□□□you would use private ip space inside the network, unless there is something that is truely needed to be out on the public network at any rate which would require a firewall or security at any rate.
this address range is more or less up to you but there are limitations and issues in a since when trying to decide A,B or C..
most places use a subnetted A space as it allows for great growth but at the same time if poorly designed a huge "cluster" in the making also a huge broadcast domain if you use the default mask
same deal with B
some smaller companies go for C as they don't ever expect growing pass 255 hosts
its all subjective to what your needing to do and what you may grown into. I currently use a 10 space with a /28 at homeBecome the stainless steel sharp knife in a drawer full of rusty spoons -
Darthn3ss Member Posts: 1,096tel_s1234 wrote:I would have thought as long as your behind a NAT device when connecting to the internet, you could use whatever you wanted ?
Thanks
i don't know much about NAT yet.. forgive me if thats a retarded idea.Fantastic. The project manager is inspired.
In Progress: 70-640, 70-685 -
Paul Boz Member Posts: 2,620 ■■■■■■■■□□You don't want to use public addressing on your LAN for many reasons. 1.) Those addresses belong to someone else. 2.) Private address spaces are well known as defined in RFC 1918 and make a LAN much easier to address and plan. 3.) From a design perspective there's no reason to use public addressing on the LAN because there are so many addresses allocated to private addressing that it's not necessary.
If you needed more addressing than allocated by the private address ranges (which is highly unlikely if not impossible) you could just use IPv6...CCNP | CCIP | CCDP | CCNA, CCDA
CCNA Security | GSEC |GCFW | GCIH | GCIA
pbosworth@gmail.com
http://twitter.com/paul_bosworth
Blog: http://www.infosiege.net/ -
tel_s1234 Member Posts: 24 ■□□□□□□□□□So basically I can use these ranges of IP addresses
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
With any subnet class I choose i.e 10.10.x.x/16 ? -
Darthn3ss Member Posts: 1,096tel_s1234 wrote:So basically I can use these ranges of IP addresses
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
With any subnet class I choose i.e 10.10.x.x/16 ?Fantastic. The project manager is inspired.
In Progress: 70-640, 70-685