[prev in list] [next in list] [prev in thread] [next in thread] 

List:       packetfence-users
Subject:    Re: [PacketFence-users] DHCP Option 43
From:       Durand fabrice via PacketFence-users <packetfence-users () lists ! sourceforge ! net>
Date:       2019-01-23 1:27:19
Message-ID: e429f0d5-b919-2b79-2578-54f3109a2b29 () inverse ! ca
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello Thomas,

you can do this kind of configuration but via the pfdhcp api 
(https://github.com/inverse-inc/packetfence/tree/devel/go/dhcp).

Per example you can add this option 43 for a specific network.

Also there is a new feature that is not yet merged in PacketFence that 
will allow you to add options based on the device parameter (mac, dhcp, 
fingerprint, ...).

But to use it you will need to apply a patch and recompile the dhcp 
server. (not complicate, take a look at 
https://github.com/inverse-inc/packetfence/tree/devel/go )

The code if you want to try:

https://patch-diff.githubusercontent.com/raw/inverse-inc/packetfence/pull/3784.diff

Regards

Fabrice


Le 19-01-22 à 16 h 08, Thomas, Gregory A via PacketFence-users a écrit :
> 
> All,
> 
> My campus is in the process replacing a mass of access points across 
> campus. Some happen to be behind Packetfence. Those behind Packetfence 
> are unable to connect to the control. As these are Cisco Aps, they are 
> advising implementing option 43 on the DHCP server.
> 
> I am currently running 8.3.0 and have no idea on how to do this.
> 
> Any help?
> 
> Gregory A. Thomas
> 
> Student Life Support Specialist
> 
> University of Wisconsin-Parkside
> 
> thomasg@uwp.edu 
> <https://mail.uwp.edu/owa/redir.aspx?C=PJoLX1MXo0SU0MLM7GrPmwxJzaMkdtAIgi4jkK-AXpCwJ307G0bt2lvFPw4WGoqQ06Tt1qwrKAA.&URL=mailto%3athomasg%40uwp.edu>
>  
> 262.595.2432
> 
> 
> 
> _______________________________________________
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users


[Attachment #5 (text/html)]

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello Thomas,</p>
    <p>you can do this kind of configuration but via the pfdhcp api
      (<a class="moz-txt-link-freetext" \
href="https://github.com/inverse-inc/packetfence/tree/devel/go/dhcp">https://github.com/inverse-inc/packetfence/tree/devel/go/dhcp</a>).</p>
  <p>Per example you can add this option 43 for a specific network.</p>
    <p>Also there is a new feature that is not yet merged in PacketFence
      that will allow you to add options based on the device parameter
      (mac, dhcp, fingerprint, ...).</p>
    <p>But to use it you will need to apply a patch and recompile the
      dhcp server. (not complicate, take a look at
      <a class="moz-txt-link-freetext" \
href="https://github.com/inverse-inc/packetfence/tree/devel/go">https://github.com/inverse-inc/packetfence/tree/devel/go</a> \
)</p>  <p>The code if you want to try:</p>
    <p><a class="moz-txt-link-freetext" \
href="https://patch-diff.githubusercontent.com/raw/inverse-inc/packetfence/pull/3784.d \
iff">https://patch-diff.githubusercontent.com/raw/inverse-inc/packetfence/pull/3784.diff</a></p>
  <p>Regards</p>
    <p>Fabrice</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 19-01-22 à 16 h 08, Thomas, Gregory
      A via PacketFence-users a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:DM5PR13MB125772AFFF9EAA4F3FF17A1FB9980@DM5PR13MB1257.namprd13.prod.outlook.com">
  <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (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;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></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="WordSection1">
        <p class="MsoNormal">All,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">My campus is in the process replacing a
          mass of access points across campus. Some happen to be behind
          Packetfence. Those behind Packetfence are unable to connect to
          the control. As these are Cisco Aps, they are advising
          implementing option 43 on the DHCP server.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I am currently running 8.3.0 and have no
          idea on how to do this.
          <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any help?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="background:white"><span
            style="color:#1F497D">Gregory A. Thomas</span><span
style="font-size:12.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black"><o:p></o:p></span></p>
  <p class="MsoNormal" style="background:white"><span
            style="color:#1F497D">Student Life Support Specialist</span><span
style="font-size:12.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black"><o:p></o:p></span></p>
  <p class="MsoNormal" style="background:white"><span
            style="color:#1F497D">University of Wisconsin-Parkside</span><span
style="font-size:12.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black"><o:p></o:p></span></p>
  <p class="MsoNormal" style="background:white"><span
            style="color:#1F497D"><a
href="https://mail.uwp.edu/owa/redir.aspx?C=PJoLX1MXo0SU0MLM7GrPmwxJzaMkdtAIgi4jkK-AXpCwJ307G0bt2lvFPw4WGoqQ06Tt1qwrKAA.&amp;URL=mailto%3athomasg%40uwp.edu"
  target="_blank" moz-do-not-send="true"><span
                style="color:#0563C1">thomasg@uwp.edu</span></a></span><span
style="font-size:12.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black"><o:p></o:p></span></p>
  <p class="MsoNormal" style="background:white"><span
            style="color:#1F497D">262.595.2432</span><span
style="font-size:12.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black"><o:p></o:p></span></p>
  <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" \
wrap="">_______________________________________________ PacketFence-users mailing \
list <a class="moz-txt-link-abbreviated" \
href="mailto:PacketFence-users@lists.sourceforge.net">PacketFence-users@lists.sourceforge.net</a>
 <a class="moz-txt-link-freetext" \
href="https://lists.sourceforge.net/lists/listinfo/packetfence-users">https://lists.sourceforge.net/lists/listinfo/packetfence-users</a>
 </pre>
    </blockquote>
  </body>
</html>





_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic