Displaying 4 results from an estimated 4 matches for "tricky1".
Did you mean:
tricky
2018 Jun 08
0
C7, encryption, and clevis
...s with different MAC addresses, and I
have to give it the same IP, here is what I have in DHCP server
configuration (Mac addresses and IP address are obfuscated below):
# tricky machine
host tricky {
hardware ethernet xx:xx:xx:xx:xx:xx;
fixed-address A.B.C.D;
}
# tricky machine again
host tricky1 {
hardware ethernet yy:yy:yy:yy:yy:yy;
fixed-address A.B.C.D;
}
# and a bunch of other configs for the same machine
The only trouble here will be if both MAC addresses request IP and and
are both present, in that case DHCP server will offer that same static
IP to the second request from d...
2018 Jun 08
3
C7, encryption, and clevis
John Hodrien wrote:
> On Fri, 8 Jun 2018, m.roth at 5-cent.us wrote:
>
>> We've been required to encrypt h/ds, and so have been rolling that out
>> over the last year or so. Thing is, you need to put in a password, of
>> course, to boot the system. My manager found a way to allow us to reboot
>> without being at the system's keyboard, a package called clevis.
2018 Jun 08
2
C7, encryption, and clevis
...give it the same IP, here is what I have in DHCP server
> configuration (Mac addresses and IP address are obfuscated below):
>
> # tricky machine
> host tricky {
> hardware ethernet xx:xx:xx:xx:xx:xx;
> fixed-address A.B.C.D;
> }
>
> # tricky machine again
> host tricky1 {
> hardware ethernet yy:yy:yy:yy:yy:yy;
> fixed-address A.B.C.D;
> }
>
Hmmm... wonder if it will gag - we don't put the IP in that, that comes
from DNS. The format we use is
host <host <shortname> P hardware ethernet <MAC address>; fixed-address
<fqdn>...
2018 Jun 08
0
C7, encryption, and clevis
...n DHCP server
>> configuration (Mac addresses and IP address are obfuscated below):
>>
>> # tricky machine
>> host tricky {
>> hardware ethernet xx:xx:xx:xx:xx:xx;
>> fixed-address A.B.C.D;
>> }
>>
>> # tricky machine again
>> host tricky1 {
>> hardware ethernet yy:yy:yy:yy:yy:yy;
>> fixed-address A.B.C.D;
>> }
>>
> Hmmm... wonder if it will gag - we don't put the IP in that, that comes
> from DNS. The format we use is
> host <host <shortname> P hardware ethernet <MAC addre...