Commit b379290
fix: exempt port 5050 from DNAT so evaluate server is reachable
The DNAT rule in the container forwards ALL TCP ports to the Windows
VM at 172.30.0.2, except a few (5700, 5900, 7100, 8006, 8004). Port
5050 was NOT exempted, so connections to the evaluate server were
forwarded to the Windows VM instead of the container's Flask app.
This was the root cause of every evaluate endpoint timeout/disconnect
in this session. The evaluate server was running fine — traffic just
never reached it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1ab5514 commit b379290
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
27 | 38 | | |
28 | 39 | | |
29 | 40 | | |
| |||
0 commit comments