• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. hobbicon
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    hobbicon

    @hobbicon

    1
    Reputation
    99
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hobbicon Unfollow Follow

    Best posts made by hobbicon

    • RE: Static IP on an Ubuntu 16 Server and VirtualBox

      @george1421

      I found my mistake

      • The IP was wrong
      • the old VM snapshot had NAT instead of bridged network interface enabled

      Thank you very much for the fast support.

      alt text

      posted in Linux Problems
      H
      hobbicon

    Latest posts made by hobbicon

    • RE: Static IP on an Ubuntu 16 Server and VirtualBox

      @george1421

      I found my mistake

      • The IP was wrong
      • the old VM snapshot had NAT instead of bridged network interface enabled

      Thank you very much for the fast support.

      alt text

      posted in Linux Problems
      H
      hobbicon
    • RE: Static IP on an Ubuntu 16 Server and VirtualBox
      ip addr show
      

      for dhcp
      alt text

      for static
      alt text

      ping 8.8.8.8
      

      for a static IP address
      alt text

      ping www.dell.com
      

      alt text

      My two variants of the interfaces file look like this:
      static
      alt text
      dhcp
      alt text

      posted in Linux Problems
      H
      hobbicon
    • Static IP on an Ubuntu 16 Server and VirtualBox

      Hello,

      I am trying to set up FOG with an Ubuntu 16.04 LTS Server running on a VirtualBox.

      After reading a guide I followed the instructions and all worked really well until I had to set up a static IP.

      I use the command nano /etc/network/interfaces

      But after editing the files, my Ubuntu server loses connection to the internet.

      I change from
      alt text

      to

      alt text

      The numbers are different, of course.
      The address and netmask stays the same. The gateway and dns-nameservers are found out by using ipconfig /all an my Windows PC.

      Can anyone help me, please?

      posted in Linux Problems
      H
      hobbicon