Skip to content

Instantly share code, notes, and snippets.

@MaLaCoiD
Created February 14, 2012 00:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaLaCoiD/1822027 to your computer and use it in GitHub Desktop.
Save MaLaCoiD/1822027 to your computer and use it in GitHub Desktop.
CJDNS Web Interface

Verify the server socket in cjdroute is open:

 $ netstat -l |grep 11234
 tcp        0      0 localhost:11234         *:*                     LISTEN

Start the server:

 /cjdns$ build/admin/http/HttpServer 127.0.0.1:11234 `pwd`/admin/http/

Verify it bound to a port:

 $ netstat -l |grep 51902
 tcp6       0      0 [::]:51902              [::]:*                  LISTEN

You should be able to use SSH port forwarding to access the port on a headless server: Go to this URL on your workstation, once the ssh-port-forward to the server is made http://127.0.0.1:51902

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment