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).
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? 😅
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?
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)
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.
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.
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!
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.
Fabulous use of graphics and so well-explained! Liked and subscribed. I wish you every success with your channel.
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 content is a real gem. Thanks a lot for it!
Very good and informative video! It helped me to understand and to chiise the option I needed.
Timestamps:
0:47 NAT
3:48 NAT Network
5:33 Internal Network
7:15 Bridged Adapter
8:42 Lab environment
SUPER. Exactly Exactly what I needed to test run pfsense without creating a mini network with 1000 Raspberry Pi simulating my devices
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.
Thank you so much!!! This explanation so much and opens my eyes to understand how to use VirtualBox better.
Best explanation ive heard! Thanks!
You cleared my doubt on NAT and Nat Network. Thank you very much.
Thanks for this video. Helped me out nicely.
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 explanation.. Really appreciate the good work
This is a really clear explanation. Thanks!
Yes, this information is well put together
Incredibly helpful, thank you!
such an informative video, thank you so much for sharing
Amazing. You have a new follower
thanks alot for this amazing explanation
Great Stuff. I really appreciate your effort. 👍
Thank You Very Much. Brasil.
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.
Very informative! Thanks
Good Work Sir! Thx a lot.
This is absolute gold
Se entiende muy claramente la explicación muchas gracias!
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).
Thank you so much!
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
bro thank you from my heart
Very helpful, thank you.
thanks for your effort sir
Good stuff, thanks!
how did u do the setup of last example ?plz explain how to do it.
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? 😅
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?
love this content
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)
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.
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
what if i only have one network adapter
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.