<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 11/24/2011 07:23 AM, <a class="moz-txt-link-abbreviated" href="mailto:ameen.shajahan@wipro.com">ameen.shajahan@wipro.com</a> wrote:
<blockquote
cite="mid:CB6376D06BFCD24796ACE762C045D73B2D82DD41@CHN-SNR-MBX1.wipro.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Courier New";
color:black;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
{page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="Section1">
<p class="MsoNormal"><span lang="EN-US">Hi all,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> I need
one info about ISC DHCPV6 usage.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> Running
server in linux box (RHEL 5.4)<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> Server
is listening . I got below output in server side<o:p></o:p></span></p>
<pre><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:windowtext" lang="EN-US"><o:p> </o:p></span></pre>
<pre># /usr/sbin/dhcpd -6 -f -cf /etc/dhcp/dhcpd.conf eth1 <o:p></o:p></pre>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier New";
color:black">Internet Systems Consortium DHCP Server 4.1.0
<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier New";
color:black"> <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:"Courier New";
color:black">... <o:p></o:p></span></p>
<span style="font-size:12.0pt;color:red"><o:p></o:p></span><span
style="font-size:12.0pt;color:red"><o:p> </o:p></span>
<p class="MsoNormal"><span
style="font-size:12.0pt;color:#404040">I have downloaded</span><span
style="font-size:12.0pt;color:red">
</span><span style="font-size:12.0pt;color:#7030A0">dhcp-4.2.3.tar.gz
in ISC SITE</span><span style="font-size:12.0pt;color:red">
and copied to my client and server.<o:p></o:p></span></p>
<br>
</div>
</blockquote>
<br>
Hi,<br>
<br>
I think the easiest way how to get working dhcp-4.1.x on RHEL-5 is
to recompile my source rpm [1]:<br>
<br>
- download
<a class="moz-txt-link-freetext" href="http://jpopelka.fedorapeople.org/dhcp-4.1.2-5.ESV.R3.el5.src.rpm">http://jpopelka.fedorapeople.org/dhcp-4.1.2-5.ESV.R3.el5.src.rpm</a><br>
- yum install rpm-build<br>
- rpmbuild --rebuild dhcp-4.1.2-5.ESV.R3.el5.src.rpm<br>
- install RPMs from /usr/src/redhat/RPMS/<arch>/<br>
<br>
Then you would probably need to:<br>
- allow dhcpv6 ports in firewall, i.e. 546 for client and 547 for
server. For testing purposes you could also turn whole firewall off
with 'service ip6tables stop'<br>
- Do what Scott already suggested, i.e. <br>
- switch SELinux to permissive mode (as already suggested)<br>
- specify interface when running dhclient<span
style="color:#1F497D"></span><br>
<br>
Jiri Popelka<br>
Red Hat, inc.<br>
<br>
[1]
<a class="moz-txt-link-freetext" href="https://lists.isc.org/pipermail/dhcp-users/2011-September/013620.html">https://lists.isc.org/pipermail/dhcp-users/2011-September/013620.html</a><br>
</body>
</html>