Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Problem with CONFIGURE CORE AND RELAY NODES #237

Open
martin-richter-uk opened this issue Jul 10, 2020 · 1 comment
Open

Problem with CONFIGURE CORE AND RELAY NODES #237

martin-richter-uk opened this issue Jul 10, 2020 · 1 comment

Comments

@martin-richter-uk
Copy link

martin-richter-uk commented Jul 10, 2020

I have two instances of cardano on AWS.

I want to run them as a core node and the other as a relay node.

However, I am getting an error:

on core:

[ip-172-3:cardano.node.IpSubscription:Info:55] [2020-07-10 13:52:08.78 UTC] [String "Restarting Subscription after 1.001259791s desired valency 1 current valency 0",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Info:55] [2020-07-10 13:52:17.78 UTC] [String "Skipping peer 18.132.248.11:3006",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Error:55] [2020-07-10 13:52:17.78 UTC] [String "Failed to start all required subscriptions",String "[18.132.248.11:3006]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]

on Relay:

[ip-172-3:cardano.node.IpSubscription:Info:53] [2020-07-10 13:52:20.46 UTC] [String "Skipping peer 3.9.190.151:3005",String "[3.9.190.151:3005]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]
[ip-172-3:cardano.node.IpSubscription:Error:53] [2020-07-10 13:52:20.46 UTC] [String "Failed to start all required subscriptions",String "[3.9.190.151:3005]",String "WithIPList SubscriptionTrace",String "LocalAddresses {laIpv4 = Just 0.0.0.0:0, laIpv6 = Nothing, laUnix = Nothing}"]

Core settings:

Screenshot 2020-07-10 at 14 54 57

cardano-node run --topology ~/cardano-node/relay/shelley_testnet-topology.json --database-path ~/cardano-node/relay/db --socket-path ~/cardano-node/relay/node.socket --host-addr 3.9.190.151 --port 3005 --config ~/cardano-node/relay/shelley_testnet-config.json

Relay settings:

Screenshot 2020-07-10 at 14 56 14

cardano-node run --topology ~/cardano-node/relay/shelley_testnet-topology.json --database-path ~/cardano-node/relay/db --socket-path ~/cardano-node/relay/node.socket --host-addr 18.132.248.11 --port 3006 --config ~/cardano-node/relay/shelley_testnet-config.json

AWS settings

Screenshot 2020-07-10 at 15 00 48

Screenshot 2020-07-10 at 15 00 57

@martin-richter-uk
Copy link
Author

Solved by Mr SMAUG from one of the Telegram groups:

Public ips in jsons were changed to 172.XX addresses.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant