Hello list!

Browsing the source code I think I found the solution to my problem:

/**
 * This PXE service implementation works passively, by "eavesdropping" on DHCP
 * OFFERs by a DHCP server. If an address is offered to a PXE enabled client, an
 * additional PXE offer is sent.
 *
 * This is only possible by binding to port 68, the DHCP client port, which is
 * already occupied, if the host runs a DHCP client. Therefore this service
 * implementation cannot be used on hosts with dynamically configured addresses.
 * On MS Windows, it is alos necessary to disable the "DHCP client" service from
 * the control panel.
 *
 * @author levigo
 */

Really self explaining! I'll try as soon as possible without DHCP address!

Thank you!

2011/2/7 Angelo Compagnucci <[email protected]>:
> Hi list,
>
> I'm tryng the latest greatest version of opethinclient on my test lab.
>
> The installation was smooth and wonderfull!
>
> After that, i booted a Virtualbox VM whith network booting enabled and
> edited the disceverd client from "pxe clients".
>
> From than on, I cannot boot the machine beacause the booting procedure
> stops with a "no filename" pxe error.
>
> Can you help me debugging this problem?
>
> Thank you!
>
> These are the logs from my server:
>
> Conversation started
> 2011-02-07 22:47:23,516 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Got OFFER within
> Conversation[1/08:00:27:d2:78:9b/669532732]: age=232, client=[Client
> name=test2, description=null, ip=192.168.1.99, location=English
> applicationGroups={}, applications={}]
> 2011-02-07 22:47:23,802 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Sending PXE proxy
> offer DHCP Offer: hwAddress=1/08:00:27:d2:78:9b, tx=669532732,
> options=org.apache.directory.server.dhcp.options.OptionsField@c3615b
> 2011-02-07 22:47:25,401 INFO
> [org.openthinclient.dhcp.AbstractPXEService] Got PXE REQUEST on
> 0.0.0.0/0.0.0.0:67 from /0.0.0.0:68 MAC=1/08:00:27:d2:78:9b
> ID=PXEClient:Arch:00000:UNDI:002001
> 2011-02-07 22:49:33,473 INFO
> [org.openthinclient.dhcp.AbstractPXEService] Expiring expired
> conversation Conversation[1/08:00:27:d2:78:9b/669532732]: age=129956,
> client=[Client name=test2, description=null, ip=192.168.1.99,
> location=English applicationGroups={}, applications={}]
> 2011-02-07 22:49:33,473 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Got PXE DISCOVER on
> 0.0.0.0/0.0.0.0:67 from /0.0.0.0:68 MAC=1/08:00:27:d2:78:9b
> ID=PXEClient:Arch:00000:UNDI:002001
> 2011-02-07 22:49:33,661 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Conversation started
> 2011-02-07 22:49:33,702 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Got OFFER within
> Conversation[1/08:00:27:d2:78:9b/669535118]: age=189, client=[Client
> name=test2, description=null, ip=192.168.1.99, location=English
> applicationGroups={}, applications={}]
> 2011-02-07 22:49:34,027 INFO
> [org.openthinclient.dhcp.EavesdroppingPXEService] Sending PXE proxy
> offer DHCP Offer: hwAddress=1/08:00:27:d2:78:9b, tx=669535118,
> options=org.apache.directory.server.dhcp.options.OptionsField@13c3ba2
> 2011-02-07 22:49:35,553 INFO
> [org.openthinclient.dhcp.AbstractPXEService] Got PXE REQUEST on
> 0.0.0.0/0.0.0.0:67 from /0.0.0.0:68 MAC=1/08:00:27:d2:78:9b
> ID=PXEClient:Arch:00000:UNDI:002001
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
The Open Source Thin Client Solution http://openthinclient.org
[email protected]
https://lists.sourceforge.net/lists/listinfo/openthinclient-user

Reply via email to