(Die Seite wurde neu angelegt: „=Zugang= * Vom ics: ssh -p 32636 superx@193.174.40.51 * per Shortcut: ssh lueneburg_p01 Browser Tunnel für Tomcat: *zum ics: ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998 *dort dann nach Lüneburg: ssh lueneburg_p01 -L 127.0.0.1:9998:localhost:8080 * Browseraufruf dann: http://localhost:9998/superx/ Postgres Tunnel: *zum ics: ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998 *dort dann nach Lüneburg: ssh lueneburg_p01 -L 127.0.0.1:99…“) Markierung: 2017-Quelltext-Bearbeitung |
(kein Unterschied)
|
Aktuelle Version vom 6. Mai 2025, 13:36 Uhr
Zugang
- Vom ics:
ssh -p 32636 superx@193.174.40.51
- per Shortcut:
ssh lueneburg_p01
Browser Tunnel für Tomcat:
- zum ics:
ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998
- dort dann nach Lüneburg:
ssh lueneburg_p01 -L 127.0.0.1:9998:localhost:8080
- Browseraufruf dann: http://localhost:9998/superx/
Postgres Tunnel:
- zum ics:
ssh www.super-ics.de -L 127.0.0.1:9998:localhost:9998
- dort dann nach Lüneburg:
ssh lueneburg_p01 -L 127.0.0.1:9998:localhost:5432
- Die DB-URL lautet dann: jdbc:postgresql://localhost:9998/superx