contoh kasus:
punya vps / dedicated server, ingin install webserver, openvpn, dan openssh di port 80
masalah:
webserver. openvpn, dan openssh tidak bisa listen di port yang sama
pemecahan:
sslh - ssl/ssh multiplexer
sslh accepts connections in HTTP, HTTPS, SSH, OpenVPN, tinc, XMPP, or any other protocol that can be tested using a regular expression, on the same port
so,
webserver listen di 81
openvpn listen di 82
openssh listen di 22
sslh listen di 80
command:
sslh -u nobody -f -n -p 0.0.0.0:80 --ssh 127.0.0.1:22 --openvpn 127.0.0.1:82 --ssl 127.0.0.1:81
ref:
http://www.rutschle.net/tech/sslh.shtml
punya vps / dedicated server, ingin install webserver, openvpn, dan openssh di port 80
masalah:
webserver. openvpn, dan openssh tidak bisa listen di port yang sama
pemecahan:
sslh - ssl/ssh multiplexer
sslh accepts connections in HTTP, HTTPS, SSH, OpenVPN, tinc, XMPP, or any other protocol that can be tested using a regular expression, on the same port
so,
webserver listen di 81
openvpn listen di 82
openssh listen di 22
sslh listen di 80
command:
sslh -u nobody -f -n -p 0.0.0.0:80 --ssh 127.0.0.1:22 --openvpn 127.0.0.1:82 --ssl 127.0.0.1:81
ref:
http://www.rutschle.net/tech/sslh.shtml
- Putu Shinoda, Suro Dhemit, Lee Ing Lun and 5 others like this.
- Rachmat Apriyandy wah iya om...
ane kira ga ada, tadi ane coba download sendiri pakai wget, tapi ujung2nya mentok ga bisa compile source yg dah di ekstrak dari .tar.gz...
maklum masih newbie... hihi... - Rachmat Apriyandy 0.0.0.0: names must be fully specified as hostname:port
itu gimana om?
ane coba ganti 0.0.0.0 pakai ip si vps nya tetep dapet pesan error kyk gitu... - Arie Wijayanto wah salah command, harusnya:
sslh -u nobody -f -n -p 0.0.0.0:80 --ssh 127.0.0.1:22 --openvpn 127.0.0.1:82 --ssl 127.0.0.1:81 - Code Prasetyo wahhh mnteb om sukses,gw baru mulai mlh akun suspend,cm hosting nya yg bs di aksesckakakaka
- Rachmat Apriyandy kalau begini udah berhasil ya om?
http://vvcap.net/db/oULPkV1dJ2WVpQ7Cg3bC.htp - Rachmat Apriyandy habis kyk gitu kan ane tutup jendela puty nya
trus ane coba konek ssh nya via port 80
ga bisa om...
oiya ane pakai wedus om... - Arie Wijayanto 1.
jalankan "screen", klo blum ada install dulu, nanti muncul terminal baru
2.
jalankan sslh nya...See More











0 comments:
Post a Comment