Just want to drop a comment to say thanks. This was doing my head in a little bit, not too used to HyperV and Ubuntu server did not want to install with a NIC. Had to remove prior to installation so was a bit wobbly. Thanks!
Thank you so much for the kind words! I'm glad you find the explanations helpful. If you have any more questions or need further assistance, feel free to ask. Always here to help!
Smooth! I love your videos and the background music as well. I’m setting up a new homelab with Ubuntu 22.04 and using all your videos for guidance. Your content is great because you show the simplest way to do things and you are very concise and thorough in a small amount of time. This is huge because Time is so precious and you literally increase the value of the time I spend learning all this great Linux stuff!! Thank you so much for what you do! I hope you keep putting out the great content. God bless! ✌️
DUDE!!!! This worked and I didn't break anything!!! Baby steps.... Thank you! I'm trying to set up a home server/NAS and I find a video that teaches me one thing, but then I have to find another to learn another part, then find another video to learn another part. It's very frustrating and time-consuming. Linux kinda sucks. But I kind of love it. Thank you again for making this simple. I do just want to point out that at one point in the video, when you're creating the .yaml backup file (5:58), that not all of it shows up on screen. That was a little concerning at first, but I figured it out after I saw you did "ls" and it showed "[xxxxx]-config.yaml.bck", and not just "[xxxxx]-config.bck". Also I had to type in the entire .yaml address initially (4:40). pressing Tab twice did not work for me.
Thanks so much for the help! I'm so glad you explained the Gateway situation since I started with another tutorial that didn't mention it so I wasn't able to connect to the internet. I did, however, find documentation saying that Gateway4 was deprecated and to use "default routes" instead. Regardless, you were a LOT of help. Subscribed!
Excellent video, thank you! Its been awhile since I've set up a linux server, most of the servers I stand up are BSD, so this video was a real life saver today!
The only thing I'll add to this, if you are using a server that preconfigures your server for you, when my server came up I followed this set of instructions. (I will say thank you very much to this gentleman because he's got the only tutorial out of about 30 that I've watched and read that actually tells you how to find the existing config file for ip. Being the curious nerd that I am I did the cat /etc/netplan/ then hit tab twice and hit enter and lo and behold there was my ip 4 and ip config file already in static mode. I'd hate for anyone to have to spend the time doing a new netplan config for nothing if you don't have to as yaml sucks in mho. Makes me love my vps company even more since it was set up in static already.
Thanks for your help ^^ I kinda avoided the Netplan configuration type, cause last time I screwed up my connection to a VM badly. But you explained it very well
Hey, urgently need your help. I followed the tutorial as said until I reached the point, where I would have needed to copy your code. Now I cant connect to theNetwork with my Server how do I make my Server use the file for the none staic Ip again. So how do I get it to use the file, which I put in bck again.
' cat /etc/netplan/00-installer-config.yaml ' My system says "No such file or directory". I have a fresh install of the latest Ubuntu, also checked for updates
You may have a different file. To see what file you use, run: *ls /etc/netplan* My default: *50-cloud-init.yaml* I am running Ubuntu 24.04 on ProxMox 8.2
@@teambattleground9076 and if you get permission warnings, you'll need to change the config file's permissions: *sudo chmod 600 /etc/netplan/static.yaml* or whatever you chose to name the file, to match that of your original. *netplan* under Ubuntu 24.04 was giving me just that. To compare the permissions with the backup file: *ls -lo /etc/netplan*
You probably installed Ubuntu barebones like a true cavalier so you can fully customize everything. You're so barebones right now you don't nano or netplan installed on your os.
Are you able to do a quick video on how to configure a static ipV6 address on Ubuntu 20.04.1 LTS please? I've tried a number of times to follow online guides and each time I end up bricking my server because it becomes unreachable. It's a hosted VPS.
Hi I have a static IP of 212 then a df gateway of 159 I'm trying to set a static IP for my home server so I can assess it outside of my home network but having some issues can you recommend anything that could help many thanks
I do not have that file in the folder that you told me to go into. My file is 1-network-manager-all.yaml and what is in there is let network manager manage all devices on this system network: version 2 renderer: networkmanager
Does anyone know how to install Xen hypervisor for Ubuntu 22.04 Lts? I’m having trouble with configuring the network interfaces and when I try to ssh into it there’s a connection error.
Hi, I setup my static IP like this and when I login to my router it doesn’t list my device as connected but it is! Strange. So I set the reserve IP(in the router)the same as the server and now it is listed but says “reserve inactive” but it is still working properly. Are there any settings that I should change in router after setting static IP on computer? Thanks you for the great content!
Make sure you set the static IP outside of your routers DHCP range. That will make sure the router doesn't try to assign it to another device. Also It won't show on the router unless you set it there like you did.
In the video, I chose the static IP address 192.168.10.212 randomly, ensuring it was outside the dynamic range of my router, typically 192.168.10.100 to 200. This is to prevent IP conflicts, as addresses within this range are dynamically assigned by the DHCP server to devices on the network. Selecting an IP outside this range ensures network stability and avoids potential connectivity issues.
When i do sudo nano /etc/netplan/static.yaml,It somehow says "sudo:nano: command not found",I am not sure which part i have done wrong since i have followed the exact route in the video
Oh No! What does it mean when I type “whatsmyip” for an IP check and “canyouseeme” for an open port check and the IP they list for my server is not my static IP I set on my machine( and I’m not using a VPN)! Is my machine compromised? I also did a sudo fail2ban-client sshd and it showed 0 banned IP’s and 0 failed attempts! What going on Josh?
Okay, so when you run "whatsmyip" this will return your outside IP address provided by your ISP. The static address you set on the server is on your internal IP address on your local area network (LAN).
You have to bypass your isp's device. From what I remember you can clone the IP within there device router. Not sure why you would do this though, especially now a days? You can forward the connections to your server via port forwarding on your router.
Hi. I don't understand why you do a "cp" and then a "rm" instead of just doing a "mv"... it works but it is not efficient (be lazy !) - BTW thanks for the video
I'm a windows sys admin forced to bring up an ubuntu server. This helped A TON! Thank you!
Just want to drop a comment to say thanks. This was doing my head in a little bit, not too used to HyperV and Ubuntu server did not want to install with a NIC. Had to remove prior to installation so was a bit wobbly.
Thanks!
You are really good at explaining things with just the right about of detail.
Thank you so much for the kind words! I'm glad you find the explanations helpful. If you have any more questions or need further assistance, feel free to ask. Always here to help!
Smooth! I love your videos and the background music as well. I’m setting up a new homelab with Ubuntu 22.04 and using all your videos for guidance. Your content is great because you show the simplest way to do things and you are very concise and thorough in a small amount of time. This is huge because Time is so precious and you literally increase the value of the time I spend learning all this great Linux stuff!! Thank you so much for what you do! I hope you keep putting out the great content. God bless! ✌️
I agree with this :)
Amazing man thank you saved me so much time!
DUDE!!!! This worked and I didn't break anything!!! Baby steps.... Thank you!
I'm trying to set up a home server/NAS and I find a video that teaches me one thing, but then I have to find another to learn another part, then find another video to learn another part. It's very frustrating and time-consuming. Linux kinda sucks. But I kind of love it.
Thank you again for making this simple. I do just want to point out that at one point in the video, when you're creating the .yaml backup file (5:58), that not all of it shows up on screen. That was a little concerning at first, but I figured it out after I saw you did "ls" and it showed "[xxxxx]-config.yaml.bck", and not just "[xxxxx]-config.bck". Also I had to type in the entire .yaml address initially (4:40). pressing Tab twice did not work for me.
Thanks so much for the help! I'm so glad you explained the Gateway situation since I started with another tutorial that didn't mention it so I wasn't able to connect to the internet. I did, however, find documentation saying that Gateway4 was deprecated and to use "default routes" instead. Regardless, you were a LOT of help. Subscribed!
Excellent video, thank you! Its been awhile since I've set up a linux server, most of the servers I stand up are BSD, so this video was a real life saver today!
Glad it helped!
I have my Windows domain lab set up, and now I'm going to build a linux domain. Thanks! :D
The only thing I'll add to this, if you are using a server that preconfigures your server for you, when my server came up I followed this set of instructions. (I will say thank you very much to this gentleman because he's got the only tutorial out of about 30 that I've watched and read that actually tells you how to find the existing config file for ip. Being the curious nerd that I am I did the cat /etc/netplan/ then hit tab twice and hit enter and lo and behold there was my ip 4 and ip config file already in static mode. I'd hate for anyone to have to spend the time doing a new netplan config for nothing if you don't have to as yaml sucks in mho. Makes me love my vps company even more since it was set up in static already.
Sweet, many thanks dude!
Life Saver! Im new to all of this, and your explanations are very helpful thanks!
Thanks for your help ^^ I kinda avoided the Netplan configuration type, cause last time I screwed up my connection to a VM badly. But you explained it very well
Yeah those ymal files are very sensitive. Glad I could help!
Excellent tutorial, you made this look like a cakewalk!
Thank you! Cheers!
Thank you for helping out a Linux noob, great video.
No problem bro!
Thanks man this is a great easy to follow guide. Never had to do this without net tools until now.
Great to hear!
Love your videos on this topic bro, greetings from Germany
That helped me out so much! Thank you, bro, for this!
Bro thanks for help, respect from Kazakhstan)
No problem 👍
God bless you man, thank you for your service!
Thank you so much for the video, I was looking just for that!
No problem!
Great content was very helpful keep up the good work Bro
Since gateway4 deprecated, can you please update with routes: - to: default via: ?
Comment is spot on but still a useful video
Thanks bro, it worked as I expected.
You're welcome! Glad it worked for you!
Brilliant! Thanks for the video.
Very helpful. Appreciate it, my friend! :)
nice tutorial, your videos have been coming in very handy!
Glad to hear that! Thanks!
Hey, urgently need your help. I followed the tutorial as said until I reached the point, where I would have needed to copy your code. Now I cant connect to theNetwork with my Server how do I make my Server use the file for the none staic Ip again. So how do I get it to use the file, which I put in bck again.
Here is what it should be for dhcp:
network:
version: 2
renderer: networkd
ethernets:
your_interface_name:
dhcp4: true
තැන්ක්ස් අයියා😊😊
Thanks a lot, worked great and your explainations are perfect for beginners!
Great to hear!
My guy, You have skillz teaching. broski keeps the BS to a minimum💯✌
Appreciate that
Thank's a lot very simple and help full.
No worries!
thanks for useful information, well explained!
No problem!
@@KeepItTechie hey, i keep getting error cannot remove 'filename.yaml' : Permission denied
Do you have any solution for that, how to grant permission?
Мужик, ты лучший!
Top man 👌 very good tutorial
Thank you 🙌
Thank you so much sir. It's good for beginner me :>.
Most welcome!
' cat /etc/netplan/00-installer-config.yaml ' My system says "No such file or directory". I have a fresh install of the latest Ubuntu, also checked for updates
Did you manage to solve the issue?
cd into the netplan directory then create the file using nano "sudo nano static.yaml" from inside the directory and it will work.
You may have a different file. To see what file you use, run: *ls /etc/netplan*
My default: *50-cloud-init.yaml*
I am running Ubuntu 24.04 on ProxMox 8.2
@@teambattleground9076 and if you get permission warnings, you'll need to change the config file's permissions: *sudo chmod 600 /etc/netplan/static.yaml* or whatever you chose to name the file, to match that of your original. *netplan* under Ubuntu 24.04 was giving me just that.
To compare the permissions with the backup file: *ls -lo /etc/netplan*
You probably installed Ubuntu barebones like a true cavalier so you can fully customize everything. You're so barebones right now you don't nano or netplan installed on your os.
Thank you for useful information, very good!!
Thx for video, can i use my internet provider's dns servers?
Thank you for sharing.
Tks for the help Man! 😁
No problem 👍
good stuff, just what I need
Really helpful video, thanks a lot brother
Always welcome
Thankyou.. it's easy explain..
Thanks! it works.
No problem
Are you able to do a quick video on how to configure a static ipV6 address on Ubuntu 20.04.1 LTS please? I've tried a number of times to follow online guides and each time I end up bricking my server because it becomes unreachable. It's a hosted VPS.
Thank you for these useful tips.
Thank you very much! Very useful video!
Glad it was helpful!
thanks a lot of you great job broo and please make another ipv6 with ipv4
it works with wifi too? or just Lan? I'm using an old laptop as a project server xD
Thanks, this was really helpful
No problem!
great tutorial !
Thank you! Cheers!
Got lost the moment you went into the config file instructions. What is DHCP, how do I find that file, do I need DHCP, etc.?
thanks brother it helped me out
No problem!
One big thank you
No problem fam!
Very helpful. Thank you!
Glad it was helpful!
Thank you!!
Thank you. Helped
You're welcome!
Hi I have a static IP of 212 then a df gateway of 159 I'm trying to set a static IP for my home server so I can assess it outside of my home network but having some issues can you recommend anything that could help many thanks
Thanks, One quick question what is 127.0.0.53 in DNS server ? I mean how its different from google cloudfare DNS
thank you for this video
My pleasure
Bravissimo grazie
hello sir if my browser writes This site can’t be reached192.168.0.212 took too long to respond. What can be the problem. Pls help :(((((
Thanks mate..cheers 💘
No problem 👍
Thanks dude
Thanks Josh.
No worries!
Thanks buddy 😘
I do not have that file in the folder that you told me to go into. My file is 1-network-manager-all.yaml and what is in there is let network manager manage all devices on this system network: version 2 renderer: networkmanager
you kinda look like big smoke dawg
tysm
Does it give a static IP outside my network to access my system or inside my home network?
merci!
Does anyone know how to install Xen hypervisor for Ubuntu 22.04 Lts? I’m having trouble with configuring the network interfaces and when I try to ssh into it there’s a connection error.
Black people doing tech. Love it. Always.
🔥🔥
Thanks.
Ty
thank you so much !!!
You're welcome!
Techie!
when i connect to different wifi still my ip changes , but it remains same on same networ.
U r great boss
Thanks fam!
Thank You - Very Helpful and I appreciate your time. Any chance you have a sample .yaml file showing both IPv4 and IPv6 settings? Again, Thanks!
You're welcome! For IPv4 and IPv6 settings in .yaml: set addresses, gateways, and nameservers for both IPv4 and IPv6 in your network config file.
Hi,
I setup my static IP like this and when I login to my router it doesn’t list my device as connected but it is! Strange. So I set the reserve IP(in the router)the same as the server and now it is listed but says “reserve inactive” but it is still working properly. Are there any settings that I should change in router after setting static IP on computer? Thanks you for the great content!
Make sure you set the static IP outside of your routers DHCP range. That will make sure the router doesn't try to assign it to another device. Also It won't show on the router unless you set it there like you did.
🙏🏻 keep It techie!!
thanks
hi, it doesn't work when I ping to dns servers, I used routes via as well
the dynamic IP assigned was ending with .132 but in the static.yaml file you set IP to .212 -what was the reason you choose 212?
In the video, I chose the static IP address 192.168.10.212 randomly, ensuring it was outside the dynamic range of my router, typically 192.168.10.100 to 200. This is to prevent IP conflicts, as addresses within this range are dynamically assigned by the DHCP server to devices on the network. Selecting an IP outside this range ensures network stability and avoids potential connectivity issues.
thanks!@@KeepItTechie
Can you give an example how to configure more than one NIC with a static address
Maybe try to add a device branch after "ethernets:"?
Update. Recommend running: $ man netplan
will this work in ubuntu under wsl?
Thanks
No problem
holding Control + C will terminate any commands you have running including after making the changes to the netplan
When i do sudo nano /etc/netplan/static.yaml,It somehow says "sudo:nano: command not found",I am not sure which part i have done wrong since i have followed the exact route in the video
check that you have nano installed
I could not remove the .yaml, it is read only
9:38 and essentially thats correct, except for everything.
The current syntax to replace gateway4 is routes with to and via.
routes:
- to: default
via: 192.168.x.x
how do you enable ssh?
i can still see my old ip4 in the secondary IP section and the new static . how can I remove the secondary Ip using netplan?
Make sure you removed the dhcp configuration file.
@@KeepItTechie okay done and thanks will give it a try
Oh No! What does it mean when I type “whatsmyip” for an IP check and “canyouseeme” for an open port check and the IP they list for my server is not my static IP I set on my machine( and I’m not using a VPN)! Is my machine compromised? I also did a sudo fail2ban-client sshd and it showed 0 banned IP’s and 0 failed attempts! What going on Josh?
Okay, so when you run "whatsmyip" this will return your outside IP address provided by your ISP. The static address you set on the server is on your internal IP address on your local area network (LAN).
Your machine is not compromised. The bots most likely haven't found your server yet.
Phew! Thank you! You’re AWSOME man. I’m rewatching your video on ufw so I might be Hittin’ you up again!🤣
So it is only within the local network static, right? :-/
Yes that's correct.
how to set public ip addess as static ip address? PLEASE HELP
You have to bypass your isp's device. From what I remember you can clone the IP within there device router. Not sure why you would do this though, especially now a days? You can forward the connections to your server via port forwarding on your router.
Hi. I don't understand why you do a "cp" and then a "rm" instead of just doing a "mv"... it works but it is not efficient (be lazy !) - BTW thanks for the video
Yeah I normally use rm. Thank! I appreciate you stopping by.