Actually the client is some  embedded linux board and has only serial interface link and no Ethernet interface so I need to give dhcpv6 address to that client.<div><br></div><div>On my host machine it is linux Ubuntu 14.05 and o am using ISC DHCP server on Ubuntu machine</div><div><br></div><div><br></div><div>~</div><div>Sumant<br><br>On Tuesday, August 22, 2017, Eugene Grosbein <<a href="mailto:eugen@grosbein.net">eugen@grosbein.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">22.08.2017 23:43, Sumant Gupta wrote:<br>
<br>
>  i am writing an application on host machine that reads the data<br>
>  from client which is connected serially via COM port to host machine<br>
>  where dhcp server is running,so i read the dhcp solicit from the serial interface<br>
>  from client and my application writes  to the TAP0 interface where dhcp server is running.<br>
> Now to write the data to TAP0 interface my application needs to populate the source MAC ,<br>
> destination MAC i .Destination MAC I can populate but how to fill the Source MAC?.<br>
><br>
> Purpose is to provide Dhcp address to the serially connected Client?<br>
<br>
I cannot imagine why are you trying to use serial connection here.<br>
Why can't you normally read incoming packet using network interface,<br>
extract client's MAC address from the request and use it for reply?<br>
<br>
You still do not mention your operating system name and version and you should.<br>
<br>
______________________________<wbr>_________________<br>
dhcp-users mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'dhcp-users@lists.isc.org')">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/dhcp-users</a><br>
</blockquote></div>