You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to add another zone which works witch public available IPv6 addresses (reachable from the existing zone) with the following conditions:
There is a wireguard connection between default zone to the ipv6 zone
Communcation between default zone to the remote machines with ipv6 works fine and vice versa
DNS resolving from both locations is working fine, since the DNS server is capable of ipv4 and ipv6
On a test environment, I am trying to add the remote host with ipv6: failed due to java.net.SocketTimeoutException: The kexTimeout (60000 ms) expired
When setting ab the new zone, I have configured Adv. Zone with NAT and ipv6 Dns, but with private IP addresses, since I cannot configure IPv6 addresses
Setting ab a remote management server also failes with Cannot resolve reference to bean 'DefaultConfigResources' while setting bean property 'locations'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'DefaultConfigResources' available, however, the db connection to the default zone is succesful.
I may configure a dhcp on the remote location with the Ipv4 address range I configured when setting up the remote zone, however, I am afraid that this would not work neither
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to add another zone which works witch public available IPv6 addresses (reachable from the existing zone) with the following conditions:
java.net.SocketTimeoutException: The kexTimeout (60000 ms) expired
Cannot resolve reference to bean 'DefaultConfigResources' while setting bean property 'locations'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'DefaultConfigResources' available
, however, the db connection to the default zone is succesful.Beta Was this translation helpful? Give feedback.
All reactions