home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / sybase / 573 < prev    next >
Encoding:
Text File  |  1992-12-28  |  2.7 KB  |  57 lines

  1. Newsgroups: comp.databases.sybase
  2. Path: sparky!uunet!shearson.com!mbsdev8!mneer
  3. From: mneer@mbsdev8.shearson.com (Marc Neer)
  4. Subject: Re: Can SYBASE Server listen on two ethernet interfaces?
  5. Message-ID: <1992Dec28.144015.2313@shearson.com>
  6. Keywords: SYBASE server ethernet interfaces subnets
  7. Sender: mneer@mbsdev8 (Marc Neer)
  8. Organization: Shearson Lehman Brothers
  9. References:  <1992Dec25.014046.6506@sol.UVic.CA>
  10. Date: Mon, 28 Dec 1992 14:40:15 GMT
  11. Lines: 44
  12.  
  13. In article <1992Dec25.014046.6506@sol.UVic.CA>, justice@dao.nrc.ca (Gerald Justice) writes:
  14. |> We have two ethernet interfaces on our SS2 server and we would like to have
  15. |> clients on both of the attached subnets be able to connect to the "direct"
  16. |> interface rather than be routed through another sun server to get to the
  17. |> SS2's primary ethernet interface.   For more remote clients we still want to
  18. |> avoid the extra hop by going to the closest interface.  But apparently the
  19. |> Sybase server only listens on one interface.  A call to Tech Support
  20. |> seems to confirm this but it was not at all apparent that the person I
  21. |> spoke really even understood what I wanted to do.  By the way this is not
  22. |> a performance issue so much as a reliability issue, we don't want the
  23. |> remote sites to have to depend on the third-party server having to be up just
  24. |> to route the packets to the second sub-net.  If we turn it around then it
  25. |> becomes a performance issue because we will be moving our local traffic which
  26. |> is much more significant through this third-party server and that would be 
  27. |> unacceptable.  We could reconfigure the topology so that the local traffic
  28. |> and remote traffic appear on the same sub-net but it seemed so simple to
  29. |> have two interfaces and after all whoever heard of a network application
  30. |> which cared what interface the connections were arriving on?
  31. |> ---
  32. |> Gerald Justice
  33. |> Unix Systems (and Sybase) Manager
  34. |> Phone:     (604) 363-0055  PDT      Fax:    (604) 363-0045    Telex:  049-7295 
  35. |> Internet:  justice@dao.nrc.ca       Mail:   Dominion Astrophysical Observatory 
  36. |>                                             National Research Council (Canada) 
  37. |> BITNET:    justice@nrcdao                   5071 W. Saanich Road 
  38. |>                                             Victoria, B.C.   CANADA  V8X 4M6
  39. |> 
  40.  
  41. It is possible for the dataserver to listen on more than one port.  This is
  42. accomplished by setting the hostname to 'nullhost' for the master device.  Leave
  43. the other devices, query, console, etc., to the obvious hostname.
  44.  
  45. e.g.
  46.  
  47. #
  48. SYBASE
  49.     query tcp sun-ether host1 5000
  50.     master tcp sun-ether nullhost 5000
  51.     console tcp sun-ether host1 5000
  52.  
  53. This will cause the server to listen to all incoming traffic.  Of course,
  54. this to open up security issues accross a WAN.  Have fun.
  55.  
  56. mdn
  57.