<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Hi all,</div>
<div><br>
</div>
<div>We have a small problem with our windows client.</div>
<div>When connected to wired and wireless at the same time, both connections have the same metric (20) and in some case the wifi has lower metric than wired. (100mb etc vs 300mbit wifi)</div>
<div>The outcome of this is that we have more traffic on wifi than we like and also result in some connectivity issues.</div>
<div><br>
</div>
<div>I’ve been told that the DHCP can add some option to alter the metric. If I can do this for the wifi vlan it mean that traffic will go to wired instead.</div>
<div><br>
</div>
<div>The closest I’ve found is this:</div>
<div><br>
</div>
<div>----------------------------------------</div>
<div>
<p style="outline: none; margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14.4px; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; widows: 1; background-color: rgb(249, 249, 249);">
ip dhcp pool test<br style="outline: none;">
network 10.100.20.0 255.255.255.0<br style="outline: none;">
default-router 10.100.20.1<br style="outline: none;">
option 43 hex 0304.0000.0020</p>
<p style="outline: none; margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14.4px; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; widows: 1; background-color: rgb(249, 249, 249);">
This adds 32 to the metric that the interface dynamically configures.</p>
<p style="outline: none; margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14.4px; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; widows: 1; background-color: rgb(249, 249, 249);">
03 is the option</p>
<p style="outline: none; margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14.4px; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; widows: 1; background-color: rgb(249, 249, 249);">
04 is the length</p>
<p style="outline: none; margin: 0px 0px 10px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14.4px; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; line-height: normal; widows: 1; background-color: rgb(249, 249, 249);">
00000020 is the metric to add.</p>
</div>
<div>----------------------------------------</div>
<div><br>
</div>
<div>Can anyone assist me in how this would be configured in KEA?</div>
<div><br>
</div>
<div>Br,</div>
<div>Thomas</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</div>
</div>
</body>
</html>