<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFCC" text="#000000">
The way I read your command line, you have two interfaces:<br>
-i eth0.1 and -i eth0<br>
This is reflected by the following lines:<br>
~~~~~~~<br>
<p class="MsoNormal"><span lang="EN-US">Listening on
LPF/eth0/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on
LPF/eth0/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Listening on
LPF/eth0.1/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on
LPF/eth0.1/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on Socket/fallback<br>
<o:p></o:p></span>~~~~~~~<br>
</p>
<span lang="EN-US">where both interfaces are listed.</span><br>
<br>
While I have not used dhcrelay, I expect one interface is enough as
long as that interface can do:<br>
listen for broadcast in the local network<br>
connect directly with the DHCP-server via whatever routers etc. that
might be between them.<br>
<br>
Your mail indicates that the relay has heard a broadcast BOOTREQUEST
and forwarded that to the server but no indication of a reply from
the server.<br>
<br>
I would suggest you track the request through you network to see if
it actually gets to the server and track the reply to see whether it
makes it back to the relay.<br>
<br>
There seems to be some mistake in your Windows machine on the "<span
lang="EN-US">interface Loopback Pseudo-Interface 1</span>".<br>
<br>
<br>
<div class="moz-cite-prefix">On 18/03/13 11:23,
<a class="moz-txt-link-abbreviated" href="mailto:ameen.shajahan@wipro.com">ameen.shajahan@wipro.com</a> wrote:<br>
</div>
<blockquote
cite="mid:CB6376D06BFCD24796ACE762C045D73B74B1674F@CHN-SNR-MBX-7.wipro.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@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";
mso-fareast-language:EN-US;}
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;}
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";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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"><span lang="EN-US">Hi All,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Is there any way to run
dhcrelay with single interface? I have only one interface
called eth0 and I am running relay like below.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Anybody have tried to
run relay with single interface please let me know.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">If someone know how to
configure differently for running relay with single
interface also will be great.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Please help me I am
struggling with this.<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"><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"># ./dhcrelay -4 -d -i
eth0.1 -i eth0 10.46.185.77<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Internet Systems
Consortium DHCP Relay Agent 4.2.3<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Copyright 2004-2011
Internet Systems Consortium.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">All rights reserved.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">For info, please visit
<a class="moz-txt-link-freetext" href="https://www.isc.org/software/dhcp/">https://www.isc.org/software/dhcp/</a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Listening on
LPF/eth0/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on
LPF/eth0/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Listening on
LPF/eth0.1/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on
LPF/eth0.1/00:60:43:00:00:0a<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Sending on
Socket/fallback<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Forwarded BOOTREQUEST
for d0:27:88:d7:4a:31 to 10.46.185.77<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Forwarded BOOTREQUEST
for d0:27:88:d7:4a:31 to 10.46.185.77<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Forwarded BOOTREQUEST
for d0:27:88:d7:4a:31 to 10.46.185.77<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"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">C:\Users\wipro.wipro-PC>ipconfig
/renew<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">Windows IP Configuration<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">An error occurred while
renewing interface Local Area Connection 3 : unable to c<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">ontact your DHCP server.
Request has timed out.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">An error occurred while
releasing interface Loopback Pseudo-Interface 1 : The sy<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">stem cannot find the
file specified.<o:p></o:p></span></p>
<br>
</div>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Best regards
Sten Carlsen
No improvements come from shouting:
"MALE BOVINE MANURE!!!"
</pre>
</body>
</html>