/usr/share/doc/firebird
IPv6 support in Firebird 3.0 ---------------------------- Starting with version 3.0, Firebird can use IPv6 connections, both on client and server side. Client ------ As standard text form of an IPv6 address uses colons which Firebird uses to separate host and database in connection strings, IPv6 address needs to be enclosed in brackets. Examples: connect '[2014:1234::5]:test'; connect '[2014:1234::5]/3049:/srv/firebird/test.fdb'; For consistency, (optional) square brackets can be also used around an IPv4 address or a domain name. If a domain name is used in connection string, all addresses (IPv4 and IPv6) are tried in the order returned by resolver until a connection is established. Only if all attempts fail, the client fails to connect. New URL-style connection string format (see README.connection_strings) allows to restrict name lookup to only IPv4 or IPv6 addresses: connect 'inet://server.example.org/test'; connect 'inet4://server.example.org/test'; connect 'inet6://server.example.org/test'; First example tries all addresses, second only IPv4 ones, third only IPv6 ones. This can be used to avoid connection delays on systems where name lookup returns IPv6 addresses for some host names but attempts to connect to them time out rather than failing immediatelly (as reported, this can happen even for name "localhost" on some systems). Server ------ By default, Firebird server listens on zero IPv6 address (::) and accepts all incoming connections, IPv4 and IPv6. This behaviour can be changed by config directive IPv6V6Only. If it is set to true, server listening on zero IPv6 address (implicitely or explicitely) will accept only IPv6 connections. Different listening address (IPv4 or IPv6) can be set using RemoteBindAddress directive. If an IPv4 address or non-zero IPv6 address is used, IPv6V6Only directive has no effect. Note: on POSIX platforms, server started in Classic mode via (x)inetd ignores the RemoteBindAddress, RemoteServicePort and RemoteServiceName directives as the listening socket is set up by (x)inetd. Listening address and/or port need to be set in (x)inetd configuration in this mode.
.
Edit
..
Edit
CHANGELOG.md
Edit
Firebird-3-QuickStart.pdf
Edit
Firebird-4.0.6-ReleaseNotes.pdf
Edit
IDPLicense.txt
Edit
IPLicense.txt
Edit
README.DiskSpaceAllocation
Edit
README.Fedora
Edit
README.IPv6
Edit
README.NTSecurity
Edit
README.Optimizer.txt
Edit
README.SecureRemotePassword.html
Edit
README.Win32LibraryInstallation.txt
Edit
README.Win9X_NT_embedding
Edit
README.build.macosx.md
Edit
README.build.mingw.html
Edit
README.build.msvc.html
Edit
README.build.posix.html
Edit
README.coding.style
Edit
README.connection_string_charset.txt
Edit
README.connection_strings
Edit
README.external_routines.txt
Edit
README.fb_cancel_operation
Edit
README.fb_shutdown
Edit
README.fbsvcmgr
Edit
README.garbage_collector
Edit
README.gbak
Edit
README.incompatibilities.3to4.txt
Edit
README.incompatibilities.txt
Edit
README.instsvc
Edit
README.intl
Edit
README.isql_enhancements.txt
Edit
README.makefiles
Edit
README.md
Edit
README.modern_cpp.md
Edit
README.monitoring_tables
Edit
README.online_validation
Edit
README.performance_monitoring
Edit
README.plugins.html
Edit
README.providers.html
Edit
README.raw_devices
Edit
README.read_consistency.md
Edit
README.read_password_from_file
Edit
README.replication.md
Edit
README.security_database.txt
Edit
README.services_extension
Edit
README.session_idle_timeouts
Edit
README.sha1
Edit
README.statement_timeouts
Edit
README.superclassic
Edit
README.trace_services
Edit
README.transaction_at_snapshot.md
Edit
README.trusted_authentication
Edit
README.user.embedded
Edit
README.user.troubleshooting
Edit
README.wire.compression.html
Edit
README.xnet
Edit
sample
Edit
sql.extensions
Edit
udf_replace.sql
Edit
udf_replace.txt
Edit