I need serious guru help
I've been doing Unix for 15+ years and Linux now for 3, and I can't figure this out ...
Two boxes, A and B. Box A needs to NFS mount Server B. Box B does NOT have DNS or entry in /etc/hosts (and it won't at this point - it's being built). Box A and B can ping each other no problem and are conencted to a routable IP network.
[tt]
Problem: If A and B are RH7.2, this works
If A is RH8 and B is RH7.2, this works
If A is RH8 and B is RH8, FAILURE
[/tt]
It can be made to work by entering each box in the others /etc/hosts, but this is not a solution ... these "A" boxes are being built, and there are sometimes many of them. This manual edit is time-prohibitive.
On "B", in /etc/exports it doesn't matter (so far) what option you use:[tt]
/share * # fails just the same as....
/share *(insecure,ro) #fails just the same
[/tt]
Anyone have any ideas, please!?
Two boxes, A and B. Box A needs to NFS mount Server B. Box B does NOT have DNS or entry in /etc/hosts (and it won't at this point - it's being built). Box A and B can ping each other no problem and are conencted to a routable IP network.
[tt]
Problem: If A and B are RH7.2, this works
If A is RH8 and B is RH7.2, this works
If A is RH8 and B is RH8, FAILURE
[/tt]
It can be made to work by entering each box in the others /etc/hosts, but this is not a solution ... these "A" boxes are being built, and there are sometimes many of them. This manual edit is time-prohibitive.
On "B", in /etc/exports it doesn't matter (so far) what option you use:[tt]
/share * # fails just the same as....
/share *(insecure,ro) #fails just the same
[/tt]
Anyone have any ideas, please!?