Questions tagged [ipv6]

The Internet Protocol is one of the fundamental protocols used for the Internet. IPv6 is the next generation Internet Protocol, as opposed to the currently common Internet Protocol known as IPv4.

Primarily IPv6 increases the number of available addresses to allow continued expansion of the Internet once all of the addresses are allocated. There are a number of other noticeable changes over , which are based on the lessons learned from the evolution of .

Useful resources:

2550 questions
0
votes
1 answer

How to write an ipv6 server script using Python 3.10

My English is not very good, so I used Machine translation. Please forgive me if I offended you* I want to use IPv4 to enable external devices to access my project, but due to gateway issues, I am unable to map the port to a wide area network. So…
com_Last
  • 1
  • 1
0
votes
0 answers

How to make a SpringWeb jar listen to IPv4 on a Linux server

I uploaded a SpringWeb application (with embedded Tomcat) executable JAR file(wrapped by maven) to a Linux server. When I run this JAR file on my local (Windows) system, it can listen to both IPv4 and IPv6. However, when I run it on a Linux server…
linchen
  • 1
  • 2
0
votes
0 answers

Can't send email using smtp protocol for IPV6 address

I use smtp.mail.ru as smtp server and this server corresponds to multiple IP addresses(based on my experiments different amount of servers from differernt networks) and one of those servers is ipv6. I manually iterate over those servers and when I…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
0
votes
0 answers

javascript - minio client with ipv6

I want to upload an image to a Minio server, both the app and the server in the same IPv6 Network. Fetching the images with fetch() works awesome, but when I want to connect with Minio.Client, the invalid endpoint error throws. This is my…
0
votes
0 answers

connect zookeeper client with ipv6 address

when i try to use ipv6 address to connect zookeeper, the zookeeper report next: Error accepting new connection: /2409:8c10:c00:119:10:2:68:62 is a limited client, zk Server refused it! i want to cennect zookeeper with ipv6 address
杨斌斌
  • 1
  • 1
0
votes
1 answer

Azure sql server firewall rule for IPv6

I want to allow the complete range of IPv6 on an Azure SQL-server. The code in Azure Cli I use is: az sql server ipv6-firewall-rule create --name --resource-group --server --start-ipv6-address 0000:0000:0000:0000:0000:0000:0000:0000…
Ukkie
  • 11
0
votes
0 answers

GCP Access Context Manager with IP range

I have a problem/question regarding GCP's Access Context Manager. I am just trying it out together with VPC Service Control and my idea is to limit access to GCP services within specific project. What I did was I created service perimeter, added…
Bostjan
  • 1,455
  • 3
  • 14
  • 22
0
votes
0 answers

Is it possible to use raw IPV6 socket with UDP under Centos7.9 (Linux3.10)?

I am trying to build a raw IPV6 socket using c for sending packets through UDP. Noticed that inside the setsockopt() field, we use IP_HDRINCL for making ipv4 headers. However, the IPV6 raw socket requires this to be IPV6_HDRINCL. The IPV6_HDRINCL…
0
votes
0 answers

Not able to connect to mysql-router on IPv6 address

I am deploying mysqlrouter with IPv6 address on kubernetes cluster, router is deploying and is able to connect to mysql instances, but the router itself is not being able to connect to application services. Also I tried to do telnet to the…
SVD
  • 385
  • 4
  • 24
0
votes
0 answers

How to retrieve IP address of Apple Watch programmatically in watchOS?

I have been trying to find a way to retrieve the IP address of an Apple Watch running watchOS programmatically. I would greatly appreciate it if someone could guide me through the process or provide an alternative solution to obtain the IP address…
0
votes
0 answers

netconf call home using ipv6

Can some one please help me in implementing netconf call home using ipv6 in python. Just read some articles about netconf home and tried implementing the same with below code , Can someone please check and tell me if I am heading in the right…
tinks
  • 111
  • 1
  • 2
  • 10
0
votes
0 answers

ubuntu after rotating 3000 of addr interface goes of for 15 seconds

I have ~2000 ipv6 addresses on 1 interface. While rotating them, I delete old ones and add new ones for i in $(cat ip.list);do ip -6 addr del $i dev enp1s0f0;done for i in $(cat ip.list);do ip -6 addr add $i dev enp1s0f0;done after that, all…
sam
  • 1
  • 2
0
votes
1 answer

Not able to add ipv6 type Load Balancer IP in kubernetes service

I'm on GKE and I'm trying to expose one application using IPV6 address. This is my service.yaml apiVersion: v1 kind: Service metadata: annotations: cloud.google.com/neg: '{"ingress":true}' labels: run: ubuntu name: ubuntu namespace:…
pzk
  • 19
  • 1
  • 7
0
votes
2 answers

How do I configure my Google App Engine's Firewall rules to accept IPv4?

I have a couple of applications running on Google App Engine (all standard environment). I would like to deny access to these services to all IP addresses except my own for the moment with a plan to successively whitelist others in the future. I…
0
votes
0 answers

Getting error while posting ip address documents in elastic?

I have IPv6 in decimal format, I am trying to convert it into the ip addresses then converting the start and end ip addresses into CIDR notation using PowerShell. Sample Data: startIP: "281470698520851" endIP: "281470698520851" Result: ipv6-range:…
Naveen Kumar
  • 1,266
  • 1
  • 21
  • 50
1 2 3
99
100