Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oraclelinux:8 container with port mapping failure #66

Open
omalisson opened this issue Jan 16, 2024 · 0 comments
Open

Oraclelinux:8 container with port mapping failure #66

omalisson opened this issue Jan 16, 2024 · 0 comments

Comments

@omalisson
Copy link

Hello!

I'm running an oraclelinux:8 container to run an elastic-agent (installation successful) where ports 8200 and 8220 were mapped for communication with the APM service.
The ports were mapped in iptables correctly and the traffic from the APM server reaches the host, however the response received is "Connection refused" and when testing the respective ports the result shows "port closed".

Below is some information:

Output of the "docker ps" command:

Image: oraclelinux:8
Command: "/bin/bash"
Ports: 0.0.0.0:8200->8200/tcp
:::8200->8200/tcp
0.0.0.0:8220->8220/tcp
:::8220->8220/tcp

iptables output:

ChainDOCKER (2 references)
num target prot opt source destination
1 ACCEPT tcp -- 0.0.0.0/0 172.18.0.2 tcp dpt:9200
2 ACCEPT tcp -- 0.0.0.0/0 172.18.0.3 tcp dpt:5601
3 ACCEPT tcp -- 0.0.0.0/0 172.18.0.4 tcp dpt:8220
4 ACCEPT tcp -- 0.0.0.0/0 172.18.0.4 tcp dpt:8200

If anyone can help me solve this problem I would be very grateful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant