Re: [9fans] punching through firewalls...

2013-12-10 Thread Conor Williams
I will take a look at coding in the -R flag for this Steve... Gonna take a while as I will have to re-up my Plan 9 network... ... or is that it?? cw5 ...thing you'll want to do is ssh into your server but this time we're going to pass a -R flag and a port number. That flag "Specifies that

[9fans] punching through firewalls...

2013-12-10 Thread Steve Simon
Hi, In order to get remote access through a firewall I currently have a script which I run on the inside of the firewall which posts a file descriptor I can mount from home. while(~ true true){ cpu -h home -c 'rm -f /srv/work ; srvfs work /mnt/term ; while() sleep 600 '>[2] /dev/null