Thanks a ton Corey for making such wonderful and helpful tutorial, after long search landed on this and made things working. Keep the good work posting... :)
watched this entire video and gained so so much from it and it took literally 2 hours since I had to do research on troubleshooting but definitely something worth the time. great video Corey ❤thanks
The /etc/network/interfaces file is no longer available in newer version. Ubuntu 18.04 and above uses netplan to configure your network. Netplan is used instead, the configuration file is in the /etc/netplan/ directory.
thank you man. This video is clear and the explanation is the best. i subbed to you. You helped me finish my assignment which to copy some shit from one virtual machine to other vms. Thumbs up for the video .
for some reason on my window pc VM preference i dont see the host only networks tab. But I can see in my PC network adapter section that Host Only Ethernet Network is present. Please explain reason for this.
Why use NAT in one adapter and Host only in another? why not use bridged networking, will it not give access to both interconnection between VM and also internet? is there any advantage of using 2 adapters instead of one bridged networking?
Hi Corey, thanks for your very productive video. At minute 8.56, your duel hosts showing the result from ifconfig -a with enp0s3, .0, enp0s8 and lo. However, I do see enp0s3 and lo only.I went ahead and updated interfaces file, but that did not help. I appreciate your reply.
I'm trying to do this on Ubuntu 20.04.1 LTS (Guest) and Arch Linux (Host), however on the guest machine, /etc/network/interfaces has apparently been obsoleted. What should I do here? Does this only work with Ubuntu 16.04?
what if I only have one network adapter? Is there a way to set it up so that I can use my Ubuntu vm to ssh into my CentOS machine? Both currently have the same adapter with the same IP address. :/
There are 2 interfaces the enp0s3 and enp0s8... I don't get how your interface file does not provide a specification for the enp0s3 yet somehow when you ifconfig -a it shows an ip assignment. ... I'm stuck at this stage for some reason... I just can't seem to match the enp0s3 and the enp0s8 to the appropriate Virtual Machine network adapter offering. Any insight on this would be useful... This essentially shuts down the NAT connection and I can't get any internet access to the server. Everything else is identical.
I want to cover those topics, yes. I'm not sure if I will cover them in the immediate future though just because I have a couple of series' I need to finish first.
That was a great tutorial, thank you! I've got an extra question and hope someone can give me an hint. For example in the video ubuntu-1 git the IP: 192.168.56.100. There are 2 network adapters defined. As far as I understand NAT for internet and the second for the communication inside the vm network. Now the question: What would be the approach to connect and lets say ping ubuntu-1 from another physical machine (e.g. an Raspberry Pi), which is connected to the host pc? Do we need a third adapter allowing the connection between them?
Yes, that's a good one to know. I've used it in the past and slowly got away from it. I'll probably try to start using it again in the near future and possible do some videos on it.
Hmm, there could be a lot of reasons it isn't working. Are you sure they're on the same Host-Only network and that you've set all of the static IPs correctly?
I will try tonight!. Thank you for your answer. Really love your tutorial. I enjoy one of your video per night. Thank you for sharing your knowledge and your skillful teaching technique!
I have the same issue. I'm running Windows 10 on the host and I followed the directions explicitly and rechecked them many times. I can ping the host from the virtual machine, but I can't ping the virtual machine from the host. I can ping 192.168.56.1 from the host, but I can't ping 192.168.56.100 (the virtual machine) from the Windows 10 host. Do you have any idea what could be causing the issue? Mike
I solved my issue. It was caused by the Windows 10 Firewall. This is what I did: Start Windows Firewall (Control Panel) Choose Windows Firewall Properties Choose - Domain Profile Tab Click Customize (Protected network connections Uncheck - Virtual-Host Only Network Click OK Repeat the above for the Private Profile and the Public Profile tabs Verify the Host can ping the VM. Go back and re-check the Virtual-Host Only Network to re-enable the Windows 10 Firewall. Verify the Host can still ping the VM. I don't know if leaving the Windows Firewall active for the Virtual-Host Only Network connection will continue to work, but now I know how to disable it.
hello thanx for the vid..how can we deply this cluster network on different actual physical machinses?/..i am still not ablle to do this..thxz alot...jessica
Thank you for the info and for the time, your videos are very easy to understand, But this is very old and all most no of the info it updated. I try with CentOS and i can ping from one machine to another right after install . So can you please do one update video but with CentOS. Thank you
Now, it has been three years since this video was created and a lot has changed since then. I couldn't do this on Ubuntu version 20 LTS since sudo nano /etc/network/interfaces command didn't work. So I have to install Ubuntu version 16 LTS to achieve it. Anybody knows how to do it on Ubuntu 20 or any newer tools to do this same thing? Thank you all
I have always used virtual machines so I don't really have the experience to say. I would assume the process is similar, but with some differences here and there. Someone more experienced in IT and small office networks could likely answer this better than myself though.
I really enjoy the style of Corey Schafer, He always makes a complex question simple and clear.
Thanks a lot. My hero.
This is what I was searching since two days..then just saw this got recommended from my fav channel
My god 2 days and finally found a video that helped TYSM!
For those without "Host-Only-Networks" tab in their settings (Virtual Box 6.1.2) :
Click on "File" then "Host Network Manager", then "Create"
it returns an error
It should be written on the video itself , because this comment about "Host-Only-Networks" is very important.
@@amirsteinhart3301 reinstall or update virtual box, I had the same error then updating worked and I have noticed similar solutions at stackoverflow
So we dont need NAT then?
Best Tuts so far i have watched for ssh, thank you so much man. this would be great help for the beginners
Excellent. I am a follower of Corey's videos (about Python and Linux).
Thanks for these -- Virtual Machines and networking are areas I really need to get acquainted with.
Thanks a ton Corey for making such wonderful and helpful tutorial, after long search landed on this and made things working. Keep the good work posting... :)
Thank you for providing this. I wanted to do host only networking but was clueless. This has been a great help.
watched this entire video and gained so so much from it and it took literally 2 hours since I had to do research on troubleshooting but definitely something worth the time. great video Corey ❤thanks
WOW! Thanks to you, I can get on with my life LOL. I was having issue port scanning a windows 10 virtual machine from the host. I got it working now!
Very clear information for setting up your sandbox.
you have a great way of explaining how stuff works, keep it up bro and please continue to post more sys admin videos!
Thanks for this video. Bless you. This is exactly what I needed. I was searching for a way to do this for 2 weeks.
Now I can die in peace. Thank you! Been looking for a video that goes through this well.
The /etc/network/interfaces file is no longer available in newer version. Ubuntu 18.04 and above uses netplan to configure your network. Netplan is used instead, the configuration file is in the /etc/netplan/ directory.
Very useful. You have saved many work hours of my day. Thank you very much.
great tutorials, nicely paced and comprehensive, thanks!
Amazing …. really Amazing in Corona time.>>> so thanks. Be safe Be awesome ...
Thanks Corey. This video helped me a lot.
Thanks for the video. Although I ran into a snag with interfaces is now controlled by netplan, your video help immensely!
very clear explanation and i thank you for helping us learn from you.
fantastic video. great step by step instructions. thank you.
Great ! Step by Step video . Thanks !
Brilliant Tutorial :) thanks for this video.
thank you man. This video is clear and the explanation is the best. i subbed to you. You helped me finish my assignment which to copy some shit from one virtual machine to other vms. Thumbs up for the video .
Corey! You've saved my life! Thanks a lot!
Many thanks @Corey!
that was very helpful and thank you.
спасибоб друг! всё понятно и хорошо объяснил!
Thank you Very much Corey! That was absolutely helpful..Was about to switch back to Vmware-workstation as I was familiar with that..
8:33 - ifconfig -a
9:30 - 11:44
14:50 - ssh from host into vm
Fantastic, atemporal video
your videos are sooo great i love it
2:49 There is no Host-Only-Networks tab in my settings :(
In mac its on top right corner under global tools
Works here. thx :)
Hello Corey, Thanks for your videos and your wisdom. I would like to know if you are going to do an Ansible tutorial one of these days?
Which VM version are you using for your mac?
for some reason on my window pc VM preference i dont see the host only networks tab. But I can see in my PC network adapter section that Host Only Ethernet Network is present. Please explain reason for this.
Nice tutorial mate.
Awesome tutorials ,we're looking for tutorials about ansible and jenkins
Why use NAT in one adapter and Host only in another? why not use bridged networking, will it not give access to both interconnection between VM and also internet? is there any advantage of using 2 adapters instead of one bridged networking?
loved it man
Thanks! This is Awesome!
man you are the best, thank you
for some reason on my mac i dont see the host only networks tab
its under global tools on the top right. It has been changed with newer version.
why do you have 3 devices in ifconfig -a, and I have only lo and enp0s3?
Hi Corey, thanks for your very productive video. At minute 8.56, your duel hosts showing the result from ifconfig -a with enp0s3, .0, enp0s8 and lo. However, I do see enp0s3 and lo only.I went ahead and updated interfaces file, but that did not help. I appreciate your reply.
Thank you very much! :D
Great, thanks!
I'm trying to do this on Ubuntu 20.04.1 LTS (Guest) and Arch Linux (Host), however on the guest machine, /etc/network/interfaces has apparently been obsoleted. What should I do here? Does this only work with Ubuntu 16.04?
/etc/network/interfaces is deprecated (google this for more info)
I installed the following and it worked:
--------
sudo apt install ifupdown
How did you come out without saving the name of file in nano while changing the hostname
Outstanding!
@Corey Schafer Is it possible to setup similar network using Bridge adapter and allocating static IP to each VMs?
Wonder if I can have kali and Kioptrix machine in save network.. for pen practice?
what if I only have one network adapter? Is there a way to set it up so that I can use my Ubuntu vm to ssh into my CentOS machine? Both currently have the same adapter with the same IP address. :/
Why can I connect to Ubuntu-2 but not Ubuntu-1 when I am trying to ssh into it from the terminal on my computer?
virtualbox doesent show me the host only networks option why though?
There are 2 interfaces the enp0s3 and enp0s8... I don't get how your interface file does not provide a specification for the enp0s3 yet somehow when you ifconfig -a it shows an ip assignment. ... I'm stuck at this stage for some reason... I just can't seem to match the enp0s3 and the enp0s8 to the appropriate Virtual Machine network adapter offering. Any insight on this would be useful... This essentially shuts down the NAT connection and I can't get any internet access to the server. Everything else is identical.
would you publish videos about ansible and Jenkins in the near future ? I like your videos
I want to cover those topics, yes. I'm not sure if I will cover them in the immediate future though just because I have a couple of series' I need to finish first.
@@coreyms thx for all the great work you're doing !!!
can we use a browser in virtual box vm?
That was a great tutorial, thank you! I've got an extra question and hope someone can give me an hint. For example in the video ubuntu-1 git the IP: 192.168.56.100. There are 2 network adapters defined. As far as I understand NAT for internet and the second for the communication inside the vm network. Now the question: What would be the approach to connect and lets say ping ubuntu-1 from another physical machine (e.g. an Raspberry Pi), which is connected to the host pc? Do we need a third adapter allowing the connection between them?
To connect to your host pc - the one which is running virtual box, you need to change your network adapter1 setting from NAT to Bridged adapter.
Personally, I just use Vagrant. It's a nice wrapper around all of this VM stuff.
Yes, that's a good one to know. I've used it in the past and slowly got away from it. I'll probably try to start using it again in the near future and possible do some videos on it.
Ty
I would appreciate, if you could show me how do make IP address of NAT interface card to static ?
How does the configuration differs in CentOS ? Especially when you edit the "eth0" and "eth1" files ?
Thanks.
in centos you have to create a new file under vi /etc/sysconfig/network-scripts/ifcfg-enp0s8
Nice vedio Corey. Btw, why I can,t ping a virtual machine at my host machine. I also use mac os.
Hmm, there could be a lot of reasons it isn't working. Are you sure they're on the same Host-Only network and that you've set all of the static IPs correctly?
I will try tonight!. Thank you for your answer. Really love your tutorial. I enjoy one of your video per night. Thank you for sharing your knowledge and your skillful teaching technique!
I have the same issue. I'm running Windows 10 on the host and I followed the directions explicitly and rechecked them many times. I can ping the host from the virtual machine, but I can't ping the virtual machine from the host. I can ping 192.168.56.1 from the host, but I can't ping 192.168.56.100 (the virtual machine) from the Windows 10 host.
Do you have any idea what could be causing the issue?
Mike
I solved my issue. It was caused by the Windows 10 Firewall. This is what I did:
Start Windows Firewall (Control Panel)
Choose Windows Firewall Properties
Choose - Domain Profile Tab
Click Customize (Protected network connections
Uncheck - Virtual-Host Only Network
Click OK
Repeat the above for the Private Profile and the Public Profile tabs
Verify the Host can ping the VM.
Go back and re-check the Virtual-Host Only Network to re-enable the Windows 10 Firewall.
Verify the Host can still ping the VM.
I don't know if leaving the Windows Firewall active for the Virtual-Host Only Network connection will continue to work, but now I know how to disable it.
hello thanx for the vid..how can we deply this cluster network on different actual physical machinses?/..i am still not ablle to do this..thxz alot...jessica
How to do this in virtual box 7 ???
great video
enp0s3 , enp0s8, enp1s3 what number of theses interfaces a linux machine can have??
I dont see host only network on windows
Thank you for the info and for the time, your videos are very easy to understand,
But this is very old and all most no of the info it updated.
I try with CentOS and i can ping from one machine to another right after install . So can you please do one update video but with CentOS. Thank you
Kindly add docker videos also 🙏
it's very helpful👍👌✌
Can I do the same for telnet?
how shered file in two virtual machin ?
I dont see /etc/network.intterfaces file
/etc/network/interfaces is deprecated (google this for more info)
I installed the following and it worked:
--------
sudo apt install ifupdown
@@fernfaba I already quit, I asked two years ago, lol
thanks :)
How do u get round vboxes pathetic video memory limit? The vm cpu just gets hammered.
You saved my ass bro thank you so much
Ansible?
Corey? Did you say Ansible, right?))
Now, it has been three years since this video was created and a lot has changed since then.
I couldn't do this on Ubuntu version 20 LTS since sudo nano /etc/network/interfaces command didn't work. So I have to install Ubuntu version 16 LTS to achieve it.
Anybody knows how to do it on Ubuntu 20 or any newer tools to do this same thing?
Thank you all
.
/etc/network/interfaces is deprecated (google this for more info)
I installed the following and it worked:
--------
sudo apt install ifupdown
dude all these virtual machines are running linux/ubuntu. Maybe a key detail worth adding to the video title.
Does this work if the two VMs are hosted on two different physical machines?
i believe it will will if they are under same network and running.
Can you learn creating a physical network of machines with this?
I have always used virtual machines so I don't really have the experience to say. I would assume the process is similar, but with some differences here and there. Someone more experienced in IT and small office networks could likely answer this better than myself though.
Corey Schafer thank you. Trying to learn networking and wondering if this could help learn setting up a physical network.
I thought static IP addresses are paid to get :(
:) Thees are LAN (everybody use the same)
Sa
soft
So can this affect other devices that are not a VM across the internet as well?