-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Autoconfiguration of private network interface #7
Comments
I'm testing with -vultr-os-id=160 (buntu 14.04 x64) and --vultr-private-networking=true. |
one more test:
|
Auto-configuration of private network interface eth1 is already implemented. But only for machines that are created with the default RancherOS. For Ubuntu machines you can actually pass a Cloud-init userscript with the Something similar to this (not tested): #!/bin/sh
cat > /etc/network/interfaces <<EOF
auto eth1
iface eth1 inet static
address 10.99.0.200
netmask 255.255.0.0
mtu 1450
EOF
ifup eth1 Pozdro 😄 |
there is still some issue with autoconfiguration of rancheros. See my second test with default os. pozdro. |
This has been fixed in https://github.com/janeczku/docker-machine-vultr/releases/tag/v1.0.3. Auto-configuration of private network interface |
Would it be possible to add auto-configuration of private interface in VPS when --vultr-private-networking is enabled?
I'm thinking abount establishing docker swarm using vultr private network only.
Thanks for advance.
The text was updated successfully, but these errors were encountered: