Tagged Questions
0
votes
2answers
3k views
Pinging own machine returns an IPv6 address instead of IPv4
When I ping my own machine I get an IPv6 address:
Reply from fe80::1004:p8f0:9e40:a42c%10: time<1ms
Reply from fe80::1004:p8f0:9e40:a42c%10: time<1ms
I used to get the IPv4 address (eg. ...
0
votes
1answer
354 views
dhcp6 server config problems
I'm trying to configure an IPv6 DHCP server in gentoo.
So far:
/etc/dhcp/dhcpd6.conf - subnet snippet:
subnet6 2001:db8:21e:101::/64 {
range6 2001:db8:21e:101::6 2001:db8:21e:101::100;
...
1
vote
1answer
238 views
Is an RDNSS or DHCPv6 server allowed to distribute a link-local IP address as DNS server?
And if so, how is this supposed to work? Is the client supposed to attach the interface identifier himself, based on the interface the assignment came through?
1
vote
1answer
724 views
Fixed dhcp ipv6 lease with windows seven?
Here is my setup:
my isp provides me with a /64 ipv6 adress (a real one, not through an ipv4 tunnel or whatever) in addition to my ipv4
my router provides the ip with dhcp over my home network. I ...
4
votes
1answer
4k views
DHCPv6 server + client on Linux
Which IPv6 capable DHCP server and client is best to use on Ubuntu? I can't find a good HOWTO.
ISC DHCP?