Giter Club home page Giter Club logo

Comments (5)

tedd77 avatar tedd77 commented on July 3, 2024 1

@enoch85 Could be, however I am able to workaround this problem.
I have no issues concerning the initial installation anymore.
To overcome the problem I just delete the line and carry on.

from vm.

tedd77 avatar tedd77 commented on July 3, 2024

output of cat /etc/network/interfaces
source /etc/network/interfaces.d/*

# The loopback network interface
auto lo ens160
iface lo inet loopback

# The primary network interface
iface ens160 inet static
pre-up /sbin/ethtool -K ens160 tso off
pre-up /sbin/ethtool -K ens160 gso off

# Best practice is to change the static address
# to something outside your DHCP range.
address 192.168.xx.xx
netmask 255.255.255.0
gateway 192.168.xx.xx

# This is an autoconfigured IPv6 interface
# iface ens160 inet6 auto

# Exit and save:        [CTRL+X] + [Y] + [ENTER]
# Exit without saving:  [CTRL+X]

output of ifconfig

ens160    Link encap:Ethernet  HWaddr 00:50:xx:b2:xx:5a
          inet addr:192.168.xx.xx  Bcast:192.168.xx.255  Mask:255.255.255.0
          inet6 addr: fe80::xxx:56ff:feb2:xx5a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:59688 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31578 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:66810947 (66.8 MB)  TX bytes:4466611 (4.4 MB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:40 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:4105 (4.1 KB)  TX bytes:4105 (4.1 KB)

from vm.

enoch85 avatar enoch85 commented on July 3, 2024

Thanks! Will have a look

from vm.

enoch85 avatar enoch85 commented on July 3, 2024

@tedd77 As I said earlier, this is probably an issue with your network setup, as the Require IP filed is blank it's a sign that the script couldn't get an IP from DHCP in the $ADDRESS variable.

Have you changed IP address manually in the interfaces file?

from vm.

enoch85 avatar enoch85 commented on July 3, 2024

Nice! Still, would be nice to know if this is a bug or just a temporary glitch. If you find the time, please let me know.

Thanks!

from vm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.