SO2 Docker non NAT to Github #3640
Replies: 3 comments
-
On inspection, the RST is from 172 -> Docker, so maybe the outbound request is ok, but the inbound SYN/ACK isn't going through NAT ok |
Beta Was this translation helpful? Give feedback.
0 replies
-
A little sneak peak of what I'm releasing with Squares-UI, here is what a profile looks like of traffic to the destination 185.199.108.133 And here is a similar profile of traffic to source 172.17.0.6 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FYI - Using SO2 I was looking through logs, and I've seen 172.17.0.6 reaching out to GitHub without going through NAT/Proxy
I downloaded the packets and found the MAC address, which in this network points to the SO2 master.
172.17.0.6 appears to be Grafana
[root@so2 admin]# docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
/so-grafana - 172.17.0.6
I'm guessing Grafana just doing local updates, but still worth reporting. HTH
Andy
Beta Was this translation helpful? Give feedback.
All reactions