Questions tagged [ipv6]
5 questions
4
votes
2 answers
Sqlserver IPV6 handling function or numeric conversion
I'm looking for ways to handle IPv6 CIDR address ranges in SqlServer.
The data I obtained is formatted as bellow and has these columns :
Int_IP_Start, Int_IP_End, CIDR_Range, ASN, Name
for…
A_V
- 1,374
- 4
- 19
- 32
3
votes
1 answer
How to set IP segment and connection string with IPv6?
For this PostgreSQL configuration example:
https://repmgr.org/docs/4.4/quickstart-authentication.html
local replication repmgr trust
host replication repmgr 127.0.0.1/32 trust
host …
rawmain
- 359
- 1
- 9
- 20
2
votes
1 answer
Unable to search between IPv6 range when converting string IP Address to VARBINARY(16)
I am attempting to search for IPGeolocation data, which is presented by the data vendor as a start and end range for both IPv4 and IPv6. However, when I convert the IP that is provided, I am getting incorrect results.
To search by range, I am…
J Weezy
- 199
- 9
1
vote
1 answer
Ipv6 creating table load data and retriving in mysql using ip_poly
CREATE TABLE `ipv6_table` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`ip_poly` POLYGON NOT NULL,
`start_network` BIGINT(20) NOT NULL DEFAULT '0',
`end_network` BIGINT(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
SPATIAL KEY…
Aravind
- 11
- 2
1
vote
1 answer
Disabling IPV6 on Always on availability group
In our environment we only have one network adapters for the Replicas and IPV4 is being used. By default the IPV6 is also enabled. My question is will there be any problems if I unchecked IPV6 from the Adapter properties
SQL_NoExpert
- 1,107
- 1
- 21
- 37