home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / tcpip / 5718 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.6 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!Germany.EU.net!pascal!lagadia!lagadia!herbert
  2. From: herbert@lagadia.gnosys.de (Herbert Niederle)
  3. Newsgroups: comp.protocols.tcp-ip
  4. Subject: Re: ProxyArp on Sun
  5. Message-ID: <1992Dec22.153432.6510@gnosys.de>
  6. Date: 22 Dec 92 15:34:32 GMT
  7. References: <1h55hvINNjdb@emory.mathcs.emory.edu>
  8. Sender: usenet@gnosys.de
  9. Reply-To: herbert@lagadia.gnosys.de
  10. Organization: GnoSys Software
  11. Lines: 36
  12.  
  13. In article 1h55hvINNjdb@emory.mathcs.emory.edu, km@mathcs.emory.edu (Ken Mandelberg) writes:
  14. >Is there a way to get a Sun that is acting a router between two ethernet
  15. >segments (subnets) to proxyarp on one side for devices on the other?
  16. >
  17. >I know how to do this if the routing is between an ethernet and something
  18. >else (say a point to point to link). "arp -s REMOTEIP ROUTERETHER public"
  19. >will do this. The problem is that this doesn't work with two ethernets
  20. >since there is only one arp table for both interfaces.
  21. >
  22. You avoid the problem, if you do the "arp -s" not on the router itself, but
  23. on any other system on each ethernet. The router (Sun) itself has to use its
  24. IP-Routing-Tables.
  25.  
  26. For example :        ----------A----B----C--- Net 1
  27.         R
  28.         ----------E----F----G--- Net 2
  29. if you do 
  30.  
  31.         B# route add <Net 2> B 0
  32.         B# arp -s G R-ether pub
  33.  
  34.         G# route add <Net 1> G 0
  35.         G# arp -s B R-ether pub
  36. it should work.
  37.  
  38. Remember, that if R is a Sun you have on both sides the same "R-ether".
  39.  
  40. Hope that helps,
  41.  
  42.     Herbert
  43.  
  44. ---
  45. +-------------------------------------------------------+
  46. |Herbert Niederle        Tel: (+49) 89 3083746    |
  47. |GnoSys Software        Fax: (+49) 2156 41485    |
  48. |                            |
  49.