this post was submitted on 17 Jan 2025
9 points (73.7% liked)
networking
2856 readers
40 users here now
Community for discussing enterprise networks and the ensuing chaos that comes after inheriting or building one.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think you need to explain in more detail how your "listening" is set up. You don't normally "listen" on an IP address, if it gets as far as the program you're listening with then it's already arrived at the correct network address before your program knows about it.
You can bind to an IP when you open a port, it lets you limit your listening to a particular device if there are more than one interfaces. 0.0.0.0 means to listen on "all available" devices.
Yeah I guess that fits their explanation, but I still don't get what they are trying to do.