From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5ef1ca87ddf8a8c1c4a3f5c5cb0d71f5@quanstro.net> To: 9fans@9fans.net From: erik quanstrom Date: Thu, 19 Jun 2008 14:50:14 -0400 In-Reply-To: <2D174F3B-C811-46F3-8DAB-CE815738665B@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Getting drawterm to work in Leopard (again) Topicbox-Message-UUID: c3512a62-ead3-11e9-9d60-3106f5b1d025 > Hello. I'm trying to get drawterm to work in Leopard again. Here is my > command line: > > drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' - > s 'tcp!127.0.0.1!5356' -u pietro > > The problem was that it told me the connection refused. I told the > firewall to open ports 17010, 2567, and 5356, and I got "AS protocol > botch" after entering my password. I then told it to open all ports > 1-32768, and QEMU failed to start. > > What are the correct ports? Thanks. ; for(i in guard ticket secstore exportfs rexexec cpu) ndb/query tcp $i tcp=guard port=566 tcp=ticket port=567 tcp=secstore port=5356 tcp=exportfs port=17007 tcp=rexexec port=17009 tcp=cpu port=17013 the easiest way to derive this information is by looking in /rc/bin/service and eliminating the ones you know aren't used. btw, this command line is equivalent: drawtern-osx-intel -c 127.0.0.1 -a 127.0.0.1 - erik