Regarding the modification of the IP of the mail gateway, there is no change

SCM

Well-Known Member
Aug 9, 2019
43
2
48
21
hi team, When I am changing the IP of a mail gateway that has not joined the cluster, it is still the original address. Can you tell me the reason?
 
I don't quite understand the question:
* Did you change the IP? - if yes where - post your network configuration
* did you reboot the host after changing the IP? - if no - do so
* did you adapt /etc/hosts after changing the IP?
* was the node in a cluster before you changed the IP? - check the status of `pmgcm status`
 
I don't quite understand the question:
* Did you change the IP? - if yes where - post your network configuration
* did you reboot the host after changing the IP? - if no - do so
* did you adapt /etc/hosts after changing the IP?
* was the node in a cluster before you changed the IP? - check the status of `pmgcm status`
1611840835047.png

Haven't joined the cluster yet, and the IP in the position shown in the figure has not changed
 
* did you reboot the host after changing the IP? - if no - do so
* did you adapt /etc/hosts after changing the IP?

in other words - the line displayed in the screenshot gets generated upon reboot and should point to the IP which gets displayed when you resolved
`uname -n`
(try `ping -c 1 $(uname -n)` ) this should display the new IP-address

I hope this helps!
 
in other words - the line displayed in the screenshot gets generated upon reboot and should point to the IP which gets displayed when you resolved
`uname -n`
(try `ping -c 1 $(uname -n)` ) this should display the new IP-address

I hope this helps!
Yes, thanks, I think there is a caching reason
 
  • Like
Reactions: Stoiko Ivanov