07-20-2003 10:05 AM - edited 02-20-2020 10:51 PM
Hi
We are not supposed to assign an IP address to the PIX interfaces with a subnet mask of 255.255.255.255.
But why so, and when is a subnet mask of 255.255.255.255 used in general (even in a non-PIX context)?
(I have noticed the subnet mask of 255.255.255.255 assigned to the IP address of a host which dials in to the Internet ( a simple dial-up connection).
Could anyone help me understand with this concept of /32 mask ?
Thanks and regards
S. Vijayendran
Solved! Go to Solution.
07-20-2003 11:45 AM
The mask associated to a PIX interface, or any other network equipements or hosts even Win hosts (except dialup), determined the subnet range. To be able to communicate, you need to have at least 2 hosts on the same subnet or the same range, otherwise the layer 2 protocol won't be able to reach the other host on this subnet.
The dialup case, is particular, because Microsoft doesn't respect the principle of subnet within DUN (Win's Dialup Network driver). Microsoft, even, doesn't care of the gateway's IP address provided by the access server, instead MS put the IP address of the host in the gateway field. That is, a Win host always send the packets to the other side of the PPP network (dialup connection) when they are destined to someone else than himself. It's working when the dialing host has only 1 interface but what's happen when this host needs to communicates with a dialup network through a modem and with a LAN simultaneously. In MS world, this doesn't work. You need special kind of software to bypass this bad implemention. Just to say that the net mask hasn't any significance in dialup MS world, you can find 255.255.255.255.
Regards,
Ben
07-20-2003 11:45 AM
The mask associated to a PIX interface, or any other network equipements or hosts even Win hosts (except dialup), determined the subnet range. To be able to communicate, you need to have at least 2 hosts on the same subnet or the same range, otherwise the layer 2 protocol won't be able to reach the other host on this subnet.
The dialup case, is particular, because Microsoft doesn't respect the principle of subnet within DUN (Win's Dialup Network driver). Microsoft, even, doesn't care of the gateway's IP address provided by the access server, instead MS put the IP address of the host in the gateway field. That is, a Win host always send the packets to the other side of the PPP network (dialup connection) when they are destined to someone else than himself. It's working when the dialing host has only 1 interface but what's happen when this host needs to communicates with a dialup network through a modem and with a LAN simultaneously. In MS world, this doesn't work. You need special kind of software to bypass this bad implemention. Just to say that the net mask hasn't any significance in dialup MS world, you can find 255.255.255.255.
Regards,
Ben
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide