Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Server Bindings
Thu, Mar 16 2006 6:11 AMPermanent Link

Daniel Lundin
Hi,

Is it possible to bind the DBISAM Database Server to several
IP-addresses, and if yes - how?

TIA

Daniel
Thu, Mar 16 2006 3:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Daniel,

<< Is it possible to bind the DBISAM Database Server to several
IP-addresses, and if yes - how? >>

There are only two options - bind to one IP address or bind to all of the IP
addresses.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 16 2006 3:17 PMPermanent Link

"Robert"

"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:5A8B9790-843F-45D6-A484-7C9552E31F3B@news.elevatesoft.com...
> Daniel,
>
> << Is it possible to bind the DBISAM Database Server to several
> IP-addresses, and if yes - how? >>
>
> There are only two options - bind to one IP address or bind to all of the
> IP addresses.
>


Can somebody explain the "bind to all" option? Thanks.

Robert

Thu, Mar 16 2006 5:04 PMPermanent Link

"John Seward"
> Can somebody explain the "bind to all" option? Thanks.
>

Most likely it's the generic answer: In nearly all server applications
(because they're based on such socket/networking stacks...), if you
specify 0.0.0.0 as the address to bind to, it will automatically listen
to all addresses on the machine. That includes ones you've
created/assigned, and all the loopback addresses, etc.
Fri, Mar 17 2006 1:19 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Robert,

<< Can somebody explain the "bind to all" option? Thanks. >>

A good example is always 127.0.0.1.  When binding to all IP addresses on the
machine, the database server will listen to any incoming connections on
127.0.0.1 *and* the actual net card IP address being used, such as
192.168.0.5, etc.  When binding to only the 192.168.0.5 IP address, the
database server will only listen on that address, and any connections to
127.0.0.1 will fail since the database server is not bound/listening on that
IP address.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image