RE: Dmesg filled with arp: link address is broadcast for IP address

2003-02-25 Thread Brent Wiese
arp: link address is broadcast for IP address 10.6.8.22!
arp: link address is broadcast for IP address 10.6.8.22!
arp: link address is broadcast for IP address 10.6.8.22!
arp: link address is broadcast for IP address 10.6.8.22!
 
 Then I put the suspect host on to DHCP  on reboot I got this 
 in dmesg:
 -
arp: link address is broadcast for IP address 169.254.14.80!

Sounds like the IP address on your unix box is an IP that falls on a
subnet boundry.

IE: 10.6.8.31 mask 255.255.255.224

Brent


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


Dmesg filled with arp: link address is broadcast for IP address

2003-02-23 Thread Chris Phillips
Hello,

I've had an annoying connectivity failure with a Windows 98 SE client
just now  left a ping running to see if any wire wiggling I did was
helping...  I duly forgot about this!

While doing something else, (just about to post about apache2 
frontpage), my dmesg was filled with this: -

   arp: link address is broadcast for IP address 10.6.8.22!
   arp: link address is broadcast for IP address 10.6.8.22!
   arp: link address is broadcast for IP address 10.6.8.22!
   arp: link address is broadcast for IP address 10.6.8.22!

Then I put the suspect host on to DHCP  on reboot I got this in dmesg:
-
   arp: link address is broadcast for IP address 169.254.14.80!

So, it's presumably down to this dodgy device...?
(still not functioning btw...  But its new IP kind of gives that away
doesn't it!)

It's connected  lights the port up on the switch (even flashing with my
pings)

I've tried searching google  previous posts on the mailinglist to no
avail...  Any Ideas Chaps?


Chris Phillips

System Details can be found here: http://www.furrie.net/Aphrodite/


intY has scanned this email for all known viruses (www.inty.com)



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


Re: arp: link address is broadcast for IP address??

2003-01-07 Thread Duncan Anker
On Wed, 2003-01-08 at 11:15, yen-po wang wrote:
 I get a lot of syslog messages(every day/every second)
 arp: link address is broadcast for IP address
 192.168.1.6!
 arp: link address is broadcast for IP address
 192.168.1.7!
  
 my private ip is 192.168.6.254
 netmask is 192.168.0.0

Netmask should be 255.255.0.0 (or possibly 255.255.255.0 or various
other combinations depending on how many hosts, sub-netting, etc).

There is no reason not to have a netmask of 192.168.0.0, other than you
are going to cause yourself a world of pain. Generally it's best to keep
your network mask bits contiguous.

  
 and what does this message mean?

Something is broadcasting it's address to the network. Change the
netmask and see if it goes away.

 
 
 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 

The information contained in this email is confidential.
If you are not the intended recipient, you may not disclose or use the
information in this email in any way.
Dark Blue Sea does not guarantee the integrity of any emails or attached
files.
The views or opinions expressed are the author's own and may not reflect
the views or opinions of Dark Blue Sea.
Dark Blue Sea does not warrant that any attachments are free from
viruses or other defects.
You assume all liability for any loss, damage or other consequences
which may arise from opening or using the attachments.


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



Re: arp: link address is broadcast for IP address??

2003-01-07 Thread yen-po wang
oh~ sorry...
netmask is 255.255.0.0 not 192.168.0.0

I mean netmask in 255.255.0.0 and got the message 
arp: link address is broadcast for IP  
address192.168.1.6!


--- Duncan Anker [EMAIL PROTECTED] wrote:
 On Wed, 2003-01-08 at 11:15, yen-po wang wrote:
  I get a lot of syslog messages(every day/every
 second)
  arp: link address is broadcast for IP address
  192.168.1.6!
  arp: link address is broadcast for IP address
  192.168.1.7!
   
  my private ip is 192.168.6.254
  netmask is 192.168.0.0
 
 Netmask should be 255.255.0.0 (or possibly
 255.255.255.0 or various
 other combinations depending on how many hosts,
 sub-netting, etc).
 
 There is no reason not to have a netmask of
 192.168.0.0, other than you
 are going to cause yourself a world of pain.
 Generally it's best to keep
 your network mask bits contiguous.
 
   
  and what does this message mean?
 
 Something is broadcasting it's address to the
 network. Change the
 netmask and see if it goes away.
 
  
  
  __
  Do you Yahoo!?
  Yahoo! Mail Plus - Powerful. Affordable. Sign up
 now.
  http://mailplus.yahoo.com
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body
 of the message
 -- 
 
 The information contained in this email is
 confidential.
 If you are not the intended recipient, you may not
 disclose or use the
 information in this email in any way.
 Dark Blue Sea does not guarantee the integrity of
 any emails or attached
 files.
 The views or opinions expressed are the author's own
 and may not reflect
 the views or opinions of Dark Blue Sea.
 Dark Blue Sea does not warrant that any attachments
 are free from
 viruses or other defects.
 You assume all liability for any loss, damage or
 other consequences
 which may arise from opening or using the
 attachments.
 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Re: arp: link address is broadcast for IP address??

2003-01-07 Thread Duncan Anker
On Wed, 2003-01-08 at 11:40, yen-po wang wrote:
 oh~ sorry...
 netmask is 255.255.0.0 not 192.168.0.0
 
 I mean netmask in 255.255.0.0 and got the message 
 arp: link address is broadcast for IP  
 address192.168.1.6!

Ah, that's different. Well, is there anything else on your network using
that address? 192.168.1.6 will be on the same network as your machine.
If you set the netmask to 255.255.255.0 it will no longer be the same
network and therefore shouldn't continue to happen.

Why it does this in the first place, I am not sure.

-- 

The information contained in this email is confidential.
If you are not the intended recipient, you may not disclose or use the
information in this email in any way.
Dark Blue Sea does not guarantee the integrity of any emails or attached
files.
The views or opinions expressed are the author's own and may not reflect
the views or opinions of Dark Blue Sea.
Dark Blue Sea does not warrant that any attachments are free from
viruses or other defects.
You assume all liability for any loss, damage or other consequences
which may arise from opening or using the attachments.


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



Re: arp: link address is broadcast for IP address??

2003-01-07 Thread yen-po wang
But there is no machine in 192.168.1.6
My gateway is in 192.168.6.254
other machines in 192.168.0.x 192.168.1.x .3.x .6.x
.30.x

so I can't use 255.255.255.0


--- Duncan Anker [EMAIL PROTECTED] wrote:
 On Wed, 2003-01-08 at 11:40, yen-po wang wrote:
  oh~ sorry...
  netmask is 255.255.0.0 not 192.168.0.0
  
  I mean netmask in 255.255.0.0 and got the message 
  arp: link address is broadcast for IP  
  address192.168.1.6!
 
 Ah, that's different. Well, is there anything else
 on your network using
 that address? 192.168.1.6 will be on the same
 network as your machine.
 If you set the netmask to 255.255.255.0 it will no
 longer be the same
 network and therefore shouldn't continue to happen.
 
 Why it does this in the first place, I am not sure.
 
 -- 
 
 The information contained in this email is
 confidential.
 If you are not the intended recipient, you may not
 disclose or use the
 information in this email in any way.
 Dark Blue Sea does not guarantee the integrity of
 any emails or attached
 files.
 The views or opinions expressed are the author's own
 and may not reflect
 the views or opinions of Dark Blue Sea.
 Dark Blue Sea does not warrant that any attachments
 are free from
 viruses or other defects.
 You assume all liability for any loss, damage or
 other consequences
 which may arise from opening or using the
 attachments.
 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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