Fedora install weirdness
-
@Dashrender said in Fedora install weirdness:
@scottalanmiller said in Fedora install weirdness:
@Dashrender said in Fedora install weirdness:
The blurred out text is the name of one of the computers on my AD domain - of which this new Fedora box knows (or at least should know) nothing about.
I bet you'll find it's in a DNS record somewhere, too.
Of course - the new IP it has on the new subnet it's part of.
Well then, where is the confusing part?
-
@scottalanmiller said in Fedora install weirdness:
@pmoncho said in Fedora install weirdness:
@JaredBusch said in Fedora install weirdness:
@pmoncho said in Fedora install weirdness:
I always set the host name and IP so I have not never run into this issue personally.
Setting the hostname, of course. but setting the IP? Never. DHCP reservation, unless a hypervisor, router, or DHCP/AD/type server.
In regards to the amount of work, isn't Static IP basically the same as a DHCP reservation?
Up front, yes. Long term, generally no.
Not just generally no. Definitely no. Example, I moved a client from a /24 to a /23. Because it was almost all reservations, only like 4 systems had to have their network settings updated.
The rest was just a reboot.
-
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
-
@Dashrender said in Fedora install weirdness:
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
I thought that we had moved onto that a bit ago.
-
@Dashrender said in Fedora install weirdness:
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
It always creates that using the hostname that was assigned at install time. I always set that, and don't have reverse lookup records, so I don't see that happen. Makes total sense that it would tho.
-
@travisdh1 said in Fedora install weirdness:
@Dashrender said in Fedora install weirdness:
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
It always creates that using the hostname that was assigned at install time. I always set that, and don't have reverse lookup records, so I don't see that happen. Makes total sense that it would tho.
OK - well, then this makes no sense what so ever - as I mentioned, I set no hostname, so fine, it pulled one form reverse DNS, but as you can see in my examples at the top.. the two DO NOT MATCH. What's in the hostname is totally different from whats in the storage name.
vs
The names don't match up at all. But the storage name is a the same as a computer on my network, is in DNS, but not on that IP in DNS, nor reverse DNS.
-
@Dashrender said in Fedora install weirdness:
@travisdh1 said in Fedora install weirdness:
@Dashrender said in Fedora install weirdness:
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
It always creates that using the hostname that was assigned at install time. I always set that, and don't have reverse lookup records, so I don't see that happen. Makes total sense that it would tho.
OK - well, then this makes no sense what so ever - as I mentioned, I set no hostname, so fine, it pulled one form reverse DNS, but as you can see in my examples at the top.. the two DO NOT MATCH. What's in the hostname is totally different from whats in the storage name.
Ah, I missed that. Yeah, that is odd.
-
If you left the default hostname (localhost.localdomain) alone, the default storage name will be fedora-root and fedora-home.
-
@black3dynamite said in Fedora install weirdness:
If you left the default hostname (localhost.localdomain) alone, the default storage name will be fedora-root and fedora-home.
I would have thought so too - but you can clearly see that's not the case.
-
@travisdh1 said in Fedora install weirdness:
@Dashrender said in Fedora install weirdness:
@travisdh1 said in Fedora install weirdness:
@Dashrender said in Fedora install weirdness:
OK we've beat the hostname issue to death.
What about the storage name? Where did that get it's name from?
It always creates that using the hostname that was assigned at install time. I always set that, and don't have reverse lookup records, so I don't see that happen. Makes total sense that it would tho.
OK - well, then this makes no sense what so ever - as I mentioned, I set no hostname, so fine, it pulled one form reverse DNS, but as you can see in my examples at the top.. the two DO NOT MATCH. What's in the hostname is totally different from whats in the storage name.
Ah, I missed that. Yeah, that is odd.
updated my post above yours with the screen shots.
-
OK after an offline conversation with JB - Scott's saying we were already talking about my storage name issue makes sense.
It's likely that setup grabbed IP Address A from DHCP, which happened to coincide with an old record from my boss's laptop in Reverse DNS. Fedora installer looked that name up, used it to make the storage name.
Then after install, Fedora used the newer ID to get a DHCP address, my DHCP server saw it as a new device and gave it a different IP. and the rest is history.
Thanks everyone for helping me understand what happened.
-
Ah, if DHCP was giving different IP addresses. that makes sense.
-
@scottalanmiller said in Fedora install weirdness:
Ah, if DHCP was giving different IP addresses. that makes sense.
It has to. Because the installer uses the MAC address. But Fedora uses the Machine ID for DHCP identification.