You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to define Network element for each docker so it merges better with my local network
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c51e2e74a532 wazuh/wazuh-dashboard:4.5.0 "/entrypoint.sh" 9 seconds ago Up 8 seconds 443/tcp, 0.0.0.0:443->5601/tcp, :::443->5601/tcp single-node-wazuh.dashboard-1
9c0fc923e846 wazuh/wazuh-manager:4.5.0 "/init" 9 seconds ago Up 8 seconds 0.0.0.0:1514-1515->1514-1515/tcp, :::1514-1515->1514-1515/tcp, 0.0.0.0:514->514/udp, :::514->514/udp, 0.0.0.0:55000->55000/tcp, :::55000->55000/tcp, 1516/tcp single-node-wazuh.manager-1
e99b2db2c161 wazuh/wazuh-indexer:4.5.0 "/entrypoint.sh open…" 9 seconds ago Up 8 seconds 0.0.0.0:9200->9200/tcp, :::9200->9200/tcp single-node-wazuh.indexer-1
ifconfig
r-41cbf85cf85a: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.22.0.1 netmask 255.255.0.0 broadcast 172.22.255.255
inet6 fe80::42:9ff:fe74:84c8 prefixlen 64 scopeid 0x20
ether 02:42:09:74:84:c8 txqueuelen 0 (Ethernet)
RX packets 3 bytes 84 (84.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 69 bytes 11319 (11.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
inet6 fe80::42:9cff:fef7:ce94 prefixlen 64 scopeid 0x20
ether 02:42:9c:f7:ce:94 txqueuelen 0 (Ethernet)
RX packets 42057266 bytes 4039878347 (4.0 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 69764001 bytes 102891829742 (102.8 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.30 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::4ecc:6aff:fede:f228 prefixlen 64 scopeid 0x20
ether 4c:cc:6a:de:f2:28 txqueuelen 1000 (Ethernet)
RX packets 111630722 bytes 151878654708 (151.8 GB)
RX errors 0 dropped 50309 overruns 0 frame 0
TX packets 97032656 bytes 74496421756 (74.4 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 19
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 846755 bytes 124552070 (124.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 846755 bytes 124552070 (124.5 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
macvlan: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.100 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::3c17:eff:fe94:5921 prefixlen 64 scopeid 0x20
ether 3e:17:0e:94:59:21 txqueuelen 1000 (Ethernet)
RX packets 1654560 bytes 2292327040 (2.2 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 463521 bytes 2437654861 (2.4 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
veth100f9b8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::f00c:d3ff:fe08:9ac6 prefixlen 64 scopeid 0x20
ether f2:0c:d3:08:9a:c6 txqueuelen 0 (Ethernet)
RX packets 631 bytes 91886 (91.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 777 bytes 124820 (124.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
veth3b31b55: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::786a:79ff:fe8f:978f prefixlen 64 scopeid 0x20
ether 7a:6a:79:8f:97:8f txqueuelen 0 (Ethernet)
RX packets 659 bytes 76911 (76.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 684 bytes 96485 (96.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vethd8004e7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::9029:bdff:feef:d53e prefixlen 64 scopeid 0x20
ether 92:29:bd:ef:d5:3e txqueuelen 0 (Ethernet)
RX packets 36 bytes 33863 (33.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 124 bytes 23717 (23.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Beta Was this translation helpful? Give feedback.
All reactions