By LeRoy Omerza
while configuring firewall rules for a new (ubuntu 18.04 in nyc3) droplet today, i noticed that the output of route (below) shows three networks instead of the normal two (public, private).
can anyone tell me why the network 10.17.0.0 exists in our droplets?
104.131.0.0 - public 10.132.0.0 - private 10.17.0.0 - ???
root@104:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 0 0 0 eth0
10.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.132.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
104.131.0.0 0.0.0.0 255.255.192.0 U 0 0 0 eth0
thanks! -lee
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!
Are you using any floating IPs or a load balancer with your droplet? Floating IPs will appear as another local network interface rather than an interface with the public floating ip shown.
Thanks for the speedy reply ryanpq!
Nope, it’s just a basic droplet with private networking, so no floating IPs or load balancing. Also no backup plan, monitoring, cloud-firewall or IPv6.
ok. got it. thanks!
so apparently, even when a droplet has no floating ip enabled at the time of it’s creation, the anchor ip will be configured for the droplet regardless, to ease the process of enabling floating ip at a later time.
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.