Hello AskUbuntu community,
For the past few days, I finally jumped on the MAAS train but encountered a few problems with network configurations. I do apologize if I have missed some fundamental concepts asmy knowledge in networking is rather limited to small networks. My cluster, region controllers, dhcp, dns reside on the same ip: 10.0.0.1 connected via eth0. The Internet connected ip is 192.168.0.81 connected via wlan0. Both interfaces are added to the cluster interfaces and network (am I suppose to do this?)
I tried to follow the guides but I still cannot resolve these problems
1.) Juju bootstrap failed with curl: (7) Failed to connect to streams.canonical.com port 443
- Pinging from nodes via ssh yield outside world's ip but the packet is lost
- Firewalls are disabled -
sudo ufw disable
This is my current /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.0.0.1
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
MAAS ip configures (dpkg-reconfigure maas-cluster & region) are both on 10.0.0.1 and http://10.0.0.1/MAAS
2.) Wake-On-LAN doesn't work properly (I suspect it is due to Network)
I followed Daniel's method and was only able to startup the machines by typing in "sudo etherwake $mac_address" not through the cluster control panel
Relevant Screenshots - (Sorry, new users are limited to 2 links per post limitation)