assign static IP ubuntu 18.04How do I reload network configuration with cloud-init?I need to assign specific static IP in ubuntu serverConfiguring multiple DNS name servers on 18.04 serverHow do I reload network configuration with cloud-init?Routing, DNS resolution with Bond0How to Reset Network Interfaces Configuration on Ubuntu Server 18.04?Netplan static IP doesn't workCreating a home server to act as a wifi access point and hom router (Ubuntu server 18.04)

Co-Supervisor comes to office to help her students which distracts me

Palatino font (newpxmath) misaligns text in fraction numerators

Late 1970's and 6502 chip facilities for operating systems

Do we have any particular tonal center in mind when we are NOT listening music?

How to deal with a Homophobic PC

Hilbert's hotel: why can't I repeat it infinitely many times?

When is it acceptable to write a bad letter of recommendation?

What exactly did this mechanic sabotage on the American Airlines 737, and how dangerous was it?

Subverting the emotional woman and stoic man trope

Organisational search option

Is there any iPhone SE out there with 3D Touch?

Two trains move towards each other, a bird moves between them. How many trips can the bird make?

A high quality contribution but an annoying error is present in my published article

How use custom order in folder on Windows 7 and 10

How do you use the interjection for snorting?

What is the meaning of word 'crack' in chapter 33 of A Game of Thrones?

Meaning of 'ran' in German?

Is "ln" (natural log) and "log" the same thing if used in this answer?

A simple game that keeps track of the number of questions asked

Is this Portent-like spell balanced?

What benefits does the Power Word Kill spell have?

Is it possible to encode a message in such a way that can only be read by someone or something capable of seeing into the very near future?

Everyone and NTFS permissions

Do we know the situation in Britain before Sealion (summer 1940)?



assign static IP ubuntu 18.04


How do I reload network configuration with cloud-init?I need to assign specific static IP in ubuntu serverConfiguring multiple DNS name servers on 18.04 serverHow do I reload network configuration with cloud-init?Routing, DNS resolution with Bond0How to Reset Network Interfaces Configuration on Ubuntu Server 18.04?Netplan static IP doesn't workCreating a home server to act as a wifi access point and hom router (Ubuntu server 18.04)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm seeing a lot of guides on internet telling me to assign through



cd /etc/netplan

sudo nano 50-cloud-init.yaml


Unfortunately I edited it with tabs at first and now I'm not sure how to fix that mistake.



Also, it says that changes in this file will not take effect!



#This file is generated from information provided by
#the datasource. Changes to it will not persist across an instance.


How can I revert this file back to default and make the proper edits to assign our Ubuntu server a static IP?










share|improve this question


























  • Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

    – heynnema
    Apr 16 at 17:01

















1















I'm seeing a lot of guides on internet telling me to assign through



cd /etc/netplan

sudo nano 50-cloud-init.yaml


Unfortunately I edited it with tabs at first and now I'm not sure how to fix that mistake.



Also, it says that changes in this file will not take effect!



#This file is generated from information provided by
#the datasource. Changes to it will not persist across an instance.


How can I revert this file back to default and make the proper edits to assign our Ubuntu server a static IP?










share|improve this question


























  • Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

    – heynnema
    Apr 16 at 17:01













1












1








1








I'm seeing a lot of guides on internet telling me to assign through



cd /etc/netplan

sudo nano 50-cloud-init.yaml


Unfortunately I edited it with tabs at first and now I'm not sure how to fix that mistake.



Also, it says that changes in this file will not take effect!



#This file is generated from information provided by
#the datasource. Changes to it will not persist across an instance.


How can I revert this file back to default and make the proper edits to assign our Ubuntu server a static IP?










share|improve this question
















I'm seeing a lot of guides on internet telling me to assign through



cd /etc/netplan

sudo nano 50-cloud-init.yaml


Unfortunately I edited it with tabs at first and now I'm not sure how to fix that mistake.



Also, it says that changes in this file will not take effect!



#This file is generated from information provided by
#the datasource. Changes to it will not persist across an instance.


How can I revert this file back to default and make the proper edits to assign our Ubuntu server a static IP?







networking server 18.04 webserver






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 15 at 23:16









steeldriver

79.3k12 gold badges130 silver badges214 bronze badges




79.3k12 gold badges130 silver badges214 bronze badges










asked Apr 15 at 22:57









null.voidnull.void

61 bronze badge




61 bronze badge















  • Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

    – heynnema
    Apr 16 at 17:01

















  • Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

    – heynnema
    Apr 16 at 17:01
















Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

– heynnema
Apr 16 at 17:01





Edit the .yaml with gedit and it'll show you where the tabs are. sudo -H gedit /etc/netplan/50-cloud-init.yaml

– heynnema
Apr 16 at 17:01










1 Answer
1






active

oldest

votes


















0
















Look at this example: How do I reload network configuration with cloud-init?. Also, you can try to revert back to the original file format which is stated below.



network:
ethernets:
eno1: <-- or whatever your connection states it is
dhcp4: yes
version2:


This should do it. This is the default config. for the .yaml src at 50-cloud-init.yaml at /etc/netplan/.



Seth



P.S. Then, use sudo netplan apply to finish off your "change." If the sudo netplan apply command does not work, try to look around on this forum. I have found some info. that is dedicated to netplan or ubuntu server specifically.






share|improve this answer





























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134209%2fassign-static-ip-ubuntu-18-04%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0
















    Look at this example: How do I reload network configuration with cloud-init?. Also, you can try to revert back to the original file format which is stated below.



    network:
    ethernets:
    eno1: <-- or whatever your connection states it is
    dhcp4: yes
    version2:


    This should do it. This is the default config. for the .yaml src at 50-cloud-init.yaml at /etc/netplan/.



    Seth



    P.S. Then, use sudo netplan apply to finish off your "change." If the sudo netplan apply command does not work, try to look around on this forum. I have found some info. that is dedicated to netplan or ubuntu server specifically.






    share|improve this answer































      0
















      Look at this example: How do I reload network configuration with cloud-init?. Also, you can try to revert back to the original file format which is stated below.



      network:
      ethernets:
      eno1: <-- or whatever your connection states it is
      dhcp4: yes
      version2:


      This should do it. This is the default config. for the .yaml src at 50-cloud-init.yaml at /etc/netplan/.



      Seth



      P.S. Then, use sudo netplan apply to finish off your "change." If the sudo netplan apply command does not work, try to look around on this forum. I have found some info. that is dedicated to netplan or ubuntu server specifically.






      share|improve this answer





























        0














        0










        0









        Look at this example: How do I reload network configuration with cloud-init?. Also, you can try to revert back to the original file format which is stated below.



        network:
        ethernets:
        eno1: <-- or whatever your connection states it is
        dhcp4: yes
        version2:


        This should do it. This is the default config. for the .yaml src at 50-cloud-init.yaml at /etc/netplan/.



        Seth



        P.S. Then, use sudo netplan apply to finish off your "change." If the sudo netplan apply command does not work, try to look around on this forum. I have found some info. that is dedicated to netplan or ubuntu server specifically.






        share|improve this answer















        Look at this example: How do I reload network configuration with cloud-init?. Also, you can try to revert back to the original file format which is stated below.



        network:
        ethernets:
        eno1: <-- or whatever your connection states it is
        dhcp4: yes
        version2:


        This should do it. This is the default config. for the .yaml src at 50-cloud-init.yaml at /etc/netplan/.



        Seth



        P.S. Then, use sudo netplan apply to finish off your "change." If the sudo netplan apply command does not work, try to look around on this forum. I have found some info. that is dedicated to netplan or ubuntu server specifically.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 16 at 2:41

























        answered Apr 16 at 2:23









        De FunctDe Funct

        187 bronze badges




        187 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1134209%2fassign-static-ip-ubuntu-18-04%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?