Jojojojo
Jojojojo
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
No description
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
Thank you very much @Tag for helping!
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
192.168.178.246 is reserved for the helper macvlan. 245 is for the pihole.
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
''' docker network create -d macvlan \ --subnet=192.168.178.0/24 \ --gateway=192.168.178.1 \ --ip-range=192.168.178.244/30 \ --aux-address 'host=192.168.178.246' \ -o parent=eno1 pihole_macvlan '''
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
this is how the macvlan for my pihole looks like:
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
first do the ip commands, this way they are not persistent and see if they are working. Then add this to etc/systemd/system/ as a .service file so its persistent. You may need to change the name of your network parent.
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
[Unit] Description=Setup pihole shim After=network.target [Service] ExecStart=/bin/sh -c '\ ip link add pihole-shim link eno1 type macvlan mode bridge && \ ip addr add 192.168.178.246/32 dev pihole-shim && \ ip link set pihole-shim up && \ ip route add 192.168.178.244/30 dev pihole-shim' [Install] WantedBy=multi-user.target
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
So to summarize if someone has the same issue: A host system can by design not communicate with a macvlan container. since the needed routing information is missing. It is reachable by other devices in the network. A solution can be to add another macvlan netzwork on the host system which acts as a relay to the macvlan container.
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
Works now!
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
Thank you! I will look into it tomorrow and give Feedback and maybe a solution for others
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
is works with /bin/sh. And you were right, i cant ping .250. I will try to resolve the network issues
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
sudo docker exec -it 4eaf4ae09c64 bash OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
weird. i get this error only in this container, not in any other:
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
192.168.178.250 is a macvlan in docker, if that makes any difference
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
it shows ERROR Unexpected response: connect EHOSTUNREACH 192.168.178.250:80
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
ah, now i found something. HTTPS: hostname is an IP - host is not upgradable 192.168.178.250. I guess firefox tries to upgrade http to an https connection which gives a certificate error
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
and this.window.gBrowserInit is undefined
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
AbortError: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved 44 ConduitsParent.sys.mjs:362 _raceResponses resource://gre/modules/ConduitsParent.sys.mjs:362
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
The homarr container doesnt show unusual logs. Its not working in other browser either after clearing cache
48 replies
HHomarr
Created by Jojojojo on 10/25/2023 in #💬・get-help
Cant find integrations tab
No description
48 replies