RainwayApp / bug-tracker

Report all issues found with Rainway here, or make suggestions for new features. 🐜
https://rainway.io/
27 stars 3 forks source link

Stuck on Registering DNS #16

Closed Lazermn03 closed 6 years ago

Lazermn03 commented 6 years ago

When doing the first time set up, it gets stick on registering DNS. I have reinstalled the app, rebooted, and flushed the cache many times. I also have tried on all the versions of the server app releases today with the same issue.

Lazermn03 commented 6 years ago

Screenshot of screen it's been stuck on all day.

https://1drv.ms/i/s!At6vTy_UY3BTg-cu8qRxOcpmCEj0WA

Simfukwe commented 6 years ago

registering dns entries Yeah same here. I've already deleted cache, uninstalled and reinstalled, updated to latest version, etc. HELP!

Shadsterwolf commented 6 years ago

I had the same issue,

I have a Comcast Modem rental (which has both lan/wifi) with a wireless netgear router. I had my rig connected directly to the modem (which I thought shouldn't cause issues since I have all firewall things off)

I fixed this by just plugging my rig into the router, instead of directly to the modem.

raptaml commented 6 years ago

That does not fix it for me. I am behind a router since launch and have been stuck with "registering dns" ever since... Made a different account, patched rainway to latest, cleared cache multiple times, several host shutdowns

Shadsterwolf commented 6 years ago

I'd definitely recommend then to tweak some of the settings in the router. Check for pre-built firewall and security junk on it. As well as possible firmware updates. I strongly believe it's a modem/router kind of problem. Including how your settings are setup on them

klukule commented 6 years ago

Here is the error I get (when I get stuck in "Registering DNS Entries") image It's probably because my ISP uses NAT.... (since I tried turning off all firewalls, directly connected to antena etc..)

siggerzz commented 6 years ago

I was able to fix this issue by doing the following - https://github.com/RainwayApp/bug-tracker/issues/33#issuecomment-359226949

klukule commented 6 years ago

well there must be something else, since this error means in REST "Unprocessable Entity" which means that server just doesn't like the data I sent him (which is probably because of the LocalIP and MacAddress being null)

but good idea with disabling other NICs.... I'l try that

klukule commented 6 years ago

OK, Update.... that worked... which means it's problem when you have more than one NIC (I have 8 ports in my server) :D

raptaml commented 6 years ago

Confirmed. Disabling additional interfaces does the trick. Rainway should auto-choose the primary one via gateway check or something

klukule commented 6 years ago

That would be hard.... since some people can have multiple NICs connected to multiple sub-networks and multiple WANs... so easiest thing would be to enumerate NICs and let user choose

yretenai commented 6 years ago

Should be resolved now.