Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaybird does not seem to be able to handle IPV6 format ip address [JDBC159] #202

Closed
firebird-automations opened this issue Aug 7, 2010 · 6 comments

Comments

@firebird-automations
Copy link

Submitted by: John Price (johnprice)

Assigned to: Roman Rokytskyy (rrokytskyy)

Jaybird 2.1.6 creates exception when trying to make a connection using ipv6 format address

Commits: 01dcbda

@firebird-automations
Copy link
Author

Modified by: Roman Rokytskyy (rrokytskyy)

Fix Version: Jaybird 2.2 [ 10053 ]

timeestimate: 0 [ 0 ]

timeoriginalestimate: 0 [ 0 ]

@firebird-automations
Copy link
Author

Modified by: Roman Rokytskyy (rrokytskyy)

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: Ben Green (bengreen5)

I know that it is possible to connect to IPv4 hosts with IPv6 addresses... ::ffff:192.0.2.128 but does firebird (the server side) bind to 3050 on the IPv6 interface? from remote/inet.cpp I do not see how and it certainly does not on my host.

@firebird-automations
Copy link
Author

Commented by: Roman Rokytskyy (rrokytskyy)

there was an issue when we tried to parse the ip address. the main reason for parsing the address ourselves is a workaround for not fully configured systems where we received error when trying to resolve localhost. Current parsing code handles IPv4 and partly IPv6, where the address is specified in 8 parts separated by colons. Any other forms of IPv6 notation are not supported by parser and will be passed to the Java code directly.

@firebird-automations
Copy link
Author

Modified by: Roman Rokytskyy (rrokytskyy)

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant