Comment 15 for bug 1603473

Revision history for this message
Rajesh Kumar Chaturvedi (rajesh-canonical) wrote : Re: Relation fails as untis/machines are on different subnet on a multi NIC setup, juju 2.0 beta11

The contents of interfaces.d are as follows:--

ubuntu@juju-gui:~$ ls /etc/network/interfaces.d/
eth0.cfg
ubuntu@juju-gui:~$ cat /etc/network/interfaces.d/eth0.cfg
# The primary network interface
auto eth0
iface eth0 inet dhcp
ubuntu@juju-gui:~$