The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
client identifier
2012-01-26, 17:11
Post: #1
client identifier
Hi,

I try to install CentOS
ipxe is getting a lease:

Code:
lease 10.10.11.215 {
  starts 4 2012/01/26 15:35:37;
  ends 4 2012/01/26 21:35:37;
  binding state active;
  next binding state free;
  hardware ethernet XX:XX:XX:XX:XX:XX;
  uid "YYY";
  set vendorclass = "PXEClient:Arch:00000:UNDI:002001";
}

I boot the kernel and after that the network interface is reset by the installation routine, it gets a new lease

Code:
lease 10.10.11.213 {
  starts 4 2012/01/26 15:40:56;
  ends 4 2012/01/26 21:40:56;
  binding state active;
  next binding state free;
  hardware ethernet XX:XX:XX:XX:XX:XX;
  set vendorclass = "anaconda-Linux 2.6.32-220.el6.i686 i686";
}

You see what happens? Another IP!
I believe it is because iPXE is setting a Client Identifier (the uid "YYY") and Linux Installation does not. One Problem with that is that some post installation Tasks are not acting as expected because they are IP based.

Is it possible to disable the Client Identifier like "set client-identifier nil" or something or a compile time option to disable it?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
client identifier - mafalb - 2012-01-26 17:11
RE: client identifier - robinsmidsrod - 2012-01-26, 21:20
RE: client identifier - tekgnosis - 2012-03-20, 19:39



User(s) browsing this thread: 1 Guest(s)