yes. i know installer not send query for AAAA record.but, i test ipv6 only dns server at 2009, if the remote dns server is dual-stack and the client(local ipv6 dns server) is ipv6 only, you c... [by godspeed]
I am trying to implement dual stack for IPv6 support in a IPv4 system. I have configured a DHCP server which gives IPv4 and IPv6 address to the device.
My PC and the VM running on it gets both, IPv6 and IPv4 addresses. The embedded system I am working on needs the dhcpcd command to get IP address.
I've got the following setup:
My Windows 7 development box (or a freshly installed Windows 7 VM)
A Windows Embedded CE 6.0 based device with IPv6 enabled and a web server running
A USB RNDIS connection between the two
On both sides of the connection, there is a link-local IPv6 address configured automatically as expected and I can ping in both directions using the scope ID.
I can enter the dev
I have IPv6 configured on my local network via radvd; it advertises a routable IPv6 block, that all the machines auto-configure.s
I have IPv4 assigned to a NAT'd block via dhcpd and that updates named.
My problem is that when I set the AAAA record for a host for it's IPv6 address (which doesn't change), named will then start rejecting name updates from dhcpd for the A record.
Hi I would install an openldap server in ipv6
it worked perfectly in ipv4 network
but when i changed the host address in ldap.conf to ipv6 address in the server and client host
client can't find ldap users
root@server:/etc/phpldapadmin# su dell -l
Unknown id: dell
The two machines pings
who can help me to set up openldap in ipv6
I'm using a IPv4 + IPv6 on a server (#1).
Sometimes the IPv4 address is mapped to another server (#2), so #1 isn't accessible via IPv4, but remains accessible via IPv6.
In this case IPv6 dns lookups won't work.
$ ping6 mirror.ipv6.hetzner.de
unknown host
If I disable the IPv4 address everything works fine.
$ ping6 mirror.ipv6.hetzner.de
PING mirror.ipv6.hetzner.de(2a01:4f8:0:a101::1:1) 56 da
hello,
i have a problem to enable ipv6 in fedora 9 because i have a project about ipv6 attacks
:confused:my questions are:
-is ipv6 is already exist in fedora 9?
-how can i enable ipv6 with fedora9?
- where can i find the libraries(lib) C cose i have the thc-ipv6 attack tools and when i compile with gcc i have always the same type of failure
I have setup an Nginx server in a machine which have both ipv4 and ipv6 addresses. Currently, its connected to CloudFlare and only use ipv4. I have 1 ipv4 address assigned to the web server.
Now what I want is, to become fully ipv6. Then connect to CloudFlare. So, if an ipv4 user comes to the site, CloudFlare will make sure that he can visit my ipv6 only site!
I was looking for configuring Slackware to use ipv6 but all instruction I found speak about using an ipv6 tunnel that encapsulate ipv6 request into ipv4 packet and send them to an external router that extracts ipv6 request and sends a reply (or, at least, this is what I understood).
Is that necessary? Isn't there a way to configure a pure ipv6 system?