Dhcpv6 e v4

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Dhcpv6 e v4

Marcelo Magno Espindola de Melo
I would like to know how it is possible to use dhcp to provide ipv4 and ipv6 at the same time


===============
Atenciosamente, 
Marcelo Magno
 


_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users
Reply | Threaded
Open this post in threaded view
|

Re: Dhcpv6 e v4

Simon Hobson
Marcelo Magno Espindola de Melo <[hidden email]> wrote:

> I would like to know how it is possible to use dhcp to provide ipv4 and ipv6 at the same time

You have to run two instances - at least with the ISC server.
One instance deals with IPv4.
Another instance deals with IPv6. For IPv6, you must also run a Router Advertisement service on your routers, and set the flags (IIRC you must set the Managed flag) to tell the devices to use the DHCP server to obtain addresses - otherwise they will just use SLACC and never ask the DHCP server for an address.

_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users
Reply | Threaded
Open this post in threaded view
|

Fwd: Dhcpv6 e v4

Marcelo Magno Espindola de Melo
In reply to this post by Marcelo Magno Espindola de Melo

Não mais te desejo anos de vida. No entanto, a eternidade junto ao Senhor


===============
Atenciosamente, 
Marcelo Magno
 
Técnico em tecnologia da informação
Bacharel em Administração
Secretaria de Tecnologia da Informação - STi
Universidade Federal do Vale do São Francisco - UNIVASF
phone home:75-3281.3166
phone mobile Oi:75-98824.8735


---------- Forwarded message ----------
From: Marcelo Magno Espindola de Melo <[hidden email]>
Date: 2016-11-21 10:03 GMT-03:00
Subject: Re: Dhcpv6 e v4
To: Henri Wahl <[hidden email]>


yes, but how make it?

Não mais te desejo anos de vida. No entanto, a eternidade junto ao Senhor


===============
Atenciosamente, 
Marcelo Magno
 
Técnico em tecnologia da informação
Bacharel em Administração
Secretaria de Tecnologia da Informação - STi
Universidade Federal do Vale do São Francisco - UNIVASF
phone home:<a href="tel:75-3281.3166" value="+557532813166" target="_blank">75-3281.3166
phone mobile Oi:<a href="tel:75-98824.8735" value="+5575988248735" target="_blank">75-98824.8735


2016-11-18 17:29 GMT-03:00 Henri Wahl <[hidden email]>:
As with ISC dhcpd you would have to run 2 instances, one for every
protocol, you could as well run dhcpd for IPv4 and our DHCPv6 server
dhcpy6d for IPv6. See https://dhcpy6d.ifw-dresden.de for details.

Regards
Henri

> I would like to know how it is possible to use dhcp to provide ipv4 and
> ipv6 at the same time
>
>
> ===============
> Atenciosamente,
> Marcelo Magno
>
>
>
>
> _______________________________________________
> dhcp-users mailing list
> [hidden email]
> https://lists.isc.org/mailman/listinfo/dhcp-users
>


--
Henri Wahl

IT Department
Leibniz-Institut fuer Festkoerper- u.
Werkstoffforschung Dresden

tel: <a href="tel:%2B49%20%283%2051%29%2046%2059%20-%20797" value="+493514659797" target="_blank">+49 (3 51) 46 59 - 797
email: [hidden email]
https://www.ifw-dresden.de

Nagios status monitor Nagstamon: https://nagstamon.ifw-dresden.de

DHCPv6 server dhcpy6d: https://dhcpy6d.ifw-dresden.de

S/MIME: https://nagstamon.ifw-dresden.de/pubkeys/smime.pem
PGP: https://nagstamon.ifw-dresden.de/pubkeys/pgp.asc

IFW Dresden e.V., Helmholtzstrasse 20, D-01069 Dresden
VR Dresden Nr. 1369
Vorstand: Prof. Dr. Burkard Hillebrands, Dr. Doreen Kirmse



_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users
Reply | Threaded
Open this post in threaded view
|

Re: Dhcpv6 e v4

perl-list
You would have two config files.  One for dhcp 4 and one for dhcp 6.  Then you would execute something like this:

dhcpd -cf /etc/dhcp4.conf
dhcpd -6 -cf /etc/dhcp6.conf

The key there is the -6 to tell dhcpd to run DHCPv6.

You also may want to look at specifying the lease files.  Those need to be separate as well, so maybe something like this:

dhcpd -cf /etc/dhcp4.conf -lf /var/state/dhcp/dhcpd4.leases
dhcpd -6 -cf /etc/dhcp6.conf -lf /var/state/dhcp/dhcpd6.leases

I'm sure people on this list would be happy to help with specific config file questions if you struggle making the configuration files.


From: "Marcelo Magno Espindola de Melo" <[hidden email]>
To: [hidden email]
Sent: Monday, November 21, 2016 8:04:22 AM
Subject: Fwd: Dhcpv6 e v4

Não mais te desejo anos de vida. No entanto, a eternidade junto ao Senhor


===============
Atenciosamente, 
Marcelo Magno
 
Técnico em tecnologia da informação
Bacharel em Administração
Secretaria de Tecnologia da Informação - STi
Universidade Federal do Vale do São Francisco - UNIVASF
phone home:75-3281.3166
phone mobile Oi:75-98824.8735


---------- Forwarded message ----------
From: Marcelo Magno Espindola de Melo <[hidden email]>
Date: 2016-11-21 10:03 GMT-03:00
Subject: Re: Dhcpv6 e v4
To: Henri Wahl <[hidden email]>


yes, but how make it?

Não mais te desejo anos de vida. No entanto, a eternidade junto ao Senhor


===============
Atenciosamente, 
Marcelo Magno
 
Técnico em tecnologia da informação
Bacharel em Administração
Secretaria de Tecnologia da Informação - STi
Universidade Federal do Vale do São Francisco - UNIVASF
phone home:<a href="tel:75-3281.3166" target="_blank">75-3281.3166
phone mobile Oi:<a href="tel:75-98824.8735" target="_blank">75-98824.8735


2016-11-18 17:29 GMT-03:00 Henri Wahl <[hidden email]>:
As with ISC dhcpd you would have to run 2 instances, one for every
protocol, you could as well run dhcpd for IPv4 and our DHCPv6 server
dhcpy6d for IPv6. See https://dhcpy6d.ifw-dresden.de for details.

Regards
Henri

> I would like to know how it is possible to use dhcp to provide ipv4 and
> ipv6 at the same time
>
>
> ===============
> Atenciosamente,
> Marcelo Magno
>
>
>
>
> _______________________________________________
> dhcp-users mailing list
> [hidden email]
> https://lists.isc.org/mailman/listinfo/dhcp-users
>


--
Henri Wahl

IT Department
Leibniz-Institut fuer Festkoerper- u.
Werkstoffforschung Dresden

tel: <a href="tel:%2B49%20%283%2051%29%2046%2059%20-%20797" target="_blank">+49 (3 51) 46 59 - 797
email: [hidden email]
https://www.ifw-dresden.de

Nagios status monitor Nagstamon: https://nagstamon.ifw-dresden.de

DHCPv6 server dhcpy6d: https://dhcpy6d.ifw-dresden.de

S/MIME: https://nagstamon.ifw-dresden.de/pubkeys/smime.pem
PGP: https://nagstamon.ifw-dresden.de/pubkeys/pgp.asc

IFW Dresden e.V., Helmholtzstrasse 20, D-01069 Dresden
VR Dresden Nr. 1369
Vorstand: Prof. Dr. Burkard Hillebrands, Dr. Doreen Kirmse



_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users


_______________________________________________
dhcp-users mailing list
[hidden email]
https://lists.isc.org/mailman/listinfo/dhcp-users