[pve-devel] dhcp server

2014-07-25 Thread Michael Rasmussen
Hi all,

The dhcp server is completed with the following limitations:
1) A monitor for changing binding state for expired leases is missing
2) No IPv6 functionality yet since no module is available for IPv6.
IPv6 dhcp seems to be completely different from IPv4 dhcp which
requires a lot of reading. Since no module seems to exists in perl for
DHCP6 I will need to create a module from scratch. This can take some
time. From what I have discovered so far IPv6 seems to come with a
simple DHCP server build in. Clients use this by network neighborhood
discovery and it is only needed for boundary routers which is taken
care of by hardware routers/switches. Any comments?

You can clone the code from here:
git clone git://git.datanom.net/pve-dhcp-server.git

Please post comments and questions to the maillist.

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Nothing so needs reforming as other people's habits.
-- Mark Twain, Pudd'nhead Wilson's Calendar


signature.asc
Description: PGP signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] dhcp server

2014-07-25 Thread Stefan Priebe


Is DHCPv6 really in use? I thought everybody will use IPv6 Neighbor 
Discovery.


Stefan

Am 25.07.2014 21:45, schrieb Michael Rasmussen:

Hi all,

The dhcp server is completed with the following limitations:
1) A monitor for changing binding state for expired leases is missing
2) No IPv6 functionality yet since no module is available for IPv6.
IPv6 dhcp seems to be completely different from IPv4 dhcp which
requires a lot of reading. Since no module seems to exists in perl for
DHCP6 I will need to create a module from scratch. This can take some
time. From what I have discovered so far IPv6 seems to come with a
simple DHCP server build in. Clients use this by network neighborhood
discovery and it is only needed for boundary routers which is taken
care of by hardware routers/switches. Any comments?

You can clone the code from here:
git clone git://git.datanom.net/pve-dhcp-server.git

Please post comments and questions to the maillist.



___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


Re: [pve-devel] dhcp server

2014-07-25 Thread Michael Rasmussen
On Fri, 25 Jul 2014 21:53:43 +0200
Stefan Priebe s.pri...@profihost.ag wrote:

 
 Is DHCPv6 really in use? I thought everybody will use IPv6 Neighbor Discovery.
 
This is also what I suspect since no module is available from CPAN but
if proxmox is to appear as a boundary router for private nets will IPv6
Neighbor Discovery be sufficient from the clients to the interface on
proxmox?

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
/usr/games/fortune -es says:
Lookie, lookie, here comes cookie...
-- Stephen Sondheim


signature.asc
Description: PGP signature
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel