You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging another issue, I noticed that the entry you add to /etc/dhcp/dhclient.conf has a '.' at the end of the cluster domainname. Assuming my cluster is called rhel8c, here is what I see in /etc/dhcp/dhclient.conf:
DHCP Client Configuration file.
see /usr/share/doc/dhclient/dhclient.conf.example
see dhclient.conf(5) man page
Send client identifier as "hardware-type.link-layer address" (e.g. "1.c2.23.7d.c3.52.2c")
Required in environments where a bridge might be clobbering the forwarded
packet's MAC address (common in Wifi, Docsis, or ADSL bridging scenarios)
see dhcp-options(5) man page for 'dhcp-client-identifier'
Note the extra period at the end of rhel8c.pcluster? I can't find anything in the documentation that says this is required.
I removed the period and sent a SIGHUP to Network manager to recreate the /etc/resolv.conf and the /etc/resolv.conf looks like it did before.
I'm no NetworkingManager expert and while things seem to work with the period (and even w/o) - it just seems wrong.
BTW, I would think it would be better to use "prepend" than append as most lookups are going to be hosts in the cluster, so it should try that domainname first?
The text was updated successfully, but these errors were encountered:
Parallelcluster 3.11.1. Rocky 8.10.
While debugging another issue, I noticed that the entry you add to /etc/dhcp/dhclient.conf has a '.' at the end of the cluster domainname. Assuming my cluster is called rhel8c, here is what I see in /etc/dhcp/dhclient.conf:
DHCP Client Configuration file.
see /usr/share/doc/dhclient/dhclient.conf.example
see dhclient.conf(5) man page
Send client identifier as "hardware-type.link-layer address" (e.g. "1.c2.23.7d.c3.52.2c")
Required in environments where a bridge might be clobbering the forwarded
packet's MAC address (common in Wifi, Docsis, or ADSL bridging scenarios)
see dhcp-options(5) man page for 'dhcp-client-identifier'
see dhcp-eval(5) man page for 'hardware'
send dhcp-client-identifier = hardware;
append domain-name " rhel8c.pcluster.";
Note the extra period at the end of rhel8c.pcluster? I can't find anything in the documentation that says this is required.
I removed the period and sent a SIGHUP to Network manager to recreate the /etc/resolv.conf and the /etc/resolv.conf looks like it did before.
I'm no NetworkingManager expert and while things seem to work with the period (and even w/o) - it just seems wrong.
BTW, I would think it would be better to use "prepend" than append as most lookups are going to be hosts in the cluster, so it should try that domainname first?
The text was updated successfully, but these errors were encountered: