circle-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [circle] Can't get The Circle running behind a NAT


From: Adon Metcalfe
Subject: Re: [circle] Can't get The Circle running behind a NAT
Date: Thu, 10 Jun 2004 13:00:18 +0800
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

address@hidden wrote:
My main box is a DMZ behind my sweet netgear wireless router/switch, and
I can't for the life of me find out how to pass the -d option to the
circle so it knows its behind a NAT. 
    

with the version in CVS, you have to type 
'circle start_proxy' instead of 'circle start', 
and it enforces the use of a proxy.
is it what you did?
  
sorry bout two emails, showing changes in daemon.py that got ti working for me (use if you are dmz or have forwarded ports)

cvs:
def run(self, initial_command = None, proxy_mode='always')

ubersimplechange:
def run(self, initial_command = None, proxy_mode='never')
  
Could you alter the code so you get
a choice (I.E. 1 for I've forwarded required ports or 2 for setup a
proxy?), This would make it heaps easier, I had to remove the
autodetection part myself to get it working. Even better would be if the
daemon left it up to the gui to decide wether to use nat/proxy, i.e.
before the gui connects it poses the question in a dialog and you choose
whatever.
    



  
I'm working on a gui in wxpython, but I can't seem to get the table's
right, hopefully will have main page, and search page done (its six
pages in notebook fashion with pretty icons) by next monday...
    

cool!

  

Attachment: flonejek.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]