> 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