failed to bring up eth1. Maybe gateway is a the problem (With virtualBox) Announcing the...

What could prevent concentrated local exploration?

tabularx column has extra padding at right?

How can I introduce the names of fantasy creatures to the reader?

Like totally amazing interchangeable sister outfit accessory swapping or whatever

Can gravitational waves pass through a black hole?

Lights are flickering on and off after accidentally bumping into light switch

How to get a single big right brace?

How to break 信じようとしていただけかも知れない into separate parts?

Converting a text document with special format to Pandas DataFrame

What is the ongoing value of the Kanban board to the developers as opposed to management

Are Flameskulls resistant to magical piercing damage?

What's the connection between Mr. Nancy and fried chicken?

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

What is the difference between 准时 and 按时?

When speaking, how do you change your mind mid-sentence?

Continue tikz picture on next page

How to charge percentage of transaction cost?

Why is one lightbulb in a string illuminated?

What came first? Venom as the movie or as the song?

lm and glm function in R

What helicopter has the most rotor blades?

Who can become a wight?

Why not use the yoke to control yaw, as well as pitch and roll?

Putting Ant-Man on house arrest



failed to bring up eth1. Maybe gateway is a the problem (With virtualBox)



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How to setup an alias for local facing interfaceHow do I start my network bridge automatically upon boot?Connecting Two Computers Together: Assigning IP doesnt workRouting and Ip setupSetting Internet Gatewayopenstack: conifgure vm with static ip on eth1Unable to run 2 ethernet connections at the same time14.04 Dual LAN Same Network One port unusableCannot find device “eth0”. Failed to bring up eth0Renaming ethernet devices in 16.04





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







0















I use parrot security v4.5 (I know this isn't Ubuntu but maybe the solution of this problem is the same of Ubuntu) and this is my /etc/network/interfaces:



# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# First interface
auto eth0
iface eth0 inet dhcp

# Second interface
auto eth1
iface wth1 inet static
address 20.0.0.2
netmask 255.255.255.0
gateway 20.0.0.1
broadcast 20.0.0.0


But when I do:



service networking restart


I have this error:




job for networking.service failed because the control process exited with error code




And with:



service networking status


I have:




ifup: failed to bring up eth1




If I delete the last three line (if delete only gateway line this don't work) in /etc/network/interfaces file and do:



service networking restart


and then add only netmask and broadcast line with (NO gateway line):



service networking restart


I don't have any problem.



What's the problem? Thanks.



N.B. this is my configuration on virtual box:
enter image description here










share|improve this question







New contributor




Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    I use parrot security v4.5 (I know this isn't Ubuntu but maybe the solution of this problem is the same of Ubuntu) and this is my /etc/network/interfaces:



    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # First interface
    auto eth0
    iface eth0 inet dhcp

    # Second interface
    auto eth1
    iface wth1 inet static
    address 20.0.0.2
    netmask 255.255.255.0
    gateway 20.0.0.1
    broadcast 20.0.0.0


    But when I do:



    service networking restart


    I have this error:




    job for networking.service failed because the control process exited with error code




    And with:



    service networking status


    I have:




    ifup: failed to bring up eth1




    If I delete the last three line (if delete only gateway line this don't work) in /etc/network/interfaces file and do:



    service networking restart


    and then add only netmask and broadcast line with (NO gateway line):



    service networking restart


    I don't have any problem.



    What's the problem? Thanks.



    N.B. this is my configuration on virtual box:
    enter image description here










    share|improve this question







    New contributor




    Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I use parrot security v4.5 (I know this isn't Ubuntu but maybe the solution of this problem is the same of Ubuntu) and this is my /etc/network/interfaces:



      # This file describes the network interfaces available on your system
      # and how to activate them. For more information, see interfaces(5).

      source /etc/network/interfaces.d/*

      # The loopback network interface
      auto lo
      iface lo inet loopback

      # First interface
      auto eth0
      iface eth0 inet dhcp

      # Second interface
      auto eth1
      iface wth1 inet static
      address 20.0.0.2
      netmask 255.255.255.0
      gateway 20.0.0.1
      broadcast 20.0.0.0


      But when I do:



      service networking restart


      I have this error:




      job for networking.service failed because the control process exited with error code




      And with:



      service networking status


      I have:




      ifup: failed to bring up eth1




      If I delete the last three line (if delete only gateway line this don't work) in /etc/network/interfaces file and do:



      service networking restart


      and then add only netmask and broadcast line with (NO gateway line):



      service networking restart


      I don't have any problem.



      What's the problem? Thanks.



      N.B. this is my configuration on virtual box:
      enter image description here










      share|improve this question







      New contributor




      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I use parrot security v4.5 (I know this isn't Ubuntu but maybe the solution of this problem is the same of Ubuntu) and this is my /etc/network/interfaces:



      # This file describes the network interfaces available on your system
      # and how to activate them. For more information, see interfaces(5).

      source /etc/network/interfaces.d/*

      # The loopback network interface
      auto lo
      iface lo inet loopback

      # First interface
      auto eth0
      iface eth0 inet dhcp

      # Second interface
      auto eth1
      iface wth1 inet static
      address 20.0.0.2
      netmask 255.255.255.0
      gateway 20.0.0.1
      broadcast 20.0.0.0


      But when I do:



      service networking restart


      I have this error:




      job for networking.service failed because the control process exited with error code




      And with:



      service networking status


      I have:




      ifup: failed to bring up eth1




      If I delete the last three line (if delete only gateway line this don't work) in /etc/network/interfaces file and do:



      service networking restart


      and then add only netmask and broadcast line with (NO gateway line):



      service networking restart


      I don't have any problem.



      What's the problem? Thanks.



      N.B. this is my configuration on virtual box:
      enter image description here







      networking virtualbox






      share|improve this question







      New contributor




      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      Chuck94Chuck94

      1




      1




      New contributor




      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Chuck94 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          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/3.0/"u003ecc by-sa 3.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
          });


          }
          });






          Chuck94 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1136170%2ffailed-to-bring-up-eth1-maybe-gateway-is-a-the-problem-with-virtualbox%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Chuck94 is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Chuck94 is a new contributor. Be nice, and check out our Code of Conduct.













          Chuck94 is a new contributor. Be nice, and check out our Code of Conduct.












          Chuck94 is a new contributor. Be nice, and check out our Code of Conduct.
















          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%2f1136170%2ffailed-to-bring-up-eth1-maybe-gateway-is-a-the-problem-with-virtualbox%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

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...