GithubHelp home page GithubHelp logo

Comments (4)

billz avatar billz commented on May 28, 2024 1

In a Docker context, I think this can be resolved by adding a volume for config files:

- ./raspap-conf/hostapd.conf:/etc/hostapd/hostapd.conf:rw

(untested)

from raspap-webgui.

NL-TCH avatar NL-TCH commented on May 28, 2024

owh this might have to do something with setting a custom DHCP pool, then removing the docker container.
the WLAN0 settings of the adapter stay, but the container is removed, when creating a new raspap container, nothing can connect anymore.

maybe we need a cleanup script for on the docker host ....
i'll wait for that before i can continue working on the API, i don't want to reinstall my pi :(

from raspap-webgui.

NL-TCH avatar NL-TCH commented on May 28, 2024

uncommenting the static config in /etc/dhcpcd.conf on the host and reinstalling the docker container gives the interface it's ip's back:

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.3.141.1  netmask 255.255.255.0  broadcast 10.3.141.255
        inet6 fe80::3a7f:e86a:3329:a5f8  prefixlen 64  scopeid 0x20<link>
        ether dc:a6:32:41:62:38  txqueuelen 1000  (Ethernet)
        RX packets 13  bytes 1573 (1.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 179  bytes 30160 (29.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

but still clients cannot connect

from raspap-webgui.

NL-TCH avatar NL-TCH commented on May 28, 2024

even when running the uninstaller on container1, deleting the container, running a new docker container with raspap. containers cannot connect

from raspap-webgui.

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.