Wallet can’t connect (sync) to FullNode on local network #8036
Oscillator098
started this conversation in
Support
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm lost and I don't know what else to do but cry here :slight_smile:
Setup:
Same exact setup I have on Flax VirtualMachine and it is working perfectly and I have no clue what is different.
Without this config edit PC2 can start sync normally over internet's FullNode and Wallet2 is working.
When I apply this config edit and I want my PC1 to be FullNode for PC2 then Wallet sync issues appear.
PC1 sees that PC2 has connected its wallet to PC1. PC1 starts sending some data and then it stops.

This is from my log on PC2:
In DEBUG mode I get:
Time for request request_header_blocks: {'host': '192.168.1.2', 'port': 8444} = 25.126431465148926, None? True
And this keeps repeating.
Additional info for VM, maybe there is something:
PC1:
LAN: IP 192.168.1.2, Gate 192.168.1.1 (home ISP router) , Subnet 255.255.255.0, DNS 8.8.8.8 and 8.8.4.4 (internet Sharing to virtualAdapter)
virtualEthernet adapter: IP 192.168.2.4, Gate 192.168.1.2, Subnet 255.255.0.0, DNS none
PC2 (VM):
LAN: IP 192.168.2.3, Gate 192.168.2.4, Subnet 255.255.255.0, DNS 8.8.8.8 and 8.8.4.4
With this config I have internet and ping in both directions. I’m questioning maybe Subnet setup on virtualEthernet on PC1. Should it be 255.255.240.0 or something
What am I missing? What else can I check?
Beta Was this translation helpful? Give feedback.
All reactions