Dhcpv6 e v4

perl-list perl-list at network1.net
Mon Nov 21 13:45:14 UTC 2016


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" <marcelo.espindola at gmail.com>
> To: dhcp-users at lists.isc.org
> 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 < [ mailto:marcelo.espindola at gmail.com |
> marcelo.espindola at gmail.com ] >
> Date: 2016-11-21 10:03 GMT-03:00
> Subject: Re: Dhcpv6 e v4
> To: Henri Wahl < [ mailto:h.wahl at ifw-dresden.de | h.wahl at ifw-dresden.de ] >

> 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: [ tel:75-3281.3166 | 75-3281.3166 ]
> phone mobile Oi: [ tel:75-98824.8735 | 75-98824.8735 ]

> 2016-11-18 17:29 GMT-03:00 Henri Wahl < [ mailto:h.wahl at ifw-dresden.de |
> h.wahl at ifw-dresden.de ] > :

>> 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/ |
>> 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
>> > [ mailto:dhcp-users at lists.isc.org | dhcp-users at lists.isc.org ]
>>> [ https://lists.isc.org/mailman/listinfo/dhcp-users |
>> > https://lists.isc.org/mailman/listinfo/dhcp-users ]


>> --
>> Henri Wahl

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

>> tel: [ tel:%2B49%20%283%2051%29%2046%2059%20-%20797 | +49 (3 51) 46 59 - 797 ]
>> email: [ mailto:h.wahl at ifw-dresden.de | h.wahl at ifw-dresden.de ]
>> [ https://www.ifw-dresden.de/ | https://www.ifw-dresden.de ]

>> Nagios status monitor Nagstamon: [ https://nagstamon.ifw-dresden.de/ |
>> https://nagstamon.ifw-dresden.de ]

>> DHCPv6 server dhcpy6d: [ https://dhcpy6d.ifw-dresden.de/ |
>> https://dhcpy6d.ifw-dresden.de ]

>> S/MIME: [ https://nagstamon.ifw-dresden.de/pubkeys/smime.pem |
>> https://nagstamon.ifw-dresden.de/pubkeys/smime.pem ]
>> PGP: [ https://nagstamon.ifw-dresden.de/pubkeys/pgp.asc |
>> 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
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20161121/a0cb744a/attachment-0001.html>


More information about the dhcp-users mailing list