Tagged Questions

0
votes
2answers
26 views

How to initialize struct in6_addr?

I do know one method to do this, const struct in6_addr naddr6 = { { 0x3f, 0xfe, 0x05, 0x01, 0x00, 0x08, 0x00, 0x00, 0x02, 0x60, 0x97, 0xff, 0xfe, 0x40, 0xef, 0xa …
7
votes
8answers
2k views

Is there a way for non-root processes to bind to “privileged” ports (<1024) on Linux?

It's very annoying to have this limitation on my development box, when there won't ever be any users other than me. I'm aware of the standard workarounds, but none of them do exac …
0
votes
0answers
29 views

getaddrinfo() returning only ::1 as IPV6 address,

I'm using getaddrinfo() to return all assigned IP addresses (both IPv4 and IPv6) for my local machine. I see that on XP, getaddrinfo() only returns ::1 ( I installed the IPV6 sta …
3
votes
2answers
46 views

HttpContext IP Problem

Hi, I have a problem when I use HttpContext.Current.Request.UserHostAddress, some times returns "192.168.0.17" (IPv4) and some times returns "fe80::99be:a05d:7938:1c30%8" (IPv6), c …
0
votes
1answer
37 views

Does Mongrel do IPv6 well?

I'm using mongrel + apache 2.2 + mod_proxy_balancer. apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6 Does Mongrel do IPv6 well? Platform:RHEL ruby:1.8 …
1
vote
1answer
52 views

Does Rails 2.0 do IPv6 well?

I'm using mongrel + apache 2.2 + mod_proxy_balancer. apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6 Does Mongrel do IPv6 well? Platform:RHEL ruby:1.8. …
0
votes
4answers
425 views

Formatting IPv6 as an int in C# and storing it in SQL Server

Under IPv4 I have been parsing the string representation of IP addresses to Int32's and storing them as int's in SQL Server. Now with IPv6 I'm trying to find out if there's a stan …
0
votes
2answers
257 views

How to convert IPv6 from binary for storage in MySQL

Hello, I am trying to store IPv6 addresses in MySQL 5.0 in an efficient way. I have read the other questions related to this, such as this one. The author of that question eventua …
0
votes
2answers
29 views

how to determine value for ipv6mr_interface field of ipv6_mreq structure

I am trying to create a BSD socket to listen for messages from a specific IPv6 multicast address. I currently have no problem creating the socket listening on the correct address …
0
votes
1answer
74 views

How to support both IPv4 and IPv6 connections

Hello, I'm currently working on a UDP socket application and I need to build in support so that IPV4 and IPV6 connections can send packets to a server. I was hoping that someone …
2
votes
5answers
340 views

IPv6 address validation and canonicalization

What libs have you used for that? How compatible are they with one another? Or did you write your own parsing routine? I'm particularly interested in mutually-compatible impleme …
6
votes
5answers
1k views

How to store IPv6-compatible address in a relational database

How do I do that? Right now IPv6 will not be used, but I need to design the application in such a way as to make it IPv6-ready. It is necessary to store IP addresses and CIDR block …
2
votes
2answers
102 views

Link-scope IPv6 Multicast packets suddenly not routable on a MacBook Pro?

Hi all, This is a slightly obscure question, but I'm stumped and I thought maybe somebody out there might have more of a clue on the issue. My co-worker has been successfully run …
2
votes
3answers
289 views

How to convert an address from IPv4 to IPv6

Is this possible? How can you convert an ipv4 to an ipv6 address? a few example from here: 0.0.0.0 -> :: 127.0.0.1 -> ::1 I'm searching a solution in Java. Thanks,
0
votes
2answers
56 views

how to force python httplib library to use only A requests

The problem is that urllib using httplib is querying fro AAAA records what i would like to avoid. Is there a nice way to do that? >>> import socket >>> socket.ge …

1 2 3 4 next
15 30 50 per page