Many months ago, I re-IP'd my NFS share, from 192.168.20.161 to 192.168.30.161. I looked on my firewall today and noticed a ton of traffic where my ESXi is attempting to reach out to the old NFS share.
How do I stop it from reaching out to 192.168.20.161? Where is this controlled?
[root@esxi:~] esxcli network ip connection list | grep 161 tcp 0 0 192.168.30.200:641 192.168.20.161:111 SYN_SENT 66374 newreno NFSv3-RemountHandler tcp 0 0 192.168.30.200:689 192.168.30.161:2049 ESTABLISHED 66375 newreno NFSv3-ServerMonitor
My one NFS share properly shows 192.168.30.161 in the GUI.
ANy ideas?