Linode forced me to migrate my server from NJ to Atlanta and now I am having big problems.....

I totally understand that the migration was probably necessary and it's not like Linode did anything wrong, but it's been a bit of a disaster.

I had to manually change a lot of networking settings to even get my sites back up, and now there is a very weird massive delay before the page will load. This was NOT happening before the migration.

I followed these steps and changed my IP in a few places via command line and WebMin to get things running again:

sudo systemctl stop networking.service
sudo systemctl stop resolvconf.service
sudo systemctl disable networking.service
sudo systemctl disable resolvconf.service
sudo systemctl enable systemd-networkd.service
sudo systemctl enable systemd-resolved.service
sudo systemctl start systemd-networkd.service
sudo systemctl start systemd-resolved.service

So I can see my sites but there is a MASSIVE delay before the page even STARTS to load, we are talking 4-6 seconds.

It almost feels like an internal redirect loop or something, it's very weird.

Are there some specific settings I can check/change? I am comfortable with using the command line, just need some direction on what might be causing this.

It feels like a DNS issue maybe? I am running Ubuntu.

2 Replies

Boy! Howdy! The page came right up (in about a second) here in Portland, OR.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct