home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / programm / 5662 < prev    next >
Encoding:
Text File  |  1992-12-11  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!gatech!news.ans.net!cmcl2!panix!rayc
  3. From: rayc@panix.com (Ray Compton)
  4. Subject: Re: Problems when broadcasting (Yet More....)
  5. Message-ID: <1992Dec12.015723.26606@panix.com>
  6. Date: Sat, 12 Dec 1992 01:57:23 GMT
  7. References: <Bz3t52.Br2@gabriel.keele.ac.uk>
  8. Organization: League of American Wheelmen - the LAW
  9. Lines: 42
  10.  
  11. In <Bz3t52.Br2@gabriel.keele.ac.uk> u0g78@keele.ac.uk (Martin Steed) writes:
  12.  
  13. >Essentially I have 3 networks, each of which has several hosts on it.
  14.  
  15. >Network 1 is a small network of Sparc IPX's and SparcStations
  16. >Network 2 is a network of a few SparcStation 2's and a Sequent Symmetry.
  17. >Network 3 is a large network containing many different machines.
  18.  
  19. >One of the Sparc 2's on Network 2, is also on Network 1. The Sequent on
  20. >Network 2 is also on Network 3.
  21.  
  22. >My dameon is running on a few machines on each network.
  23.  
  24. >My client program broadcasts out onto all 3 networks, gathering responses.
  25.  
  26. >If I start my client on Network 1, or Network 2 then it successfully gets
  27. >the replies I would expect, with a few exceptions, no host on Network 3
  28. >replies, and the Sequent on both Networks 2 and 3 does not respond.
  29.  
  30. >If I start my client on Network 3, then it works fine and I get responses
  31. >back from all 3 Networks.
  32.  
  33. >Investigating further, it would appear that packets going from either
  34. >Network 1 or Network 2, get no further than the sequent.
  35.  
  36. [stuff deleted]
  37.  
  38. I think your 3 network are using different flavors of broadcast addresses.
  39. SUN's (BSD based) use 0 broadcasting (192.a.b.0) where 'other' machines 
  40. that aren't BSD based will use 1 broadcast (192.a.b.255).  What is a
  41. broadcast to one net is a nulling netmask to another.
  42.  
  43. I don't know what the Sequent is running, but try to force it to use 0
  44. or 1 as broadcast's (via ifconfig?? maybe??).
  45.  
  46. Hope it helps,
  47. /rayc
  48. -- 
  49. *---------------------------------------------------------------------*
  50. * magic    o-->    more magic  | Ray Compton       | "A waste, is a   *
  51. *                              | <rayc@panix.com>  |  terrible thing  *
  52. *   Don't touch that dial !!   | <rayc@command.com>|  to mind" - NRC  *
  53.