home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vxworks / 1177 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!agate!dog.ee.lbl.gov!lbl.gov!vxwexplo
  2. From: thoff@netxwest.com (Todd Hoff)
  3. Newsgroups: comp.os.vxworks
  4. Subject: Problem with broadcasts
  5. Date: Thu, 7 Jan 93 14:46:44 PST
  6. Organization: Lawrence Berkeley Laboratory, Berkeley CA
  7. Lines: 49
  8. Sender: vxwexplo@lbl.gov
  9. Message-ID: <9301072246.AA11015@cinnabar.netx.com>
  10. NNTP-Posting-Host: 128.3.112.16
  11. Originator: daemon@vxw.ee.lbl.gov
  12.  
  13. I'm having problems sending broadcasts over our network and
  14. would like some help. 
  15.  
  16. The code that works on just a Sun network doesn't work under VxWorks,
  17. and neither does the VxWorks demo code-- just to show I'm not totally
  18. stupid :-)
  19.  
  20. The test involves 2 machines X and Y. Some vitals are specified below.
  21. When I send directly from X to Y then Y receives the message, no problem.
  22. When I send to a broadcast address of 144.10.5.255 the message doesn't
  23. arrive. The reciever is setup to recieve for any address. I set the
  24. socket option for BROADCAST to on.
  25.  
  26. Any ideas?
  27. Any good debugging tips?
  28.  
  29. Thanx for any help.
  30.  
  31. There is a Sun router on the network with an IP address of 144.10.2.6.
  32.  
  33. The interface definition for machine X is:
  34. ln (unit number 0):
  35.      Flags: (0x63) UP BROADCAST ARP RUNNING
  36.      Internet address: 144.10.5.33
  37.      Broadcast address: 144.10.5.255
  38.      Netmask 0xffff0000 Subnetmask 0xffffff00
  39.      Ethernet address is 00:c0:21:01:02:21
  40.      Metric is 0
  41.      Maximum Transfer Unit size is 1500
  42.      3633 packets received; 868 packets sent
  43.      0 input errors; 0 output errors
  44.      0 collisions
  45.  
  46. Machine Y is the same accept the IP address is 144.10.5.63.
  47.  
  48. Our route table is:
  49. ROUTE NET TABLE
  50. destination      gateway          flags  Refcnt  Use           Interface
  51. ------------------------------------------------------------------------
  52. 0.0.0.0          144.10.5.2       3      2       746           ln0
  53. 144.10.0.0       144.10.5.33      1      2       137           ln0
  54. ------------------------------------------------------------------------
  55.  
  56. ROUTE HOST TABLE
  57. destination      gateway          flags  Refcnt  Use           Interface
  58. ------------------------------------------------------------------------
  59. 127.0.0.1        127.0.0.1        5      0       0             lo0
  60.  
  61.  
  62.