It is really, really great that there are still tech channels which actually share tech knowledge and don't just publish videos, such as "top languages to learn in 2025". I really hope you keep up with this great videos and don't become a slave to the algorithm.
@hnasr4 жыл бұрын
Man tell me about it, I made a video last year ranting about videos claiming Top programming languages in 2020 kzbin.info/www/bejne/f5uym5x8acSWh8U
@hnasr4 жыл бұрын
Man tell me about it, I made a video last year ranting about videos claiming Top programming languages in 2020 kzbin.info/www/bejne/f5uym5x8acSWh8U
@anothersonnyday9363 жыл бұрын
The only guy on the internet that explains SSH port forwarding and remote port forwarding properly.
@ThanhTran-wf2jf2 жыл бұрын
This is BY FAR the best explanation of local & remote port forwarding that I have seen anywhere. It makes it very clear exactly who is requesting what from where at each point in the request, and the separation of resources is most helpful ; most other explanations will have the requested resource and the ssh server be on the same host, not making it clear that the requested resource can actually be running on a different host. Huge thanks to you for sharing such a great video with us!
@DavidChandra9 ай бұрын
Agree with you. This is the best tutorial video.
@Abinashdash175 ай бұрын
Completely agreed.
@maxteer28002 жыл бұрын
This covered in 7 minutes (only needed local) what I've been trying to understand for a couple weeks... I normally don't "research" on youtube, but your practical example was great. Thanks so much!
@callistachang83584 жыл бұрын
Hey there - I stumbled upon your video when I was looking up reverse proxies and I just wanted to say that you're such an excellent explainer! I see from your profile that you update frequently and consistently. Thank you for doing what you do, I'd definitely recommend this site to my friends when you cover topics they like!
@hnasr4 жыл бұрын
Thank you soo much cal for taking the time to write this 🙏 very happy you like the content ! I try to upload frequently and i talk about topics that i am interested on
@GoliYardan28 күн бұрын
Your teaching clip was the best of any video I have ever seen and full understandable and simple, thanks 👍
@rvoros2 жыл бұрын
Clear, to the point, no BS explanation. Well done!
@x7331x Жыл бұрын
I have read so many articles and I was really struggling understand what happens behind the scenes. Brilliant explanation and visuals, thanks you!
@iamjirhoАй бұрын
Having difficulty to wrapped this concept around my head and you absolutely nailed the explanation!
@nabeeltahir60132 ай бұрын
this was such a clear and helpful explanation. I have been struggling with this concept for a while but you broke it down perfectly. Thank you for making it so easy to understand
@abdalla_zaki2 жыл бұрын
Man, you are the guru of back-end engineering
@LukePammant Жыл бұрын
Awesome explaination! I read (*skimmed*) 5 articles on local vs remote port forwarding and didn't grok it until I saw your visuals. Thanks for this!
@Abinashdash175 ай бұрын
super super helpful. This single video cleared all the confusion I had about local and remote port forwarding. Thanks man!!!
@АртемВовченко-у6еАй бұрын
Wow, such an amazing explanation! Thank you a lot! Finally, I have understood ssh port forwarding:)
@gangstaberry24966 ай бұрын
This is the best explanation I have found so far... Thank you so much ^^
@noahwilliams89184 жыл бұрын
Thank you for making this video Hussein! I've been trying to wrap my head around remote port forwarding for the longest damn time. I live in an area with shared wifi and I've been looking forever for a way to circumvent the stupid firewall so I can get some of those sweet sweet LetsEncrypt certs for my Raspberry Pi's! I've watched so many videos on this and not found a single one that isn't either a) using PuTTY on Windows, which is useless since it doesn't show which command line args to use or b) a purely conceptual explanation with no examples or instructions!
@hnasr4 жыл бұрын
Noah Williams thanks Noah! Glad I could help. This concept is very complex believe me I go back to my videos all the time to remember how I did things. So i try to put the commands .. which reminds me must make sure i put it on this YT description
@hashithbandara1112 жыл бұрын
i can understand this lesson very well because of terminal practice of you
@yousofebneddin74304 жыл бұрын
this is exactly what I needed. Thanks.
@demandelz3 жыл бұрын
Thank you sir. This was exactly what I needed. I don't know why on Earth I had so much trouble building a remote ssh tunnel, but I did and it was only after viewing your video that I was able to get everything working solidly. Once again thank you for the clear explanation.
@mrdr953429 күн бұрын
Thanks for taking the time and effort of making this great video and sharing Your knowledge !! :) Best regards
@gillfromamritsar4 жыл бұрын
Great Video, I am using this technique to create tunnel from my local to server, additionally, I am using "-fNL" params. The -f option tells the ssh command to run in the background and -N not to execute a remote command.
@hnasr4 жыл бұрын
jatin seth thanks Jatin for sharing! Nice tips 👍
@meryemeaitahmed-brahim3082 Жыл бұрын
Your video helped me understand a lot of things, thank you!
@varghapayandeh30243 жыл бұрын
Also a wonderful video with explanation and examples. Thank you!
@mostinho73 жыл бұрын
2:00 local vs remote port forwarding 5:00 Clear example of local port forwarding Forwards local traffic originating from my machine to a public ssh server which then forwards it to the private server we’re accessing.
@mohammade.87704 жыл бұрын
Been waiting for this. Great video by the way
@hnasr4 жыл бұрын
Enjoy 😊
@AshutoshKumardevx3 жыл бұрын
Super Video, Exactly what I need!
@vladislavkaras491 Жыл бұрын
Really thanks for the explanation! It was great!
@jorgensenabrahamson64794 жыл бұрын
I don't have a public dynamic ip. My ISP shares my IP with others, it means I am behind a NAT. I tried to use remote port forwarding to see my DVR and NAS, but the problem is that I can not publish ports in my router. In the example described in the video that tunne it's not needed, you could configure the router to forward the ports of that internal resource with out needing a 3rd party server. However, I am able to see a port of an external database server and see it as a local resource.
@hnasr4 жыл бұрын
Ill make a video on this topic you can use ngrok.io
@jorgensenabrahamson64794 жыл бұрын
@@hnasr I evaluated that solution but it's limited :( thanks for your really quick answer
@hnasr4 жыл бұрын
Yes it is very limited and terminates your connection.. best way is to purchase a tiny vm from linod
@jorgensenabrahamson64794 жыл бұрын
@@hnasr what could I do with that? I have my own server in cloud at cost, that's where I tryied to do the tunneling solution , what do you suggest to install to achive my purpose?
@jorgensenabrahamson64794 жыл бұрын
I'll try this superuser.com/questions/277218/ssh-access-to-office-host-behind-nat-router
@dffabryr3 жыл бұрын
Excellent explanation Hussein !! Thank you
@acooper9783 жыл бұрын
Thanks for this! You have a really good way of explaining things. Appreciate it :)
@SkreenGG4 жыл бұрын
Wow, this was a great video, I was able to learn a lot from this. Great examples, and great and clear speech. Thank you very much for this brother.
@hnasr4 жыл бұрын
Glad you enjoyed it!
@breakersun Жыл бұрын
So clear my man. Thank you
@bjornotto984 жыл бұрын
Thanks, definately had a woah moment when the web interface of process on my aws server popped up So usefull!
@RM-cv4tl4 жыл бұрын
You explained that very well. Thank you
@hnasr4 жыл бұрын
R M thanks😊 appreciate it!
@hugh1a0013 жыл бұрын
This was extremely well explained and easy to understand. You have a calling as a teacher I believe ;)
@cipherswami3 жыл бұрын
awesome, got everything in the shot !!!
@davidfernandotorres34842 жыл бұрын
Love your video bro! Keep working on them 💪🏼💪🏼
@m3ntas2 жыл бұрын
Very well explained dude. Thnk u so much!😉
@морс-ф3д Жыл бұрын
Brilliant tutorial!!!!!!!!!!!!!!!! Thank you Hussein!)
@leamon90242 жыл бұрын
The best ssh tunneling tutorial ever!!! Thanks for your hard work, Hussein. Could you also talk about dynamic tunneling if possible?
@amrhussein16772 жыл бұрын
Many thanks man for this simple way 👏🏻
@yogeshbavishi643254 ай бұрын
Thanks for such a greate explanation🎉
@anirbandutta13714 жыл бұрын
Understood very well ..Thank you ... To make things very very clear and less confusing you could have used a cloud VM for public SSH server ...
@omarjarkas21753 жыл бұрын
Thanks for the video Hussein
@gnanaprakash-ravi4 ай бұрын
Great video, really helped, thanks!!
@carloscoliver94274 жыл бұрын
Wello Done, bro... Awesome Explanation!!
@hnasr4 жыл бұрын
Thanks Carlos 😊🙏
@super3d201 Жыл бұрын
Thanks for this great video, it helped alot.
@soldadopreciso3 жыл бұрын
Thanks pal, greetings from Ecuador.
@bionic10394 жыл бұрын
I think I love you. Subscribed, liked, and added to favourites, GOOD JOB BRO, thank you very much!
@hnasr4 жыл бұрын
Bionic ❤️❤️ *sending love back * enjoy the content
@TyphoonBeard4 жыл бұрын
Thank you very much for the great explanation! I have been wondering, if it is possible to achieve the same thing (hosting a web server) if my router gets a private IP from the ISP... I just cannot find a straight forward tutorial or explanation, how this thing may work. In your use case, if I understood correctly, you use the public IP of the router, but mine is private as it doesn't match with the IP what I see from "outside" ip tracking webpages, and the port forwarding simply doesn't work.
@marcelo_luz4 жыл бұрын
Im also interesting to know about it, since i dont have a static IP and my ISP blocked the majority of the ports.
@TyphoonBeard4 жыл бұрын
Marcelo, the only option I found is, to use a service like ngrok or other alternatives with similar functionality. Basically it is a service, which creates a channel between your server and an external hosting service. The mentioned one has some free possibilities, so you can try it out just by creating a free account. For a paid plan you can also create your own domain if you like. I hope this helps a little. Cheers!
@marcelo_luz4 жыл бұрын
@@TyphoonBeard thank Florián, I'm here breaking my head.. at the moment I'm trying ngrok without success. Actually I just wanna turn on my computer over the lan (Wake on LAN remotely - WOL/WOW).
@BradMore4 жыл бұрын
Thanks for the nudge in the right direction ... helped!
@decoder68783 жыл бұрын
Great video👌🏻
@cygnemignon55072 жыл бұрын
Thank you ! fantastic explanation :)
@leongszekim17273 жыл бұрын
Very detail explaining, thanks
@HOOHA3332 жыл бұрын
On @9:05 I did not get one thing, when someone login using user ID pi on your machine, not on raspberry pi, how after logging in we reached to raspberry pi ?
@ishanmisra53363 жыл бұрын
You are a nice person... : Stay awesome...
@kudorgyozo4 жыл бұрын
Excellent explanation
@danyvangoch35863 жыл бұрын
Really good video. Thank you!
@carsonyuh3 жыл бұрын
this helped me a lot. thank you.
@clapandslap3 жыл бұрын
Thanks a lot! That's pretty clear and useful.
@sharkdavid3 жыл бұрын
This was great Thanks ✌
@securiosityy Жыл бұрын
This is a really good explanation of SSH tunneling and port forwarding! Unfortunately one can only appreciate the accuracy after seeing so many very confusing and even incorrect explanations on KZbin. It's important to get the terms right and use proper examples (e.g. "local" or "remote" from which machine's perspective) and where the connection is initiated etc. Too often something like "SSH -R 1080:localhost:1080" is used which is the worst way, as students can't see which machine each component is referring to and what's actually happening here. So, thank you for going the extra mile with the diagrams and being careful with how you use the terminology.
@ganges66613 жыл бұрын
Yah habibi. I love the accent. Thank you for the video!
@michaelcastanaro37603 жыл бұрын
Great explanation, Hussein. Thank you!
@nansenejames82192 жыл бұрын
Thanks dear it helped me alot
@noambitions3 жыл бұрын
Good video! What's the software that produce the red mouse pointer trailing in your video BTW?
@i.i2 жыл бұрын
thanks alot
@TanuKart4 жыл бұрын
How to set up Remove Port Forwarding if your ISP also blocks SSH access remotely?
@hnasr4 жыл бұрын
Interested to know how do they block it.. wonder if it is on the port.. can you change port 22 and run openssh on a custom pprt?
@TanuKart4 жыл бұрын
@@hnasr Looks like they block all ports for incoming traffic. Even ports such as 80, 21,22, 23. I've tried them all
@supa19543 жыл бұрын
So i setup Pi-Hole on my Raspberry pi, with Pi-Vpn to install openvpn alongside my Pi-hole then i logged into my router made it a static ip, now im trying to setup port forwarding to the raspberry pi on port 1194 that openvpn uses What confuses me is my router asks for a internal host ip which i set to my Raspberry Pi's ip, and external host ip, i ended up leaving the external host ip blank, im trying to access my Pi-Hole Adserver while im at work does that require me to put a ip for the external host? I made my internal port, and external port 1194
@nixexd2 жыл бұрын
Hi Mr. Hussein. I like to ask some Question. How to fix Connection refused when run the ssh command and fix bad local forwarding specification 'ip adress'?
@Eagle-md6ku4 жыл бұрын
Why did you have to create a name for your machine's IP on the public DNS server? (The noIP website @ 8:33) Is this a required step or can I just use the SSH server's IP?
@hnasr4 жыл бұрын
No reason you may use the public IP address just wanted an easy way to write it down
@pdamiano4 жыл бұрын
amazin video, TY !!!!
@tushargoel50498 ай бұрын
Hi Hussein Even if we do not use ssh command to access the remote server, we can still access it by making a TCP req on public ssh server on port 22, right?
@yasirmaqsood92603 жыл бұрын
do we have to install frontier communications or what. I am completely new. Kindly guide
@TechnicalHeavenSM4 жыл бұрын
Nice explained.. But I have a problem.. What do I do if I have access to only one device on the private network (in which my web/game server is running)?
@sohamroy60044 жыл бұрын
thank you for making such a great content
@mohamedirfan28162 жыл бұрын
Thankyou so much!
@kunalpatil79683 жыл бұрын
Getting below error in public port forwarding: Warning: remote port forwarding failed for listen port XXXX Any reasons?
@founderofisis66274 жыл бұрын
Hey you got some cool stuff. Thanks!!
@syedhannan546 Жыл бұрын
is the same possible to do using putty settings?
@thecatleo6 ай бұрын
for remote port forwading why are using two machines 10.0.0.3:8080 and 10.0.0.4? by the way 10.0.0.4 is not even used in the SSH command. can u please clarify?
@BaoTran-jo8lj Жыл бұрын
Hi I am new to this field. May I ask if I open GateWay publically, will there be some hackers have an ability to access my server? Thanks.
@lands14594 ай бұрын
i'm trying to forward something from my NAS on port 8080 and i'm doing ssh -R 8080:localhost:8080 user@ip and i can't seem to connect to it from ym vps when i connect to the VPS IP address. do i have the wrong IP? if i do this on my PC, i can forward anything on the PC to my VPS as long as i'm connected to wireguard and if that user connects to my internal wireguard IP (10.190.x.x)
@palaniappanrm62774 жыл бұрын
This was an eye opener for me. This is so powerful actually. But the public SSH servers available will actually block these stuffs right?
@hnasr4 жыл бұрын
Glad its helpful! correct its rare to find a public ssh server that has port 22 open but very easy to spin one up with a $5 droplet from cloudflair even cheaper
@thegame85383 жыл бұрын
I am trying to find a place to buy SSH Tunnel no-login servers. Have any ideas?
@mahdibouguerzi7 ай бұрын
Thank you!
@pigtv37592 жыл бұрын
This is possible use this with 4g cg-nat connection. I need port for dvr.For ssh this is possible to use with rpi model b and vps with public ip.
@DaRKeN584 жыл бұрын
How do I do this with nginx in WinNMP, a step by step please, thank you very much.
@sl-agent0474 жыл бұрын
How to use this with SNI To access internet freely using content base packages from ISP
@bestcodepractice78983 жыл бұрын
Thank you soo much brather i hoop you happy
@empuraan47102 жыл бұрын
Anyone else get a port conflict on port 22 in the port forwarding example (in the router setup) ?
@aymanpatel58623 жыл бұрын
Can you do a video on Dynamic port forwarding using SOCKS5 protocol?
@diegoc80834 жыл бұрын
Awesome! Thanks
@giugot874 жыл бұрын
Is it possible between two windows pc? I can't set a ssh tunneling to have an encrypted vnc connection (in a local connection I can, but remotely I can't). Any idea?
@Karurosagu4 жыл бұрын
what happens if a captive portal has port 22 blocked, how do i make a tunnel?
@varghapayandeh30243 жыл бұрын
What is "raspberry2" pointing to. I mean, do you have that in your hosts file to be something like 127.0.0.1?
@vidmantasdd3 жыл бұрын
Hi. I'm newbie with SSH. Can you please tell me, does it possible have remote connection via SSH between two computers ( I mean between two different countries) and transfer files between them, without involving third party servers? And if possible, how I can do this in Ubuntu terminal. Thanks
@raulmunoz38784 жыл бұрын
Awesome 🖖
@إبراهيمالهلالي-ش7ش Жыл бұрын
when i heard RRRRRouter i immediately glanced to the channel name , lol