From Fedora Project Wiki

Revision as of 18:46, 5 August 2013 by Kevin (talk | contribs) (update for port 80)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

FlockProxy

Introduction

Many times at events, contributors need to access various network resources that may be restricted from the event network. In order to mitigate any issues like this, Fedora Infrastructure has created a proxy server in our openstack cloud that can be used as a proxy from event networks.

Transitory

The current proxy instance will be active from Monday Aug 5th, to Wed Aug 14th. (For the flocktofedora conference).

Please do not store any data on this server, it will be completely and irrevocably deleted at the end of the conference.

Access

  • You will need to be in cla_done + one other group (the same requirements as access to fedorapeople.org).
  • You will need to install sshuttle (available in Fedora and EPEL).
  • Run:

(if dns is not working)

sshuttle -r yourfasname@209.132.184.151 0/0

or

(if dns is working)

sshuttle -r yourfasname@flockproxy.cloud.fedoraproject.org 0/0

or (if port 22 is blocked you can use port 80)

sshuttle -r yourfasname@209.132.184.151:80 0/0

or (if port 22 is blocked you can use port 80)

sshuttle -r yourfasname@flockproxy.cloud.fedoraproject.org:80 0/0

  • Now all your network traffic should proxy via your ssh connection and you can get your work done.

Disclaimer

We reserve the right to block/close/stop anyone who is interfering with the network for others or otherwise using the proxy in a way that does not serve the best interested of the Fedora Project, our sponsors or our conference hosts. Please be considerate.