logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Server socket created on IP
Author
mrdj1024



Joined: 03 Apr 2023
Posts: 30
Location: Bridgeton,NJ,USA

PostPosted: Thu 27 Jul '23 3:40    Post subject: Server socket created on IP Reply with quote

hello!
got a question for you all.
when mariadb starts up it says
Server socket created on IP: '::'.
Server socket created on IP: '0.0.0.0'.
it seems to work just fine with this setup as far as i know.
but shouldnt the ipv4 address be 127.0.0.1?
and for the ipv6 address im not sure what the local host equivalent for that is.
is the above config correct for both ipv4 and ipv6?
NOTE:mariadb server is local only(only my apache webserver is require all granted) and it seems to still accept connections to mariadb which is good.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Thu 27 Jul '23 8:13    Post subject: Reply with quote

Hello there!
0.0.0.0 means that the server listens on all interfaces and is reachable from everywhere (when the firewall allows it).
On the other hand, 127.0.0.1 and "::1" are only available on your machine aka private/local access.
Back to top


Reply to topic   Topic: Server socket created on IP View previous topic :: View next topic
Post new topic   Forum Index -> Other Software