Git Product home page Git Product logo

Comments (9)

stevenshiau avatar stevenshiau commented on July 21, 2024

"Does drbl expect to find networks named ethx?" -> No. Device name like eno1 will be fine. too.
If you run command "ip add", what's the result?

Steven

from drbl.

andreaciriello avatar andreaciriello commented on July 21, 2024

image
@stevenshiau this is what I get when I run "ip add". Each adapter (virtual ones too) has its own IP address.

from drbl.

stevenshiau avatar stevenshiau commented on July 21, 2024

Did you set any default gateway?
What's the results if you run "ip route"?

Steven

from drbl.

andreaciriello avatar andreaciriello commented on July 21, 2024

image
@stevenshiau This is what I get when I run ip route.
"Did you set any default gateways?" -> Yes, the default gateway is my router on both interfaces enp0s5 and enp0s6.

from drbl.

stevenshiau avatar stevenshiau commented on July 21, 2024

It's confusing actually. You do not have to hide your IP address because 192.168 is the private IP address. It's not unique. It's everywhere.
Otherwise how will we know if you really setup the correct IP address? To me, only on default gw is required. You have configured two, and it an issue I believe.

Steven

from drbl.

andreaciriello avatar andreaciriello commented on July 21, 2024

Output of ip add:
image

Output of ip route:
image

I tried to remove one of the default gateways (which had the same ip address as the remaining one), but still no luck.

from drbl.

stevenshiau avatar stevenshiau commented on July 21, 2024

Please set different network subsets for your network devices, e.g.,
eth0: 192.168.1.254/24
eth1: 192.168.2.254/24
enp0s5: 192.168.11.254/24
enp0s6: 192.168.12.254/24

Steven

from drbl.

andreaciriello avatar andreaciriello commented on July 21, 2024

@stevenshiau Sorry for late response. I found out what was the problem: the script was looking for the command 'ifconfig' which, on newer versions of Ubuntu Server, is not installed by default. I installed the package net-tools and now it works. Still, I treasured your suggestions.

Thank you.

from drbl.

stevenshiau avatar stevenshiau commented on July 21, 2024

OK, got it.
However, if you follow the docs on https://drbl.org/installation/ to install and configure DRBL/Clonezilla. In the step "drblsrv -i" , it should install that for you.

Steven

from drbl.

Related Issues (17)

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.