...
To disable automatic interface configuration by the cloud tools, edit the file and set the parameter setup to false as shown in the example below:
Code Block | ||
---|---|---|
| ||
# vi /etc/default/instance_configs.cfg [NetworkInterfaces] dhclient_script = /sbin/google-dhclient-script dhcp_command = ip_forwarding = true setup = false |
...