hier die versprochenen Infos:
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5ae73e32891e praqma/network-multitool "/bin/sh /docker/ent…" 23 hours ago Up 23 hours 80/tcp, 443/tcp, 1180/tcp, 11443/tcp multitool
d83c58f81e17 nodered/node-red "./entrypoint.sh" 27 hours ago Up 27 hours (healthy) 0.0.0.0:1880->1880/tcp NodeRed
2ccda93305be buanet/iobroker "/bin/bash -c /opt/s…" 2 days ago Up 2 days (healthy) 0.0.0.0:23->23/tcp, 0.0.0.0:2001->2001/tcp, 0.0.0.0:2010->2010/tcp, 0.0.0.0:8081->8081/tcp, 0.0.0.0:8701->8701/tcp, 0.0.0.0:9292->9292/tcp ioBroker
19247884aba7 portainer/portainer-ce:latest "/portainer" 7 days ago Up 6 days 0.0.0.0:8000->8000/tcp, 0.0.0.0:9443->9443/tcp, 9000/tcp portainer
docker network ls
NETWORK ID NAME DRIVER SCOPE
c32d4488dc3b bridge bridge local
17b4b01bac15 docker_volumes-backup-extension-desktop-extension_default bridge local
a50a384e53d9 host host local
2ec644182fb0 mybridge bridge local
6ccc832c6491 none null local
docker inspect bridge
[
{
"Name": "bridge",
"Id": "c32d4488dc3ba02bd51cdb17ea53b1016f4ed125bd7cbf621b08b45031006b3e",
"Created": "2023-09-05T19:42:33.860088281Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.17.0.0/16",
"Gateway": "172.17.0.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"19247884aba7f676a6b00ced70e2f89d7448fe10bc0c012fdaa71b4979d3f9f4": {
"Name": "portainer",
"EndpointID": "81f3804299d5479edde5f99b1fa464167379200ed15b38197e56cb49a11fbb5c",
"MacAddress": "02:42:ac:11:00:02",
"IPv4Address": "172.17.0.2/16",
"IPv6Address": ""
},
"2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7": {
"Name": "ioBroker",
"EndpointID": "ed8cfbf07dbd30d4d01d7c430d5cd4479650277c60e8d45a83e77275c37b84cd",
"MacAddress": "02:42:ac:11:00:04",
"IPv4Address": "172.17.0.4/16",
"IPv6Address": ""
},
"d83c58f81e17a472b4c17f553b6cadd146a9cd1ab95e14ad5803cd6642f2404e": {
"Name": "NodeRed",
"EndpointID": "006d623dda08f71fba8b81ccebbed4d84a5f2c28c08fff681c84dcb6bb741531",
"MacAddress": "02:42:ac:11:00:03",
"IPv4Address": "172.17.0.3/16",
"IPv6Address": ""
}
},
"Options": {
"com.docker.network.bridge.default_bridge": "true",
"com.docker.network.bridge.enable_icc": "true",
"com.docker.network.bridge.enable_ip_masquerade": "true",
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "65535"
},
"Labels": {}
}
]
docker inspect ioBroker
[
{
"Id": "2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7",
"Created": "2023-09-10T10:09:01.815960144Z",
"Path": "/bin/bash",
"Args": [
"-c",
"/opt/scripts/iobroker_startup.sh"
],
"State": {
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 7464,
"ExitCode": 0,
"Error": "",
"StartedAt": "2023-09-10T10:36:33.989255409Z",
"FinishedAt": "2023-09-10T10:36:33.264489931Z",
"Health": {
"Status": "healthy",
"FailingStreak": 0,
"Log": [
{
"Start": "2023-09-12T19:04:50.863517574Z",
"End": "2023-09-12T19:04:50.965046976Z",
"ExitCode": 0,
"Output": "Health status: OK - Main process (js-controller) is running.\n"
},
{
"Start": "2023-09-12T19:05:05.971523074Z",
"End": "2023-09-12T19:05:06.033477998Z",
"ExitCode": 0,
"Output": "Health status: OK - Main process (js-controller) is running.\n"
},
{
"Start": "2023-09-12T19:05:21.045186326Z",
"End": "2023-09-12T19:05:21.105450756Z",
"ExitCode": 0,
"Output": "Health status: OK - Main process (js-controller) is running.\n"
},
{
"Start": "2023-09-12T19:05:36.113201509Z",
"End": "2023-09-12T19:05:36.174652954Z",
"ExitCode": 0,
"Output": "Health status: OK - Main process (js-controller) is running.\n"
},
{
"Start": "2023-09-12T19:05:51.183022538Z",
"End": "2023-09-12T19:05:51.238368538Z",
"ExitCode": 0,
"Output": "Health status: OK - Main process (js-controller) is running.\n"
}
]
}
},
"Image": "sha256:92a4ff402b26a41c54591061fe73fda325b5ff2cf6c37b568e7fd46f22dfeac8",
"ResolvConfPath": "/var/lib/docker/containers/2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7/resolv.conf",
"HostnamePath": "/var/lib/docker/containers/2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7/hostname",
"HostsPath": "/var/lib/docker/containers/2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7/hosts",
"LogPath": "/var/lib/docker/containers/2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7/2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7-json.log",
"Name": "/ioBroker",
"RestartCount": 0,
"Driver": "overlay2",
"Platform": "linux",
"MountLabel": "",
"ProcessLabel": "",
"AppArmorProfile": "",
"ExecIDs": [
"a9cad49cce9bbff69696d0a79b6a991ebc66318a0b420029ff0ce8c3e05d06af",
"a8feb5e9d16ba02ad54596d4706994a12c91fb95d301d4e1c0a7577951563593",
"c15f955441bd79ba4e462974f71f1698c96b4e4e43b9f5281278cfc6b4695584",
"b17761182f02cd8a1a06d3f6a4e5e12f0d59761c5065ea3f175d90ff2aa2c71c"
],
"HostConfig": {
"Binds": [
"iobroker:/opt/iobroker"
],
"ContainerIDFile": "",
"LogConfig": {
"Type": "json-file",
"Config": {}
},
"NetworkMode": "default",
"PortBindings": {
"2001/tcp": [
{
"HostIp": "",
"HostPort": "2001"
}
],
"2010/tcp": [
{
"HostIp": "",
"HostPort": "2010"
}
],
"23/tcp": [
{
"HostIp": "",
"HostPort": "23"
}
],
"8081/tcp": [
{
"HostIp": "",
"HostPort": "8081"
}
],
"8701/tcp": [
{
"HostIp": "",
"HostPort": "8701"
}
],
"9292/tcp": [
{
"HostIp": "",
"HostPort": "9292"
}
]
},
"RestartPolicy": {
"Name": "unless-stopped",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"ConsoleSize": [
54,
202
],
"CapAdd": null,
"CapDrop": null,
"CgroupnsMode": "private",
"Dns": [],
"DnsOptions": [],
"DnsSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "private",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": [
"label=disable"
],
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"Runtime": "runc",
"Isolation": "",
"CpuShares": 0,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": [],
"BlkioDeviceReadBps": [],
"BlkioDeviceWriteBps": [],
"BlkioDeviceReadIOps": [],
"BlkioDeviceWriteIOps": [],
"CpuPeriod": 0,
"CpuQuota": 0,
"CpuRealtimePeriod": 0,
"CpuRealtimeRuntime": 0,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": [],
"DeviceCgroupRules": null,
"DeviceRequests": null,
"MemoryReservation": 0,
"MemorySwap": 0,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": null,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"MaskedPaths": null,
"ReadonlyPaths": null
},
"GraphDriver": {
"Data": {
"LowerDir": "/var/lib/docker/overlay2/89b9bcb429dc9e2153bcd9049abee7878060ace51031af56007ed54857b16dfb-init/diff:/var/lib/docker/overlay2/372b96f2e9a9e0959d8979c37e3228bcf06c54964f78bcdcd67f0ec0e9b6442f/diff:/var/lib/docker/overlay2/b94924d6a806ab734cd737b2b0950c1a3fe912ea425ced79066d8c831a443ecb/diff:/var/lib/docker/overlay2/c0163108ff70a9a9f37f0ea97975b73ab0fe281802210f117fa4870a7d0c509f/diff:/var/lib/docker/overlay2/52597778281cb22eeaa6d20e1274ee35b84c477f25c1de5b864d4fbc38127321/diff:/var/lib/docker/overlay2/c83325f464e4c59923d6842a504934f84a71fd13cda7aabcdfdba2d423785468/diff",
"MergedDir": "/var/lib/docker/overlay2/89b9bcb429dc9e2153bcd9049abee7878060ace51031af56007ed54857b16dfb/merged",
"UpperDir": "/var/lib/docker/overlay2/89b9bcb429dc9e2153bcd9049abee7878060ace51031af56007ed54857b16dfb/diff",
"WorkDir": "/var/lib/docker/overlay2/89b9bcb429dc9e2153bcd9049abee7878060ace51031af56007ed54857b16dfb/work"
},
"Name": "overlay2"
},
"Mounts": [
{
"Type": "volume",
"Name": "iobroker",
"Source": "/var/lib/docker/volumes/iobroker/_data",
"Destination": "/opt/iobroker",
"Driver": "local",
"Mode": "z",
"RW": true,
"Propagation": ""
}
],
"Config": {
"Hostname": "iobroker",
"Domainname": "",
"User": "",
"AttachStdin": true,
"AttachStdout": true,
"AttachStderr": true,
"ExposedPorts": {
"2001/tcp": {},
"2010/tcp": {},
"23/tcp": {},
"8081/tcp": {},
"8701/tcp": {},
"9292/tcp": {}
},
"Tty": true,
"OpenStdin": true,
"StdinOnce": true,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"DEBIAN_FRONTEND=teletype",
"LANG=de_DE.UTF-8",
"LANGUAGE=de_DE:de",
"LC_ALL=de_DE.UTF-8",
"SETGID=1000",
"SETUID=1000",
"TZ=Europe/Berlin"
],
"Cmd": null,
"Healthcheck": {
"Test": [
"CMD",
"/bin/bash",
"-c",
"/opt/scripts/healthcheck.sh"
],
"Interval": 15000000000,
"Timeout": 5000000000,
"Retries": 5
},
"Image": "buanet/iobroker",
"Volumes": {
"/opt/iobroker": {}
},
"WorkingDir": "/opt/iobroker",
"Entrypoint": [
"/bin/bash",
"-c",
"/opt/scripts/iobroker_startup.sh"
],
"OnBuild": null,
"Labels": {
"org.opencontainers.image.authors": "André Germann \u003cinfo@buanet.de\u003e",
"org.opencontainers.image.base.name": "docker.io/library/debian:bullseye-slim",
"org.opencontainers.image.created": "2023-08-19T23:45:39+00:00",
"org.opencontainers.image.description": "Official Docker image for ioBroker smarthome software (https://www.iobroker.net)",
"org.opencontainers.image.documentation": "https://github.com/buanet/ioBroker.docker#readme",
"org.opencontainers.image.source": "https://github.com/buanet/ioBroker.docker",
"org.opencontainers.image.title": "Official ioBroker Docker Image",
"org.opencontainers.image.url": "https://github.com/buanet/ioBroker.docker",
"org.opencontainers.image.version": "v8.1.0"
}
},
"NetworkSettings": {
"Bridge": "",
"SandboxID": "c1ed532f7da85a9dfb164361aaf328f71a8a30b5377047db607947c324eabbf2",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {
"2001/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "2001"
}
],
"2010/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "2010"
}
],
"23/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "23"
}
],
"8081/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "8081"
}
],
"8701/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "8701"
}
],
"9292/tcp": [
{
"HostIp": "0.0.0.0",
"HostPort": "9292"
}
]
},
"SandboxKey": "/var/run/docker/netns/c1ed532f7da8",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "ed8cfbf07dbd30d4d01d7c430d5cd4479650277c60e8d45a83e77275c37b84cd",
"Gateway": "172.17.0.1",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "172.17.0.4",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"MacAddress": "02:42:ac:11:00:04",
"Networks": {
"bridge": {
"IPAMConfig": null,
"Links": null,
"Aliases": null,
"NetworkID": "c32d4488dc3ba02bd51cdb17ea53b1016f4ed125bd7cbf621b08b45031006b3e",
"EndpointID": "ed8cfbf07dbd30d4d01d7c430d5cd4479650277c60e8d45a83e77275c37b84cd",
"Gateway": "172.17.0.1",
"IPAddress": "172.17.0.4",
"IPPrefixLen": 16,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "02:42:ac:11:00:04",
"DriverOpts": null
}
}
}
}
]
docker exec -it ioBroker sh
# ping 172.17.0.1
PING 172.17.0.1 (172.17.0.1) 56(84) bytes of data.
64 bytes from 172.17.0.1: icmp_seq=1 ttl=64 time=10.6 ms
64 bytes from 172.17.0.1: icmp_seq=2 ttl=64 time=0.059 ms
64 bytes from 172.17.0.1: icmp_seq=3 ttl=64 time=0.097 ms
64 bytes from 172.17.0.1: icmp_seq=4 ttl=64 time=0.086 ms
64 bytes from 172.17.0.1: icmp_seq=5 ttl=64 time=0.092 ms
64 bytes from 172.17.0.1: icmp_seq=6 ttl=64 time=0.055 ms
64 bytes from 172.17.0.1: icmp_seq=7 ttl=64 time=0.091 ms
64 bytes from 172.17.0.1: icmp_seq=8 ttl=64 time=0.082 ms
64 bytes from 172.17.0.1: icmp_seq=9 ttl=64 time=0.092 ms
64 bytes from 172.17.0.1: icmp_seq=10 ttl=64 time=0.125 ms
64 bytes from 172.17.0.1: icmp_seq=11 ttl=64 time=0.176 ms
64 bytes from 172.17.0.1: icmp_seq=12 ttl=64 time=0.083 ms
[64 bytes from 172.17.0.1: icmp_seq=13 ttl=64 time=0.093 ms
64 bytes from 172.17.0.1: icmp_seq=14 ttl=64 time=0.087 ms
64 bytes from 172.17.0.1: icmp_seq=15 ttl=64 time=0.084 ms
64 bytes from 172.17.0.1: icmp_seq=16 ttl=64 time=0.085 ms
[64 bytes from 172.17.0.1: icmp_seq=17 ttl=64 time=0.092 ms
64 bytes from 172.17.0.1: icmp_seq=18 ttl=64 time=0.087 ms
64 bytes from 172.17.0.1: icmp_seq=19 ttl=64 time=0.089 ms
64 bytes from 172.17.0.1: icmp_seq=20 ttl=64 time=0.078 ms
64 bytes from 172.17.0.1: icmp_seq=21 ttl=64 time=0.096 ms
64 bytes from 172.17.0.1: icmp_seq=22 ttl=64 time=0.083 ms
64 bytes from 172.17.0.1: icmp_seq=23 ttl=64 time=0.082 ms
64 bytes from 172.17.0.1: icmp_seq=24 ttl=64 time=0.095 ms
^C
--- 172.17.0.1 ping statistics ---
24 packets transmitted, 24 received, 0% packet loss, time 23519ms
rtt min/avg/max/mdev = 0.055/0.528/10.600/2.100 ms
# ping 172.17.0.3
PING 172.17.0.3 (172.17.0.3) 56(84) bytes of data.
64 bytes from 172.17.0.3: icmp_seq=1 ttl=64 time=8.30 ms
64 bytes from 172.17.0.3: icmp_seq=2 ttl=64 time=0.105 ms
64 bytes from 172.17.0.3: icmp_seq=3 ttl=64 time=0.073 ms
64 bytes from 172.17.0.3: icmp_seq=4 ttl=64 time=0.100 ms
64 bytes from 172.17.0.3: icmp_seq=5 ttl=64 time=0.094 ms
64 bytes from 172.17.0.3: icmp_seq=6 ttl=64 time=0.109 ms
64 bytes from 172.17.0.3: icmp_seq=7 ttl=64 time=0.077 ms
64 bytes from 172.17.0.3: icmp_seq=8 ttl=64 time=0.101 ms
64 bytes from 172.17.0.3: icmp_seq=9 ttl=64 time=0.221 ms
64 bytes from 172.17.0.3: icmp_seq=10 ttl=64 time=0.193 ms
64 bytes from 172.17.0.3: icmp_seq=11 ttl=64 time=0.130 ms
64 bytes from 172.17.0.3: icmp_seq=12 ttl=64 time=0.087 ms
64 bytes from 172.17.0.3: icmp_seq=13 ttl=64 time=0.099 ms
64 bytes from 172.17.0.3: icmp_seq=14 ttl=64 time=0.103 ms
64 bytes from 172.17.0.3: icmp_seq=15 ttl=64 time=0.090 ms
^C
--- 172.17.0.3 ping statistics ---
15 packets transmitted, 15 received, 0% packet loss, time 14296ms
rtt min/avg/max/mdev = 0.073/0.658/8.301/2.042 ms
Ping zu CCU3
# ping 192.168.111.100
PING 192.168.111.100 (192.168.111.100) 56(84) bytes of data.
From 192.168.111.2 icmp_seq=3 Destination Host Unreachable
From 192.168.111.2 icmp_seq=4 Destination Host Unreachable
From 192.168.111.2 icmp_seq=6 Destination Host Unreachable
^C
--- 192.168.111.100 ping statistics ---
9 packets transmitted, 0 received, +3 errors, 100% packet loss, time 8200ms
pipe 3
Ping zu Host (Mac)
# ping 192.168.111.101
PING 192.168.111.101 (192.168.111.101) 56(84) bytes of data.
From 192.168.111.2 icmp_seq=1 Destination Host Unreachable
From 192.168.111.2 icmp_seq=2 Destination Host Unreachable
From 192.168.111.2 icmp_seq=3 Destination Host Unreachable
From 192.168.111.2 icmp_seq=4 Destination Host Unreachable
From 192.168.111.2 icmp_seq=5 Destination Host Unreachable
From 192.168.111.2 icmp_seq=6 Destination Host Unreachable
^C
--- 192.168.111.101 ping statistics ---
9 packets transmitted, 0 received, +6 errors, 100% packet loss, time 8234ms
pipe 4
Sehen kann ich hier nix brauchbares... @Adlerauge (@Homoran) & @Marc-Berg bzw. auch alle Andern sieht eine/r von Euch was, was helfen könnte?
EDIT:
Die Bridge selbst hatte ich vergessen:
docker inspect bridge
[
{
"Name": "bridge",
"Id": "c32d4488dc3ba02bd51cdb17ea53b1016f4ed125bd7cbf621b08b45031006b3e",
"Created": "2023-09-05T19:42:33.860088281Z",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.17.0.0/16",
"Gateway": "172.17.0.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"19247884aba7f676a6b00ced70e2f89d7448fe10bc0c012fdaa71b4979d3f9f4": {
"Name": "portainer",
"EndpointID": "81f3804299d5479edde5f99b1fa464167379200ed15b38197e56cb49a11fbb5c",
"MacAddress": "02:42:ac:11:00:02",
"IPv4Address": "172.17.0.2/16",
"IPv6Address": ""
},
"2ccda93305bea448a6fea32e5c966852a4af4f1a15608becaf5703bf193d33e7": {
"Name": "ioBroker",
"EndpointID": "ed8cfbf07dbd30d4d01d7c430d5cd4479650277c60e8d45a83e77275c37b84cd",
"MacAddress": "02:42:ac:11:00:04",
"IPv4Address": "172.17.0.4/16",
"IPv6Address": ""
},
"d83c58f81e17a472b4c17f553b6cadd146a9cd1ab95e14ad5803cd6642f2404e": {
"Name": "NodeRed",
"EndpointID": "006d623dda08f71fba8b81ccebbed4d84a5f2c28c08fff681c84dcb6bb741531",
"MacAddress": "02:42:ac:11:00:03",
"IPv4Address": "172.17.0.3/16",
"IPv6Address": ""
}
},
"Options": {
"com.docker.network.bridge.default_bridge": "true",
"com.docker.network.bridge.enable_icc": "true",
"com.docker.network.bridge.enable_ip_masquerade": "true",
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "65535"
},
"Labels": {}
}
]
Gruß
Der Schroeder
EDIT2
Das sollte ja auch soweit passen, oder?
