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.

learn more… | top users | synonyms

0
votes
0answers
13 views

How do I make JVM use the IPv4 stack in isolated scope?

I have an application that runs on JVM/Tomcat and the machine(s) that it runs on all have IPv6 stack enabled. I'm trying to make a request to another machine that only supports IPv4 and the JVM will ...
0
votes
1answer
21 views

how do I get a remote global link addr by it's local-link addr?

I get a Routing Information Protocol(RIP) packet, and I can get the link-local addr of the source router from this packet. But I cannot set the route by the link-local addr, I need a global link addr ...
0
votes
0answers
11 views

TCPDUMP: are these args consistent or meaningless together? [migrated]

I'm using tcpdump on routing software, and trying to check whether the presence of ip/ip6 protocol with an ip6/ip host (i.e., the other IP family), or else specifying a mix of IPv4 and IPv6 IPs as ...
2
votes
2answers
52 views

Compare ipv4 addresses in ipv6 notation

On incoming connections via ipv4 the IPAddress is in ipv6 notation such as ::ffff:1.2.3.4 I want to compare these addresses to an IPAddress I get from elsewhere which is in ipv4 notation: 1.2.3.4 By ...
2
votes
0answers
26 views

Proper way to find IPv6 in CIDR Range MySQL

I have a MySQL blacklist table, with either single IPv4, IPv6 or CIDR ranges of one of both types stored in it. My table looks somewhat like this: +-----------+-------------+ | Name | Type ...
1
vote
0answers
29 views

Where m flag and o flag will be stored in Linux

I want to know the value of m flag and o flag of recently received Router Advertisement. From the kernel source code I came to know that m flag and o flag are stored. /* * Remember the ...
-3
votes
1answer
22 views

Mobile HotSpot:802.11 to Cellular data conversion [closed]

I am trying to understand the mobile hotspot technology (tethering). Specifically, I am interested in how the devices connected to a HotSpot (via Wi-Fi) access the internet via Cellular network. Here ...
0
votes
0answers
18 views

SOAP support in JBoss 4.23 with IPv4

Until recently, all our system services spoke with each other using IPv4. Lately, we've made a change and we can now speak with the other services using IPv6. This is true for all services except for ...
3
votes
1answer
67 views

Connecting IPv4 client to IPv6 server: connection refused

I am experimenting with IPv6 sockets, particularly the "dual stack" capability offered on Windows Vista and later, and apparently on Unix by default. I am finding that when I bind my server to a ...
-4
votes
2answers
29 views

IPv6 address by hostname [closed]

Is there anyway to get IPv6 address by hostname? Any command in Linux? I tried NSLookup, but it doesn't have any such option. Basically, I have a C program that deals with IPv6 and I want to check if ...
0
votes
0answers
22 views

Exposing endpoints for both IPv4 and IPv6

I have server-client application which allows users to connect to via both IPv4 and IPv6. Currently the endpoints are exposed in terms of host names to support heterogeneous clients. Under certain ...
0
votes
0answers
25 views

How IPv6 hosts work in IPv4 network LAN [closed]

I have searched for two mechanism of tunneling, but it is still confused to me. The first Approach is "IPv4-compatilbe IPv6 Address", and the second is "IPv4 mapped IPv6 Address". In my view, they ...
1
vote
0answers
29 views

An issue about IPv6 address in Scapy

I'm using scapy in python2.6 and met an issue about the IPv6 address: from scapy.all import * p = IPv6(src = '1:0:0:1::1', dst = '2:0:0:2::2') print p.src, p.dst p.show() it seems that scapy ...
0
votes
0answers
37 views

How to check an IP address is within a range of two IPs in PHP? - with ipv6 support

This is essentially a duplicate of this question: How to check an IP address is within a range of two IPs in PHP? However the solution to the above question does not support ipv6. Is there a similar ...
2
votes
2answers
32 views

IPv6 support in Payments Pro

I am hoping you can all help me out real quick with this. Based on the documentation for PayPal Payments Pro, the IP address is a required value. However, it appears that PayPal does not yet support ...
1
vote
1answer
57 views

Creating socket compatible with IPv4 and IPv6

I am writing a program which can read the IP address that I have been assigned on a specific network interface (VLAN: eth0.32). I won't know if I have been assigned an IPv4 or a IPv6 address so I try ...
-1
votes
1answer
33 views

IPv6 ready for heroku? [closed]

I'm hosting an app on Heroku (abc.com -> xyz.herokuapp.com). Somehow my organization would like the site to be compatible with ipv6 clients. I was searching around (including tunnel broker) on how to ...
0
votes
1answer
31 views

I can't ssh to any node on my batman-advanced network using its ipv6 address [closed]

I have two nodes in a batman advanced network (I plan to add more). I have the ipv6 address of the node I want to ssh to fe80::8003:5aff:fed7:fb8b/64 but I can't seem to ssh from any other nodes in ...
2
votes
2answers
52 views

Reliably get IPV6 Address in Python

at the moment I do: def get_inet_ip(): s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.connect(('mysite.com', 80)) return s.getsockname()[0] This was based on: Finding local IP ...
0
votes
1answer
63 views

Unable to create netlink socket: Protocol not supported

I found an example about intercepting IPv6 packets using netfilter along with libipq library. It begins by declaring and creating an ipq_handle structure: struct ipq_handle *h; h = ...
-2
votes
0answers
20 views

How many IPv6 address per interface? [closed]

How many IPv6 addresses can be configured on single interface? Regards, Shreehari
-2
votes
0answers
76 views

localhost not work but 127.0.0.1 is fine(why some people close it without having a look???) [closed]

First, please don't mark it as a duplicate! I see someone asked the same question and his problem was solved. Someone suggest changing host file by removing "::1". I did the same(actually in my host ...
1
vote
1answer
38 views

How to configure MySQL under XAMPP to work with IPv6 [closed]

I have XAMPP v.3.1.0 and for testing purposes I need to connect to the MySQL database using IPv6 format. How to configure MySQL?
0
votes
1answer
82 views

Open UDP socket between source and destination, modify it and forward it to the original destination

I am running a simple network that contains 2 nodes and a gateway. My scenario is as follows: Node1 wants to send a UDP IPv6 socket to Node2 via the Gateway which has to open the sockets, verifies ...
-7
votes
0answers
82 views

In dillema over c#, java or html5 [closed]

I'm a student and i have to develop an application which requires the use of IPv6. The function of ipv6 is to multicast. IPv6 multicast usually means allowing the application to send message to a ...
6
votes
1answer
87 views

Using IPv6 in a real-world Java program

IPv6 usage is slowly starting nowadays, so I'm currently in the process of fixing and updating all applications to be prepared for IPv6. One of the applications is the Java editor JOSM ...
0
votes
0answers
53 views

IPv6 routing for Linux LXC guests [closed]

I've got an IPv6-enabled host running LXC containers. The host can ping6 guests and vice versa. However, guests pinging internet destinations get "Address unreachable" from the host, probably the ...
-6
votes
1answer
86 views

What layers does IPv6/IPv4 use when running on TCP/IP? [closed]

When using TCP/IP with IPV4, do servers perform checksum on the network-layer? When using TCP/IP with IPV4, do servers perform checksum on the transport-layer? When using TCP/IP with IPV6, do servers ...
2
votes
3answers
79 views

C++ winsock connection refused when connecting to IPv4 address

I'm programming a server/client system using winsock2 and it works great when I connect the client to the server name or the server IPv6 address. However, when I use the server IPv4 address I get ...
0
votes
0answers
35 views

Building curl and libcurl with IPv6 support on windows 7

I'm try to build libcurl with IPv6 support on win7 x64. I'm using MSVS 2008, Cmake 2.8. and packages of libcurl 2.19, 2.24, 2.30 and other. I always get an error in Curl_getaddrinfo function. The ...
0
votes
1answer
44 views

What multicast mac addresses mean?

When boot up a Linux server, some multicast packets are sent out. The destination mac address is 33:33:00:00:00:02. I wonder if the multicast address is well known? Dose it have some special meaning? ...
1
vote
1answer
24 views

Inconformity between RFC and implementation about ethernet IPv6 multicast address

In RFC2464, the prefix of ethernet IPv6 multicast address is defined as 33:33, but as I captured some packets in Wireshark, I found this prefix is actually implemented as 33:33:ff. For example, when ...
1
vote
1answer
83 views

Convert IPv6 address into an ASCII string in Internet standard dotted-decimal format

To convert IPv4 address into an ASCII string in Internet standard dotted-decimal format we use inet_ntoa function. What function shuold I use for IPv6?
0
votes
1answer
25 views

web services within IPv6 network protocol

Does SOA(Service Oriented Architecture) works properly within IPv6 network deployments? Are the freely existing tools(eg. eclipse, netbeans etc) to create web services takes care of IPv6 network ...
0
votes
0answers
39 views

netstat -s statistics meaning [closed]

If I use netstat -s command to get TCP/UDP statistics for IPv4/IPv6. and I get some mesures like Active Opens, Failed connexions, Segments received. To use these statistics I want to know how these ...
0
votes
1answer
165 views

AAAA DNS query on ipv4 interface

We use RH5.8 with ipv6 disabled. named(bind) service is in forward mode (cache enabled) options { directory "/var/named"; listen-on { 127.0.0.1; }; forwarders {10.10.12.1;}; forward ...
2
votes
0answers
78 views

Unable to capture the IPv6 multicast traffic for Windows 8

Following is the function I wrote to capture IPv6 multicast data coming on multicast address ff02::1 and port 9154. This code works fine on Windows Vista and Windows 7. But I am unable to capture the ...
-1
votes
1answer
107 views

IP changes while pinging IPV6 address [closed]

I have made a small demo program to sniff IPV6 packets . I am trying to ping the said machine from a remote one . My site local address is "FEC0..." and Link local address is "FE80..." . However , ...
1
vote
1answer
30 views

Accessing Web Services using IPv6

I have a box which has both IPv4 (resolved via domain controller) and IPv6 enabled. Is it possible to access the webservices (configured using IIS) using LinkLocal address?
-1
votes
1answer
59 views

ubunut 10.0.4 ipv6 default gateway [closed]

ubutuv0:eth2 <--------> ubunutv0:eth1 <---> client d | | | ubuntuv1:eth2 <--->ubuntuv1:eth1 <---->client c os:ubuntu 10.0.4 what i want to do is just add a default gatway to ...
0
votes
1answer
30 views

PHP Windows 7 IPv6 Work-Around ip column can not be null

With the following PHP/SQL... function ip2long6($ip) {//ipv6 to ipv4 (string) to get Windows 7 local working // Temp work-around until we convert the string to support ipv6 natively in SQL. if ...
0
votes
0answers
66 views

How to disable ipv6 on a specific interface in linux? [closed]

Could someone tell me how to disable ipv6 auto-config on a specific network interface in CentOS? The current situation is: A PC has two network adapters eth0 and eth1 that are connecteing to the ...
1
vote
3answers
104 views

IPV4 vs. IPV6 PHP Function

I've been reading about how to determine whether an IP is IPv4 or IPv6 and it seems obvious to me that the thing to look for is whether there is a colon. However, then you have IPv4–mapped IPv6 ...
0
votes
0answers
38 views

Converting an Ipv6 type address to network byte order

I have an ipv6 address in the following format uint32_t adress6[4]; So the above array stores 4 uint32_t type data which equals 16 bytes overall and hence an ipv6 type address. How can I convert ...
11
votes
1answer
96 views

Returning from __len__() when >64 bits

In this problem, I'm dealing with IPv6 network address spaces, so the length is 2^(128-subnet). It appears that python (at least on this machine), will cope with up to a 64 bit signed number as the ...
0
votes
1answer
61 views

Python port checker - unreachable network

I need help.Two weeks ago such code like this went without problems and tested ports of IPv6 addresses, but now suddenly throws exception:Error: [Errno 10051] A socket operation was attempted to an ...
0
votes
2answers
120 views

How to detect client ipv4 and ipv6 address?

I want to create a webpage detecting (possibly dual-stack) client's ipv4 and ipv6 address, is there an easy way to do it without frames? With frame I guess I can load two pages, each of them only ...
0
votes
1answer
74 views

VIES VAT api SOAP error ipv6

Here is the server settings/issues I am encountering: SOAP is installed and working on the server Using PHP SOAP extension ( new SoapClient(self::VAT_VALIDATION_WSDL_URL) ) to make the calls The ...
1
vote
0answers
106 views

How IPv6 link local address is getting generated in windows [closed]

I am curies to know how windows generated the Link Local IPv6 Address, because as far as I know Link local address must have the mac address but when I do the IPConfig /all that time my Link Local ...
0
votes
1answer
157 views

ip6tables -> tproxy IPV6 to IPV4 [closed]

I'm looking for a solution to forward the ipv6 port 80 traffic to the ipv4 port 80. As I know, ip6tables doesnt support NAT (netfilter is working on that) but is it maybe possible to do that over ...

1 2 3 4 5 15