Тёмный
No video :(

How to Set Static IP in Ubuntu Server 22.04 

KeepItTechie
Подписаться 68 тыс.
Просмотров 90 тыс.
50% 1

What's up, Guys!!! In this video, I walk through how to set a static IP address in Ubuntu 22.04 Server Edition. Ubuntu is a common server choice for beginners. It aims to be lean, fast, and powerful according to the official website. A large amount of online support is available for users who decide to use the Ubuntu server.
Ubuntu Site: www.ubuntu.com...
Github: github.com/kee...
Please enjoy the video and if you have any questions, leave a comment down below. My goal is to expand the Linux community.
Remember to Like, Share, and Subscribe if you enjoyed the video! Also if interested in more Linux content please consider becoming a Patreon so I can continue to produce great content!
✔️RECOMMENDED LINUX BOOKLIST
-------------------------------
Linux Pocket Guide: Essential Commands: amzn.to/3xGPvsK
CompTIA Linux+ Certification All-in-One Exam Guide: Exam XK0-004 amzn.to/3uQ3wmh
101 Labs - CompTIA Linux+ amzn.to/3vtj7rb
How Linux Works: What Every Superuser Should Know amzn.to/3vrLkOO
Linux Bible amzn.to/3rwEkPH
✔️SOCIAL NETWORKS
-------------------------------
KeepItTechie: keepittechie.com/
Facebook: / keepittechie
Twitter: / keepittechie
Instagram: / keepittechie
Discord: / discord
CashApp: cash.app/$Keep...
Patreon: / keepittechie
--------------------------------
✔️DONATE CRYPTO
-------------------------------
Bitcoin Address: bc1qgxzq9ck5nhud8ekmpt46l9u5gn3ty5w9n6mmd4
Ethereum Address: 0xb8fC845963893644EEF435552F2B6bd30Ad012E3
XRP Address: rKrUvWFT7hVtD5JCcCY9s2HFQZ5UHViLD
Litecoin Address: LNfWvkcFVfKZXJV28dzU9g7FQ7FYtg5cFg
Dash Address: Xu4VgqCkN4d1JKfzdjMNdb63Mfup3Cmnqx
Zcash Address: t1fqyxF3pFtRDuz2Vprt4m5pXWa8rs97Swr
--------------------------------
#Ubuntu
#StaticIP
#Server
#Linux
#KeepItTechie

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 180   
@sheilagonzalez9662
@sheilagonzalez9662 10 дней назад
I'm a windows sys admin forced to bring up an ubuntu server. This helped A TON! Thank you!
@matthewwilson9946
@matthewwilson9946 Год назад
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!
@jasonthomas5647
@jasonthomas5647 2 года назад
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! ✌️
@AllAbout.Digital
@AllAbout.Digital Год назад
I agree with this :)
@rkstreet63
@rkstreet63 7 месяцев назад
You are really good at explaining things with just the right about of detail.
@KeepItTechie
@KeepItTechie 7 месяцев назад
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!
@icleave
@icleave 2 года назад
Since gateway4 deprecated, can you please update with routes: - to: default via: ?
@jasonstapley6822
@jasonstapley6822 2 года назад
Comment is spot on but still a useful video
@Ekklesia_Corner
@Ekklesia_Corner 5 месяцев назад
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.
@bombxdev
@bombxdev Год назад
This is more detail about gateway4 is deprecated Just change from => gateway4: 192.168.XXX.XXX To => routes: - to: default via: 192.168.XXX.XXX
@toddmartin7030
@toddmartin7030 Год назад
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!
@KeepItTechie
@KeepItTechie Год назад
Glad it helped!
@miguelg443
@miguelg443 2 года назад
Life Saver! Im new to all of this, and your explanations are very helpful thanks!
@personstandingup
@personstandingup 5 месяцев назад
Amazing man thank you saved me so much time!
@arickthompson9833
@arickthompson9833 Год назад
' 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
@vusumuzingozo1071
@vusumuzingozo1071 10 месяцев назад
Did you manage to solve the issue?
@teambattleground9076
@teambattleground9076 9 месяцев назад
cd into the netplan directory then create the file using nano "sudo nano static.yaml" from inside the directory and it will work.
@cruzinsweetsntreats
@cruzinsweetsntreats 3 месяца назад
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
@cruzinsweetsntreats
@cruzinsweetsntreats 3 месяца назад
@@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*
@WilliamMurderbass
@WilliamMurderbass 10 дней назад
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.
@zorroskullgar4698
@zorroskullgar4698 5 месяцев назад
Sweet, many thanks dude!
@joeb4790
@joeb4790 10 месяцев назад
Thanks man this is a great easy to follow guide. Never had to do this without net tools until now.
@KeepItTechie
@KeepItTechie 10 месяцев назад
Great to hear!
@Radenska512
@Radenska512 Год назад
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
@KeepItTechie
@KeepItTechie Год назад
Yeah those ymal files are very sensitive. Glad I could help!
@ColinAverill
@ColinAverill Год назад
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.
@mattb7895
@mattb7895 Месяц назад
God bless you man, thank you for your service!
@kuroraiju
@kuroraiju Год назад
Excellent tutorial, you made this look like a cakewalk!
@KeepItTechie
@KeepItTechie Год назад
Thank you! Cheers!
@TheJohn48231
@TheJohn48231 Год назад
Thank you for helping out a Linux noob, great video.
@KeepItTechie
@KeepItTechie Год назад
No problem bro!
@cedrickrause5469
@cedrickrause5469 7 месяцев назад
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.
@KeepItTechie
@KeepItTechie 7 месяцев назад
Here is what it should be for dhcp: network: version: 2 renderer: networkd ethernets: your_interface_name: dhcp4: true
@ricardsandruzskis1574
@ricardsandruzskis1574 Год назад
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 :(((((
@MetalElmmer
@MetalElmmer 10 месяцев назад
That helped me out so much! Thank you, bro, for this!
@slazy9219
@slazy9219 Год назад
Love your videos on this topic bro, greetings from Germany
@Mchacz8008
@Mchacz8008 Год назад
Thank you so much for the video, I was looking just for that!
@KeepItTechie
@KeepItTechie Год назад
No problem!
@programmer8891
@programmer8891 26 дней назад
when i connect to different wifi still my ip changes , but it remains same on same networ.
@duckheadgaming
@duckheadgaming Год назад
Thanks a lot, worked great and your explainations are perfect for beginners!
@KeepItTechie
@KeepItTechie Год назад
Great to hear!
@Cj_prints
@Cj_prints 2 месяца назад
Brilliant! Thanks for the video.
@robertchoate359
@robertchoate359 5 месяцев назад
holding Control + C will terminate any commands you have running including after making the changes to the netplan
@nodryland1564
@nodryland1564 Год назад
Great content was very helpful keep up the good work Bro
@hobbylasers
@hobbylasers 7 месяцев назад
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.
@veterangaming9511
@veterangaming9511 Год назад
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.?
@PatJones82
@PatJones82 Год назад
Very helpful. Appreciate it, my friend! :)
@victor2410
@victor2410 Год назад
nice tutorial, your videos have been coming in very handy!
@KeepItTechie
@KeepItTechie Год назад
Glad to hear that! Thanks!
@johannschwengler529
@johannschwengler529 Год назад
Bro thanks for help, respect from Kazakhstan)
@KeepItTechie
@KeepItTechie Год назад
No problem 👍
@muzi7335
@muzi7335 10 месяцев назад
Thanks bro, it worked as I expected.
@KeepItTechie
@KeepItTechie 10 месяцев назад
You're welcome! Glad it worked for you!
@cabacajosepedro2879
@cabacajosepedro2879 2 года назад
Thanks! it works.
@KeepItTechie
@KeepItTechie 2 года назад
No problem
@cabacajosepedro2879
@cabacajosepedro2879 2 года назад
Thank you for useful information, very good!!
@tolgabp
@tolgabp Год назад
thanks for useful information, well explained!
@KeepItTechie
@KeepItTechie Год назад
No problem!
@itztrimix
@itztrimix Год назад
@@KeepItTechie hey, i keep getting error cannot remove 'filename.yaml' : Permission denied Do you have any solution for that, how to grant permission?
@mi4aprotv320
@mi4aprotv320 9 месяцев назад
Does it give a static IP outside my network to access my system or inside my home network?
@monwabisisithaba7803
@monwabisisithaba7803 8 месяцев назад
Thank you. Helped
@KeepItTechie
@KeepItTechie 8 месяцев назад
You're welcome!
@devlinxji
@devlinxji Год назад
Thankyou.. it's easy explain..
@user-wg1tx8bu6w
@user-wg1tx8bu6w 8 месяцев назад
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.
@victorsaramento9333
@victorsaramento9333 Год назад
Thanks for the details. Great video XD
@KeepItTechie
@KeepItTechie Год назад
No problem! Thanks!
@hv4329
@hv4329 8 месяцев назад
great tutorial !
@KeepItTechie
@KeepItTechie 8 месяцев назад
Thank you! Cheers!
@leebuckley4873
@leebuckley4873 10 месяцев назад
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
@sambad8429
@sambad8429 2 года назад
Thank you for these useful tips.
@hectormoreira4316
@hectormoreira4316 Год назад
Very helpful! Thanks!
@KeepItTechie
@KeepItTechie Год назад
You're welcome!
@Dominik-bd7fx
@Dominik-bd7fx Год назад
Thx for video, can i use my internet provider's dns servers?
@todaysbibleteaching
@todaysbibleteaching Год назад
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
@mikhailplekhov3894
@mikhailplekhov3894 2 года назад
Thank you very much! Very useful video!
@KeepItTechie
@KeepItTechie 2 года назад
Glad it was helpful!
@amraaamraa2153
@amraaamraa2153 Год назад
Thank you so much sir. It's good for beginner me :>.
@KeepItTechie
@KeepItTechie 10 месяцев назад
Most welcome!
@vinodji5275
@vinodji5275 9 месяцев назад
thanks a lot of you great job broo and please make another ipv6 with ipv4
@andyng-lt4dq
@andyng-lt4dq Год назад
hi, it doesn't work when I ping to dns servers, I used routes via as well
@steelcock
@steelcock 2 года назад
thank you very much!
@KeepItTechie
@KeepItTechie 2 года назад
You're welcome!
@xforney
@xforney 3 месяца назад
I could not remove the .yaml, it is read only
@wardog248
@wardog248 2 года назад
Thank you!!
@gourav3727
@gourav3727 Год назад
Really helpful video, thanks a lot brother
@KeepItTechie
@KeepItTechie Год назад
Always welcome
@tankareno
@tankareno 9 месяцев назад
good stuff, just what I need
@julianballaci7968
@julianballaci7968 Год назад
One big thank you
@KeepItTechie
@KeepItTechie Год назад
No problem fam!
@stuffthere2381
@stuffthere2381 Год назад
Top man 👌 very good tutorial
@KeepItTechie
@KeepItTechie 10 месяцев назад
Thank you 🙌
@4arliEdinorog
@4arliEdinorog 2 года назад
Мужик, ты лучший!
@ThePoot_tf2
@ThePoot_tf2 9 месяцев назад
thank you for this video
@KeepItTechie
@KeepItTechie 9 месяцев назад
My pleasure
@charliesangha
@charliesangha 2 месяца назад
Thanks dude
@kimanicoates805
@kimanicoates805 2 года назад
Thanks, this was really helpful
@KeepItTechie
@KeepItTechie 2 года назад
No problem!
@muhammadusama-1
@muhammadusama-1 Год назад
Thanks, One quick question what is 127.0.0.53 in DNS server ? I mean how its different from google cloudfare DNS
@Shaqouun
@Shaqouun 5 дней назад
Thanks
@saujanyamhatre7798
@saujanyamhatre7798 Год назад
thanks brother it helped me out
@KeepItTechie
@KeepItTechie Год назад
No problem!
@andrewgraham6994
@andrewgraham6994 10 месяцев назад
My guy, You have skillz teaching. broski keeps the BS to a minimum💯✌
@KeepItTechie
@KeepItTechie 10 месяцев назад
Appreciate that
@domenico.freedom
@domenico.freedom 9 месяцев назад
Bravissimo grazie
@RKGraves
@RKGraves 2 месяца назад
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!
@KeepItTechie
@KeepItTechie 2 месяца назад
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.
@k.chriscaldwell4141
@k.chriscaldwell4141 27 дней назад
Thanks.
@b_a_k2817
@b_a_k2817 8 месяцев назад
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?
@KeepItTechie
@KeepItTechie 8 месяцев назад
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.
@b_a_k2817
@b_a_k2817 8 месяцев назад
thanks!@@KeepItTechie
@asithamahagamage7969
@asithamahagamage7969 11 месяцев назад
තැන්ක්ස් අයියා😊😊
@parvanstoianov2141
@parvanstoianov2141 Год назад
Can you give an example how to configure more than one NIC with a static address
@TheRVSN
@TheRVSN Год назад
Maybe try to add a device branch after "ethernets:"? Update. Recommend running: $ man netplan
@3170ccp
@3170ccp 8 месяцев назад
how do you enable ssh?
@saidevpappu
@saidevpappu 11 месяцев назад
Thanks mate..cheers 💘
@KeepItTechie
@KeepItTechie 10 месяцев назад
No problem 👍
@syedhasnainabbaszaidi5052
@syedhasnainabbaszaidi5052 Год назад
Thanks buddy 😘
@panjabbolda_47
@panjabbolda_47 Год назад
U r great boss
@KeepItTechie
@KeepItTechie Год назад
Thanks fam!
@TiredZero
@TiredZero Год назад
it works with wifi too? or just Lan? I'm using an old laptop as a project server xD
@harryfender5636
@harryfender5636 Год назад
Thanks Josh.
@KeepItTechie
@KeepItTechie Год назад
No worries!
@marswong848
@marswong848 2 года назад
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
@y.vinitsky6452
@y.vinitsky6452 2 года назад
check that you have nano installed
@KB-ge4rn
@KB-ge4rn 11 месяцев назад
Ty
@yellowbird100
@yellowbird100 Год назад
tysm
@royvincentniepes3734
@royvincentniepes3734 Год назад
will this work in ubuntu under wsl?
@Leseul3d
@Leseul3d 7 месяцев назад
merci!
@3dyard789
@3dyard789 7 месяцев назад
cat /etc/netplan/00-installer-config.yaml, it says no such directly is found,
@hemanthchowdaryd
@hemanthchowdaryd 2 года назад
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?
@KeepItTechie
@KeepItTechie 2 года назад
Make sure you removed the dhcp configuration file.
@hemanthchowdaryd
@hemanthchowdaryd 2 года назад
@@KeepItTechie okay done and thanks will give it a try
@lightshadow3101
@lightshadow3101 Год назад
9:38 and essentially thats correct, except for everything.
@seeking9145
@seeking9145 Год назад
So it is only within the local network static, right? :-/
@KeepItTechie
@KeepItTechie Год назад
Yes that's correct.
@jasonthomas5647
@jasonthomas5647 Год назад
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!
@KeepItTechie
@KeepItTechie Год назад
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.
@jasonthomas5647
@jasonthomas5647 Год назад
🙏🏻 keep It techie!!
@serenditymuse
@serenditymuse 11 месяцев назад
Fixed DHCP address in NOT a static IP address. I have a true assigned by ISP extra static IP address.
@KeepItTechie
@KeepItTechie 11 месяцев назад
Its depend on what network you're speaking of. The static IP address you get from your ISP is a WAN address. My video is specifically covering how to setup the static IP address on the LAN or local area network.
@linkdorf376
@linkdorf376 5 месяцев назад
Static address is non changing, this video describes it inside your local network. THIS HAS NOTHING to do with ISPs address.
@coding3617
@coding3617 Год назад
how to set public ip addess as static ip address? PLEASE HELP
@KeepItTechie
@KeepItTechie Год назад
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.
@adityahpatel
@adityahpatel 9 месяцев назад
but how to do do this for WLAN0? wireless
@KeepItTechie
@KeepItTechie 9 месяцев назад
Same process just change the interface name.
@adityahpatel
@adityahpatel 9 месяцев назад
@@KeepItTechie Can u pls advise what i am doing wrong. I am on Ubuntu Server 22.04 LTS on Raspberry Pi4B. I did that my interface name is "wlan0", so i created a new file called 01-aditya.yaml so as to avoid the 50-cloud-init.yaml in the same folder. network: version: 2 wifis: renderer: networkd wlan0: access-points: Lewistown-5Gz: passsword: __mypasswrd______ dhcp4: true optional: true Above is what i have. It doesn't work though. What am I doing wrong? Where can i assign say static ip of 192.168.0.111 to my raspberry pi and assume my gateway is 192.168.0.1?
@jatmo6991
@jatmo6991 Год назад
Black people doing tech. Love it. Always.
@AM1media
@AM1media 2 года назад
Techie!
@Fridge.
@Fridge. 2 года назад
🔥🔥
@BigBrother4Life
@BigBrother4Life Год назад
Cannot copy contents from windows to virtual machine damnit
@Jacq4y
@Jacq4y Год назад
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
@KeepItTechie
@KeepItTechie 10 месяцев назад
Yeah I normally use rm. Thank! I appreciate you stopping by.
@todaysbibleteaching
@todaysbibleteaching Год назад
also the first set of numbers is 192.168.0
@Gfx_Omar
@Gfx_Omar 5 месяцев назад
you kinda look like big smoke dawg
@jasonthomas5647
@jasonthomas5647 Год назад
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?
@KeepItTechie
@KeepItTechie Год назад
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).
@KeepItTechie
@KeepItTechie Год назад
Your machine is not compromised. The bots most likely haven't found your server yet.
@jasonthomas5647
@jasonthomas5647 Год назад
Phew! Thank you! You’re AWSOME man. I’m rewatching your video on ufw so I might be Hittin’ you up again!🤣
Далее
Essential First Steps for Every New Linux Server Build
20:39
ПРОСТИ МЕНЯ, АСХАБ ТАМАЕВ
32:44
Напугал рыжего малыша😂
01:00
Просмотров 78 тыс.
How to Set Static IP in Ubuntu Server 20.04
7:31
Просмотров 45 тыс.
The iPhone 16 Will Tear Apple Fans Apart
7:38
Просмотров 64 тыс.
Ubuntu Server: Getting started with a Linux Server
1:09:33
Fail2Ban | Protect Ubuntu 22.04 Server
22:02
Просмотров 6 тыс.