Skip to content

Instantly share code, notes, and snippets.

@stereosupersonic
Last active August 5, 2020 11:50
Show Gist options
  • Save stereosupersonic/c778d43e707fc767b9e98ced7d637112 to your computer and use it in GitHub Desktop.
Save stereosupersonic/c778d43e707fc767b9e98ced7d637112 to your computer and use it in GitHub Desktop.
raspi4 tunneling
# traefik
ssh stereosonic@deimel.ddns.net -p9922 -L 4000:192.168.1.69:8080 # => http://localhost:4000
# homie
ssh stereosonic@deimel.ddns.net -p9922 -L 4001:192.168.1.69:3000 # => http://localhost:4001
# homie
ssh stereosonic@deimel.ddns.net -p9922 -L 4002:192.168.1.69:3001 # => http://localhost:4002
# radiar
ssh stereosonic@deimel.ddns.net -p9922 -L 4003:192.168.1.69:3005 # => http://localhost:4003
# monitor
ssh stereosonic@deimel.ddns.net -p9922 -L 4004:192.168.1.69:8888 # => http://localhost:4004
# protainer
ssh stereosonic@deimel.ddns.net -p9922 -L 4005:192.168.1.69:9000 # => http://localhost:4005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment