This comments section is a little quiet so let me be the first. Are you finding these videos covering these foundational topics interesting, and if so what other foundational IT/cyber security topics are you getting stuck on and want me to cover in future videos? Lets get the conversation started.
This is the best VMs networking explanation so far. Voice explanations and the graphical images are just the right ones for the best understanding of the topic. I'm very appreciate your work!
I need a Bridged connection! That's all it was. All this time watching other videos being taught to use a Host-only connection with carefully chosen static IP addresses and the firewalls turned off! I can't believe it's working now! Thank you!
Provide us with a quick guide on how to setup the intnet network to connect to the WAN through the Firewall. I've tried multiple times to make it work (outbound, port forwarding but nothing is working).
My host device is windows 11. I have a VPN that allows me to connect to internal infrastructure that is not open to the public. I have a Kali in my VM machine with the network set bridges adapter. The problem is I cannot tested or connect to internal infrastructure to test the security of servers etc. is there a way around this?
Ok I m subscribing clean explanation, tho I have a current situation that I m trying to resolve now and that’s how I stumbled here. I m using a Free VPN windscribe and i have VMs running Wazuh all bridged network adaptors, now for the VMs to see the change in public IP by the VM I need to be on NAT but being on NAT removes the IPs given to the VMs by the hosts dchp (my router) what do I do to keep the IPs, connectivity between Wazuh components and also ensure the VMs see the VPNs new public IP? 😅
i m pentesting in my lab using (metasploitable) and using NAT network as a network parametre can some tell me if that will be a threat to my host machine (windows)
Please. I have VB and VM. I have virtual machines on VMware and my Kali on Virtual box. I want all of them to communicate with each other. What settings do I make use of.
In NAT mode, does each virtual NAT device get a unique ip address on the external interface from the physical network? And if so would the vms be able to reach each other via port forwarding, with traffic going out the host to the physical network, then back into the host?
Hi, thanks for watching, no, when you use port forwarding in NAT mode the external address is your host's (physical computer) IP address. If you have one of your VM you want to make accessible to both your physical network and virtual network you can setup port forwarding on it and access the service on the host physical IP + the port you mapped, however, if you have more than one VM you wish to host services on while in NAT mode, I suspect you will run into issues because NAT mode by default always gives the guest VM an IP of 10.0.2.5 so VirtualBox won't know which VM you are mapping/forwarding to if all of them use 10.0.2.5 if that makes sense, unless you manually assign a different IP to each VM. Personally, I think to make this less cumbersome you should consider using either a bridged network mode or putting all your VMs that need to communicate with one another into a NAT Network mode or Internal network. Hopefully, this helps.
i am unable to ping kali (192.168.1.10/24) and opnsense (192.168.1.254/24) on virtualbox ...both are on the same network (inet), when i ping opnsense from kali, following is the reply message. From 192.168.1.10 icmp_seq=125 Destination Host Unreachable
same reason I came to this video tonight. did you find a solution? the only thing that is working for me is switching all my VMs to the bridge. But I do not want my VMs in communication with my actual machine.
This comments section is a little quiet so let me be the first. Are you finding these videos covering these foundational topics interesting, and if so what other foundational IT/cyber security topics are you getting stuck on and want me to cover in future videos? Lets get the conversation started.
This is the best VMs networking explanation so far. Voice explanations and the graphical images are just the right ones for the best understanding of the topic.
I'm very appreciate your work!
Thanks for watching, glad it was helpful!
I need a Bridged connection! That's all it was. All this time watching other videos being taught to use a Host-only connection with carefully chosen static IP addresses and the firewalls turned off!
I can't believe it's working now! Thank you!
This was really, really good. The key point was configuring default gateway of other nodes in the network to firewall's LAN address. This is good.
SUPER. Exactly Exactly what I needed to test run pfsense without creating a mini network with 1000 Raspberry Pi simulating my devices
This content is a real gem. Thanks a lot for it!
Fabulous use of graphics and so well-explained! Liked and subscribed. I wish you every success with your channel.
Thanks for this video. Helped me out nicely.
This video cleared a lot of concepts. Thanks. 👍
good shit man. love the simple and straight forward explanations w plenty of diagrams and visual stuff
Thank you. The best explanation that I can find.
You cleared my doubt on NAT and Nat Network. Thank you very much.
Thank you so much!!! This explanation so much and opens my eyes to understand how to use VirtualBox better.
Great explanation.. Really appreciate the good work
Best explanation ive heard! Thanks!
This is a really clear explanation. Thanks!
Yes, this information is well put together
Incredibly helpful, thank you!
very good series, still waiting for diving in BlueTeam and RedTam series in Deep...keep Going very good tutos and explanation untill now !
Thanks for watching!
Great Stuff. I really appreciate your effort. 👍
Se entiende muy claramente la explicación muchas gracias!
such an informative video, thank you so much for sharing
Amazing. You have a new follower
Thank You Very Much. Brasil.
thanks alot for this amazing explanation
Excellent information presented very well!!
Thank you!
With NAT Network interface enabled, my VMs connect to each other but I can never access the internet. Am I missing something?
Make sure "Cable Connected" is checked in network settings and also check the network gateway if that doesnt work
@@funnynumber69420 Thanks for your input! Cable connected is checked indeed.
This is absolute gold
Very informative! Thanks
Good Work Sir! Thx a lot.
Provide us with a quick guide on how to setup the intnet network to connect to the WAN through the Firewall. I've tried multiple times to make it work (outbound, port forwarding but nothing is working).
bro thank you from my heart
how did u do the setup of last example ?plz explain how to do it.
My host device is windows 11. I have a VPN that allows me to connect to internal infrastructure that is not open to the public. I have a Kali in my VM machine with the network set bridges adapter. The problem is I cannot tested or connect to internal infrastructure to test the security of servers etc. is there a way around this?
Ok I m subscribing clean explanation, tho I have a current situation that I m trying to resolve now and that’s how I stumbled here. I m using a Free VPN windscribe and i have VMs running Wazuh all bridged network adaptors, now for the VMs to see the change in public IP by the VM I need to be on NAT but being on NAT removes the IPs given to the VMs by the hosts dchp (my router) what do I do to keep the IPs, connectivity between Wazuh components and also ensure the VMs see the VPNs new public IP? 😅
i m pentesting in my lab using (metasploitable) and using NAT network as a network parametre can some tell me if that will be a threat to my host machine (windows)
thanks for your effort sir
Using virtual networks for years , but didn't observed the concept as you made , explanation was just amazing.
How can i connect with you on LinkedIn.
Hi and thanks for watching! I sent you an invite via LinkedIn
Good stuff, thanks!
Very helpful, thank you.
love this content
Please. I have VB and VM. I have virtual machines on VMware and my Kali on Virtual box. I want all of them to communicate with each other. What settings do I make use of.
you can either use Nat network, or bridged network
good teacher
In NAT mode, does each virtual NAT device get a unique ip address on the external interface from the physical network? And if so would the vms be able to reach each other via port forwarding, with traffic going out the host to the physical network, then back into the host?
Hi, thanks for watching, no, when you use port forwarding in NAT mode the external address is your host's (physical computer) IP address. If you have one of your VM you want to make accessible to both your physical network and virtual network you can setup port forwarding on it and access the service on the host physical IP + the port you mapped, however, if you have more than one VM you wish to host services on while in NAT mode, I suspect you will run into issues because NAT mode by default always gives the guest VM an IP of 10.0.2.5 so VirtualBox won't know which VM you are mapping/forwarding to if all of them use 10.0.2.5 if that makes sense, unless you manually assign a different IP to each VM.
Personally, I think to make this less cumbersome you should consider using either a bridged network mode or putting all your VMs that need to communicate with one another into a NAT Network mode or Internal network. Hopefully, this helps.
thank you very much
Can this explanation be used for VMWare as well? or it works slightly different?
Thanks for watching, there is a slight difference, yes, but the underlying networking concepts are basically the same.
Thank's man.
i am unable to ping kali (192.168.1.10/24) and opnsense (192.168.1.254/24) on virtualbox ...both are on the same network (inet), when i ping opnsense from kali, following is the reply message.
From 192.168.1.10 icmp_seq=125 Destination Host Unreachable
same reason I came to this video tonight. did you find a solution? the only thing that is working for me is switching all my VMs to the bridge. But I do not want my VMs in communication with my actual machine.