-
Notifications
You must be signed in to change notification settings - Fork 182
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
[HELP] Stream proxy #204
Comments
@barto95100 Just to make sure you setup everything correctly, you have enabled TCP port forward / mapping thing in docker right? Have you click "Refresh" to check if your service is actually running and not exited after running for a few seconds?Can I have your docker config and your wireshark capture? UpdatesAfter some testing the TCP proxy function indeed working and issue above cannot be reproduced. Check your docker networking config and seek for professional IT support if needed. |
@tobychui this is my config docker:
the tcpdump: (zoraxy host)
|
@barto95100 Have you try to change the listening address to your docker container WAN address instead? |
I don't understand: Have you try to change the listening address to your docker container WAN address instead? My container zoraxy have 172.23.0.2 this is the tcpdump on interface network used by zoraxy on docker network:
I don't know why the zoraxy dont forward the packet.. Log possible in specify file in container ? @PassiveLemon maybe idea ? thank's |
Maybe I can give a bit of context on how that listening address works. listenerStartingAddr := allowPort
if isValidPort(allowPort) {
//number only, e.g. 8080
listenerStartingAddr = "0.0.0.0:" + allowPort
} else if strings.HasPrefix(allowPort, ":") && isValidPort(allowPort[1:]) {
//port number starting with :, e.g. :8080
listenerStartingAddr = "0.0.0.0" + allowPort
} So if you are only filling in |
Ok, @tobychui i reboot the virtual machine and it's ok now (no config modify) strange :( |
Uhhh ok, please close this if your problem has been resolved. |
Hi,
I configure the stream proxy :
but when I test to tcpdump to 192.168.1.243 if the traffic forward from zoraxy nothing in tcpdump..
i'm wrong on configuration ? or other config is necessary ?
zoraxy 3.0.6
Docker
Router NAT port 25 -> zoraxy -> to 192.168.1.243:25
thank's for your help
The text was updated successfully, but these errors were encountered: