Hopefully this is a quick fix that someone can help me out with. I have spun up some droplets & enabled private networking. They communicate with each other with no issues. The current subnet let's say is:
10.12.0.0/24
I would love some help with creating a custom subnet for droplets to communicate over on the private network at say:
10.14.0.0/24
If both subnets could be kept in place that would be great.
I have tried adding additional IP addresses to the lan interfaces (in this case, eth1
since the droplets are running Ubuntu) on my droplets and routing appear correct when I check route -n
(custom subnet has the settings that mimic the default private subnet exactly); iptables rules are also present to pass/accept traffic from the custom subnet but I get no joy when trying to ping between droplets.
I hope what I'm trying to do is clear enough but I'll gladly supply more detail if it is needed. I just thought I should check if there is a limitation of sorts with the DO infrastructure in case I'm wasting time doing something that isn't possible.