How to assign multiple IPv6 addresses with DHCPv6 to a single interface?Is it possible to assign multiple...

Should I take out a loan for a friend to invest on my behalf?

Can one live in the U.S. and not use a credit card?

Why is there an extra space when I type "ls" in the Desktop directory?

Signed and unsigned numbers

Why restrict private health insurance?

School performs periodic password audits. Is my password compromised?

After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?

Finitely many repeated replacements

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

Recommendation letter by significant other if you worked with them professionally?

Is it possible that a question has only two answers?

When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?

Gaining more land

Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?

Which classes are needed to have access to every spell in the PHB?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

How do we create new idioms and use them in a novel?

Why does Solve lock up when trying to solve the quadratic equation with large integers?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

What ability score modifier does a javelin's damage use?

Outlet with 3 sets of wires

PTIJ: Why does only a Shor Tam ask at the Seder, and not a Shor Mu'ad?

Doubts in understanding some concepts of potential energy

Are all players supposed to be able to see each others' character sheets?



How to assign multiple IPv6 addresses with DHCPv6 to a single interface?


Is it possible to assign multiple addresses to a single host with a DHCP reservation?How to configure radvd, dhcpd6, routing and /64 subnet based on delegated prefix by DHCPv6-PD server?How to back up a database with thousands of filesMultiple IPv6 addresses being assigned to single interfaceMultiple IPv6 with single interface on Debian not workingIPv6 and AdvManagedFlagHow to assign multiple IPv6 Alias addresses to one network interfaceHow to make a zeroconf ipv6 connection between two cabled PCsDebian DHCPv6 get static configured IPv6IPv6 multiple addresses on an interface













2















This seems to be possible based on the spec rfc 3315 page 23:



Excerpt:



The configuration information in an IA consists of one or more IPv6
addresses along with the times T1 and T2 for the IA. See section
22.4 for the representation of an IA in a DHCP message.


Yet, I haven't been able to configure my DHCPv6 client to request these multiple IP addresses on an interface.



Does anyone know how to do this for a Linux DHCPv6 client (preferably running RedHat 6+, CentOS 6+, or Fedora), or on Windows?



My end goal is to do some testing with PCAP files. I would prefer to be able to generate these files myself, but if I can't get my client configured, I would like to find some PCAP files on the internet that I could use. So far, I haven't found anything.



Thanks!










share|improve this question














bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

    – Chris S
    May 14 '14 at 14:10











  • The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

    – stoned
    May 14 '14 at 16:19











  • If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

    – POLLOX
    May 20 '14 at 9:54






  • 1





    @POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

    – kasperd
    May 20 '14 at 17:17
















2















This seems to be possible based on the spec rfc 3315 page 23:



Excerpt:



The configuration information in an IA consists of one or more IPv6
addresses along with the times T1 and T2 for the IA. See section
22.4 for the representation of an IA in a DHCP message.


Yet, I haven't been able to configure my DHCPv6 client to request these multiple IP addresses on an interface.



Does anyone know how to do this for a Linux DHCPv6 client (preferably running RedHat 6+, CentOS 6+, or Fedora), or on Windows?



My end goal is to do some testing with PCAP files. I would prefer to be able to generate these files myself, but if I can't get my client configured, I would like to find some PCAP files on the internet that I could use. So far, I haven't found anything.



Thanks!










share|improve this question














bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

    – Chris S
    May 14 '14 at 14:10











  • The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

    – stoned
    May 14 '14 at 16:19











  • If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

    – POLLOX
    May 20 '14 at 9:54






  • 1





    @POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

    – kasperd
    May 20 '14 at 17:17














2












2








2


2






This seems to be possible based on the spec rfc 3315 page 23:



Excerpt:



The configuration information in an IA consists of one or more IPv6
addresses along with the times T1 and T2 for the IA. See section
22.4 for the representation of an IA in a DHCP message.


Yet, I haven't been able to configure my DHCPv6 client to request these multiple IP addresses on an interface.



Does anyone know how to do this for a Linux DHCPv6 client (preferably running RedHat 6+, CentOS 6+, or Fedora), or on Windows?



My end goal is to do some testing with PCAP files. I would prefer to be able to generate these files myself, but if I can't get my client configured, I would like to find some PCAP files on the internet that I could use. So far, I haven't found anything.



Thanks!










share|improve this question














This seems to be possible based on the spec rfc 3315 page 23:



Excerpt:



The configuration information in an IA consists of one or more IPv6
addresses along with the times T1 and T2 for the IA. See section
22.4 for the representation of an IA in a DHCP message.


Yet, I haven't been able to configure my DHCPv6 client to request these multiple IP addresses on an interface.



Does anyone know how to do this for a Linux DHCPv6 client (preferably running RedHat 6+, CentOS 6+, or Fedora), or on Windows?



My end goal is to do some testing with PCAP files. I would prefer to be able to generate these files myself, but if I can't get my client configured, I would like to find some PCAP files on the internet that I could use. So far, I haven't found anything.



Thanks!







linux dhcp ipv6 pcap






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 12 '14 at 12:09









TreninTrenin

1011110




1011110





bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

    – Chris S
    May 14 '14 at 14:10











  • The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

    – stoned
    May 14 '14 at 16:19











  • If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

    – POLLOX
    May 20 '14 at 9:54






  • 1





    @POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

    – kasperd
    May 20 '14 at 17:17














  • 1





    My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

    – Chris S
    May 14 '14 at 14:10











  • The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

    – stoned
    May 14 '14 at 16:19











  • If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

    – POLLOX
    May 20 '14 at 9:54






  • 1





    @POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

    – kasperd
    May 20 '14 at 17:17








1




1





My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

– Chris S
May 14 '14 at 14:10





My 2 cents: Every DHCPv6 Client I've used so far is notably lacking in feature completeness. I would not be surprised if most do not support requesting multiple IA addresses.

– Chris S
May 14 '14 at 14:10













The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

– stoned
May 14 '14 at 16:19





The standard dhclient seems to be supporting multiple addresses already. Did you set DHCPV6C=yes in the network card ifcfg script?

– stoned
May 14 '14 at 16:19













If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

– POLLOX
May 20 '14 at 9:54





If the dhcp client doesn´t support this feature yet, you can add an Interface alias, I don´t know if you al look for this.

– POLLOX
May 20 '14 at 9:54




1




1





@POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

– kasperd
May 20 '14 at 17:17





@POLLOX Interface aliases are not supported with IPv6. Instead with IPv6 you can assign multiple addresses directly to an interface. But I have no idea if you can get an DHCPv6 client to do that.

– kasperd
May 20 '14 at 17:17










1 Answer
1






active

oldest

votes


















0














I haven't tried this, but here's what I think would work:



Use brctl addbr to create a virtual switch. Create two virtual interfaces (with commands like ip tuntap add mode tap). Then add both tap interfaces and your physical interface to the bridge (e.g. brctl addif tap0). Now you have two interfaces on which to run dhcp clients.






share|improve this answer
























  • Interesting, I will look into this.

    – Trenin
    Jun 27 '14 at 18:01











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f594525%2fhow-to-assign-multiple-ipv6-addresses-with-dhcpv6-to-a-single-interface%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I haven't tried this, but here's what I think would work:



Use brctl addbr to create a virtual switch. Create two virtual interfaces (with commands like ip tuntap add mode tap). Then add both tap interfaces and your physical interface to the bridge (e.g. brctl addif tap0). Now you have two interfaces on which to run dhcp clients.






share|improve this answer
























  • Interesting, I will look into this.

    – Trenin
    Jun 27 '14 at 18:01
















0














I haven't tried this, but here's what I think would work:



Use brctl addbr to create a virtual switch. Create two virtual interfaces (with commands like ip tuntap add mode tap). Then add both tap interfaces and your physical interface to the bridge (e.g. brctl addif tap0). Now you have two interfaces on which to run dhcp clients.






share|improve this answer
























  • Interesting, I will look into this.

    – Trenin
    Jun 27 '14 at 18:01














0












0








0







I haven't tried this, but here's what I think would work:



Use brctl addbr to create a virtual switch. Create two virtual interfaces (with commands like ip tuntap add mode tap). Then add both tap interfaces and your physical interface to the bridge (e.g. brctl addif tap0). Now you have two interfaces on which to run dhcp clients.






share|improve this answer













I haven't tried this, but here's what I think would work:



Use brctl addbr to create a virtual switch. Create two virtual interfaces (with commands like ip tuntap add mode tap). Then add both tap interfaces and your physical interface to the bridge (e.g. brctl addif tap0). Now you have two interfaces on which to run dhcp clients.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 27 '14 at 1:49









TheAmigoTheAmigo

13918




13918













  • Interesting, I will look into this.

    – Trenin
    Jun 27 '14 at 18:01



















  • Interesting, I will look into this.

    – Trenin
    Jun 27 '14 at 18:01

















Interesting, I will look into this.

– Trenin
Jun 27 '14 at 18:01





Interesting, I will look into this.

– Trenin
Jun 27 '14 at 18:01


















draft saved

draft discarded




















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f594525%2fhow-to-assign-multiple-ipv6-addresses-with-dhcpv6-to-a-single-interface%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

Список ссавців Італії Природоохоронні статуси | Список |...

Українські прізвища Зміст Історичні відомості |...