Leave out the network setting from the interfaces template. It does not get passed anymore.
This commit is contained in:
@@ -10,7 +10,6 @@ auto eth0
|
||||
iface eth0 inet static
|
||||
address %(address)s
|
||||
netmask %(netmask)s
|
||||
network %(network)s
|
||||
broadcast %(broadcast)s
|
||||
gateway %(gateway)s
|
||||
dns-nameservers %(dns)s
|
||||
|
||||
Reference in New Issue
Block a user