TeamRemote / remote-sublime

Remote Collab for SublimeText
http://teamremote.github.io/remote-sublime
MIT License
44 stars 5 forks source link

I'm behind a Firewall #10

Closed marcioAlmada closed 10 years ago

marcioAlmada commented 10 years ago

Silly question ahead.

Nobody could connect with me. Do I need to open a specific port? What port?

Cheers!

marcioAlmada commented 10 years ago

OK, I can see in console it's port 12345. Can I change the default port? :)

hawkw commented 10 years ago

The host currently listens for a remote connection on port 12345, so if you open that, you should be able to host. Eventually, the host port will be set in a configuration file, but I haven't gotten around to it yet.

hawkw commented 10 years ago

You kinda beat me to it there. If you'd like the ability to set the host port in a config file, that's on my to-do list - see issue #8.

My main dev environment is kind of bricked at the moment, though, so it may be a few days while I wait for some computer parts. If you can't wait and you wanna add that functionality yourself, go ahead and fork the repo - I'd be happy to merge in any changes you make. It shouldn't be much work if you know the Sublime API.

marcioAlmada commented 10 years ago

:+1: