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
you cant connect =) because your GUI client wanna connect from 127.0.0.1 and this is not change, i dont find why.
but if you make redirect with iptable iptables -t nat -A OUTPUT -o lo -d 127.0.0.1 -p tcp --dport 55400 -j DNAT --to-destination serverip:55400 sysctl -w net.ipv4.conf.all.route_localnet=1
your gui clent connected to your server
Всем привет, если вы как и я попытаетесь с линукса гуяшного зацепиться ксерверу где ферма и у вас возникнут проблемы что нет подключения, и по мануалу не прокатывает, сделайте редирект iptables выше написал как, уменя все сразу заколосилось!
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.
-
Hello all, if are you want connect to other server linux - to linux, whet are you try a last manual on:
https://github.com/Chia-Network/chia-blockchain/wiki/Connecting-the-UI-to-a-remote-daemon
you cant connect =) because your GUI client wanna connect from 127.0.0.1 and this is not change, i dont find why.
but if you make redirect with iptable
iptables -t nat -A OUTPUT -o lo -d 127.0.0.1 -p tcp --dport 55400 -j DNAT --to-destination serverip:55400
sysctl -w net.ipv4.conf.all.route_localnet=1
your gui clent connected to your server
Всем привет, если вы как и я попытаетесь с линукса гуяшного зацепиться ксерверу где ферма и у вас возникнут проблемы что нет подключения, и по мануалу не прокатывает, сделайте редирект iptables выше написал как, уменя все сразу заколосилось!
Beta Was this translation helpful? Give feedback.
All reactions