|
Posted by James on June 6, 2008, 5:21 pm
I use /32 loopbacks but have never thought about it in depth as to how
and why.
So this would count for an internet provider giving you a /32 as well?
Thr interface is the default route out?
Joe Beasley wrote:
> James wrote:
>> I have seen on some ISPs an IP address and a subnet mask of
>> 255.255.255.255 (/32)
>>
>> I'm a little confused of this as one needs a default gateway. The
>> default gateway of this network would be???
>>
>> This to me is a network address and broadcast address, so I'm not sure
>> how to understand this.
>>
>> Does anyone have a proper explanation of this?
>>
>> Regards
>>
>> James
> The default route would be the interface itself.
>
> ip route 0.0.0.0 0.0.0.0 Dialer0
>
> or
>
> ip route 0.0.0.0 0.0.0.0 BVI1
|