Today we got a problem with public network resources on one of our droplet. Or, exactly this is a network problem at all. (droplet region is NYC1)
All services work stable inside: they are working and accessible from the localhost. Nothing changed from the last weekend: local droplet’s routing, firewall rules are the same.
The main problem, that network interface can’t up.
RTNETLINK answers: File exists
Failed to bring up eth0. ```
Configs:
cat /etc/udev/rules.d/70-persistent-net.rules SYSBSYSTEM==“net”, ACTION==“add”, DRIVERS=“?*”, ATTR{ADDRESS}=‘<censored>’, NAME=“eth0”
Interfaces:
ip link
Routes:
ip route default via <censored> dev eth0 onlink linkdown 10.10.0.0/16 dev eth0 proto kernel scope link src 10.0.0.5
Interfaces config:
cat /etc/network/interfaces.d/50-cloud-init.cfg auto lo iface lo inet loopback dns-nameservers 8.8.8.8 8.8.4.4
auto eth0 iface eth0 inet static address <censored> gateway <censored> netmask 255.255.240.0
iface eth0 inet static address 10.10.0.5 netmask 255.255.0.0
Can it be caused of this problem: https://status.digitalocean.com/incidents/g1qq8fkqczmc ?
Thanks for the answer.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi,
Did your problem get automatically resolved afterwards? If so, sounds like the problem reported on the status page could be the cause. You can follow DigitalOcean Status on Twitter for information like this:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.