Twisted seems to open port 7654 on all interfaces:

[twisted.internet.tcp#info] _PeerPoolFactory starting on 7654

netstat -a | fgrep 7654                                                        
tcp4       0      0 *.7654                 *.*                    LISTEN

and indeed, I can connect to it off-box. What is the purpose of this port?

Joe