-
Notifications
You must be signed in to change notification settings - Fork 820
Description
I have just begun to run a node on avalanche and it is currently bootstrapping. However, when I started it it gives the following error:
ERROR[02-25|17:57:56.839] nat/nat.go#90: Renewing port mapping try #1 from external port 9651 to internal port 9651 failed with SOAP fault:
ERROR[02-25|17:57:57.844] nat/nat.go#90: Renewing port mapping try #2 from external port 9651 to internal port 9651 failed with SOAP fault:
ERROR[02-25|17:57:58.848] nat/nat.go#90: Renewing port mapping try #3 from external port 9651 to internal port 9651 failed with SOAP fault:
ERROR[02-25|17:57:59.848] nat/nat.go#72: NAT Traversal failed from external port 9651 to internal port 9651 with SOAP fault:
I had also port forwarded to 9651 from my router and also checked the IP address of the computer where node is running.
What am I missing?