Website won't load after reboot

I was editing IP Tables to allow a blocked IP address to access our website, but for some reason the user still couldn't access our website. I reboot the Linode instance to see if that would push the change through, and now the website won't load at all, for anybody. I can still login using the Lish console and when I run:

sudo systemctl status networking.service -l I see networking.service: Failed with result 'exit-code' - and "Failed to start network interfaces."

I'm not familiar with linux and can't figure out how to get our website back up and running. Any help would be greatly appreciated!!!!

2 Replies

If you can still login with LISH that means your compute instance at least still has network connectivity across the Linode network, so it is likely an internal configuration issue.

While Linode support cannot assist directly, generally speaking a good first step would be to flush your IP table rules and start fresh-- more on that here:
https://www.linode.com/community/questions/18701/how-do-i-temporarily-or-permanently-flush-wipe-my-iptables

There's also a good guide on this here:
https://www.linode.com/docs/guides/control-network-traffic-with-iptables/

Hope that helps!

-Micah

What do you get if you run:

journalctl -u networking --since “[date/time your Linode last booted]” --no-pager

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