Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!network!ucsd!ucbvax!umn-cs.cs.umn.edu!tjan From: tjan@umn-cs.cs.umn.edu ("Bosco Siaufung Tjan") Newsgroups: comp.sys.ti.explorer Subject: Re: ti problems Message-ID: <8908140127.AA24849@umn-cs.cs.umn.edu> Date: 14 Aug 89 01:27:19 GMT References: <17390@bellcore.bellcore.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 67 There seems to have a solution that has been discussed sometimes ago: -------------------------------------- From: macbeth.usc.edu!venkat@oberon.usc.edu (V. Venkateswar) Organization: University of Southern California Subject: Solution to ICMP error on broadcast messages Message-Id: <15240@oberon.USC.EDU> Sender: info-ti-explorer-request@sumex-aim.stanford.edu To: info-ti-explorer@sumex-aim.stanford.edu Status: OR Somebody on the net was complaining that he only sees questions on the net. Never the solutions. My problem was solved recently --- The problem ============ I had a network problem with our Explorer-II (TCP/IP protocol). Whenever it received a broadcast message (eg:with the address 128.125.0.0), it responded by sending an ICMP error packet. This cluttered our network. The solution ============ Based on the suggestion form Paul Fuqua I found that the :INTERNET-SUBNET-MASKS attribute of the :NETWORK entry in the namespace of my explorer was NIL. I updated it to ("128.125.0.0" "255.255.0.0"). Hotline (512)250-7404 struggled for a week and came up with this patch. Add the following code to the case statement in the function "(defun-method portmap-dispatcher (svc-request stream)" in the file sys: rpc; portmap.lisp (case .. .. ;;*******************ADD THE CODE BELOW***************** (#.pmaproc-callit (ignore)) ;;******************ADD THE CODE ABOVE*************** (otherwise .. .. ) This presumably prevents the explorer from giving out an error on broadcast messages. ============= After these two "fixes" I have had no problem with the explorer at all. More power to Hotline and Paul Fuqua! V.V. p.s. Yet to figure out which one of the above fixes actually solved my problem. ------------------- end forward message. Bosco Tjan Phone (612) 625-0876 Lisp Machine Adminstrator Email tjan@umn-cs.cs.umn.edu University of Minnesota (Twin Cities)