A simple question about IP configuration #852
Replies: 1 comment
-
If you run the dockerized Open5gs from our repository, it runs with |
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
-
I have a simple question. Is' bind_addr 'actually the port that srsgnb listens on in the configuration file? I ran AMF in the Docker container of the host and set the AMF's addr in the configuration file to the container's IP. However, I found that although the SCTP connection on port 38412 of the AMF IP in the CLI works, when I set the bind_addr in the configuration file to the host address, such as 127.0.0.1, the srsgnb program cannot connect to AMF and can only be used if it is set to 0.0.0.0. Why is this?
Beta Was this translation helpful? Give feedback.
All reactions