redgoblin wrote: I haven't come across /32 addresses (apart from loopbacks) and I was wondering what the point of them is. If they're /32 addresses then surely every bit will be a network bit, and therefore how could you assign this to a host?
Rearden wrote: It must have been easier to get in the past, I assume? Our school has a /16.
Netstudent wrote: This could be an instance where an ISP charges by the number of IP's. They give one address with /32 and if the customer wants to add another PC or laptop then you would have to call and request another IP. I think it could also be related to NAT. Just giving out one public address with /32 that could be overloaded with PAT.
mgeorge27 wrote: Typically when you receive a /32 host address you will receive a default gateway as well. If you have a larger chunk of ips such as a /28, then the isp sets their routing tables to get to your router, then you do what you wish with your ips. Just because your IP address is a /32 does not mean you cannot communicate with other ip addresses in a /24 network. such as you have 72.147.20.12/32 and the isp uses the network 72.147.20.0/24, and ur default gateway is 72.147.20.254, you would still be able to communicate into the isp network. Typically a DSL line's default gateway would be the DLSAM's (typically a BVI Interface) which in route is connected to a service provider link such as an oc3 etc... Does this help?
redgoblin wrote: Thanks for all the replies. One last question then - my old IP address used to be 82.32.4.53 On my Netgear router, the WAN settings were 82.32.4.53/21, whereas doing a CIDR lookup for this block reveals my ip to be 82.32.4.53/32 The question is, which is my ip address: 82.32.4.53/21 or 82.32.4.53/32
EdTheLad wrote: redgoblin wrote: Thanks for all the replies. One last question then - my old IP address used to be 82.32.4.53 On my Netgear router, the WAN settings were 82.32.4.53/21, whereas doing a CIDR lookup for this block reveals my ip to be 82.32.4.53/32 The question is, which is my ip address: 82.32.4.53/21 or 82.32.4.53/32 The subnet mask is locally significant as your netgear router has a static route to the isp.Since you are not exchanging routes it doesnt matter what mask is configured on the netgear router as long as the mask encompasses your ip address .53 which /21 does. I'm not familiar with CIDR lookup, but im sure its some kind of script that polls this information from the upstream router, this router has you configured as a /32 host address.Nothing unusual here, all you need to know is your ip address is .53 .
EdTheLad wrote: The subnet mask is locally significant as your netgear router has a static route to the isp.Since you are not exchanging routes it doesnt matter what mask is configured on the netgear router as long as the mask encompasses your ip address .53 which /21 does. I'm not familiar with CIDR lookup, but im sure its some kind of script that polls this information from the upstream router, this router has you configured as a /32 host address.Nothing unusual here, all you need to know is your ip address is .53 .
EdTheLad wrote: Thats wrong, i think you need to understand what the netmask is for, it is used to specify a group of ip addresses.In this case there is only one ip address so it can be specified with a /32 mask.A larger mask can also be used but whats the point since you only have one address in this instance.The isp has a hugh range of customers so it will try and make a nice addressing scheme, it will allocate a /32 addresses to a customer that only requires one address, the isp can then advertise a larger mask to it neighbors instead of advertising thousands of /32 addresses.This is just common sense.
ShiftInsert wrote: » Does the host uses a default gateway for every destination?