On Jul 18 at 17:20, Joe & Fhe Barbish spoke:

> Ifconfig -a on the NIC device connected to the cable model gives 
> inet 68.65.175.62 broadcast 68.65.175.255 
> 
> Every morning I have these 2 console messages 
> 'DHCLIENT: New Network number : 68.65.175.0' 
> 'DHCLIENT: New Broadcast address : 68.65.175.255' 
> 
> When I issue the ifconfig command in the morning after getting those 
> two messages, I still get inet 68.65.175.62 broadcast 68.65.175.255. 
> 
> 
> I thought the 'DHCLIENT: New Network number : 68.65.175.0' message is 
> telling me that my public ip address has been changed from 
> 68.65.175.62 to 68.65.175.0 

The network number is not the individual IP address of your host.
Your IP address is 68.65.175.62. The DHCLIENT tries to get the same
address it hat last time. The dhcp server might supply the same one
if it's still free.

68.65.175.0 is the address of your host's subnet.

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to