The thing is in my environment no manually interference is possible since it would be going as bundled package.so was trying to dhcp approach.<div><br></div><div>One way I can think is create raw socket on eth0 in my application  with dhcpv6 solicit packet received from client  send to tap0 interface where dhcp server is running..</div><div>What's your view?<br><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">23.08.2017 0:10, Sumant Gupta пишет:<br>
> 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.<br>
><br>
> On my host machine it is linux Ubuntu 14.05 and o am using ISC DHCP server on Ubuntu machine<br>
<br>
Then why do you use DHCP protocol in first place?<br>
Serial interface is not Ethernet and have no MAC address.<br>
You should better use some standard PPP software and assign IP to the board via PPP.<br>
<br>
PPP will give you more less overhead and more speed then Ethernet over serial emulation.<br>
It also supports transparent compression of IP packets that would be benefit for low-speed serial interface.<br>
<br>
<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></blockquote></div></div>