[BUG] Why does the LAN deny access #4602
Replies: 18 comments 1 reply
-
the result is curl: (7) Failed connect to 192.168.3.202:9256; Connection refused |
Beta Was this translation helpful? Give feedback.
-
the node server ip is 192.168.3.202 and the wallet rpc server is 9256 of port |
Beta Was this translation helpful? Give feedback.
-
The above request was executed on 192.168.3.200 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
ht chia_wallet server is ok |
Beta Was this translation helpful? Give feedback.
-
but to request the 9256 from 192.169.3.200 fail |
Beta Was this translation helpful? Give feedback.
-
Is this a typo or do you try to reach 192.168..3.202 from 192.169.3.200? If you want to communicate from 192.168.xxx.xxx to 192.169.xxx.xxx you would need to set your network mask to 255.0.0.0 |
Beta Was this translation helpful? Give feedback.
-
your wallet seems to listen on 127.0.0.1, instead of 192.168.3.202 or 0.0.0.0. I suspect you need to change the config.yaml to let it listen to either 192.168.3.202 or 0.0.0.0. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I saw the configuration file, but I don’t know how to modify the other part. thanks |
Beta Was this translation helpful? Give feedback.
-
Can you elaborate? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
full_node_peer sounds like the place where you look (not listen) I'm also interested in the solution so I hope someone knows where the deamon? listen hostname/ip setting is might be self_hostname (on 192.168.3.202 in your case) |
Beta Was this translation helpful? Give feedback.
-
Also this is more a discussion or [Help] than a [BUG] |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Still 127.0.0.1 |
Beta Was this translation helpful? Give feedback.
-
still an other variable on the server side. I would try changing the self_host variable on a server eg a computer that serves a sevice, and point the full_node_peer to that computer on the client. but I am a noob and can not give you a full featured answer... |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
curl --insecure --cert /home/ssl/ipfsnets/.chia/mainnet/config/ssl/wallet/private_wallet.crt --key /home/ssl/ipfsnets/.chia/mainnet/config/ssl/wallet/private_wallet.key -d '{"wallet_id": 1, "new_address":true}' -H "Content-Type: application/json" -X POST https://192.168.3.202:9256/get_next_address
Beta Was this translation helpful? Give feedback.
All reactions