Network Error MAAS
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I can not get MAAS to deploy a node. I can power the node off and on. I get the error below.
Error:Node failed to be deployed, because of the following error: "network": ["Node has no address family in common with the server"]
I think is has to do with the reserved range on the subnet. My MAAS server has a static address of 192.168.200.180/24. The reserved range on the subnet in MAAS that automatically configures is 192.168.200.190/24 - 192.168.200.252/24. The server still lives in the same address space of 192.168.200.0/24. I can not adjust the range to 192.168.200.1/24. I get the error below.
Error: Requested dynamic range conflicts with an existing IP address or range.
I would really like to get this working so I can deploy a Ubuntu OpenStack private cloud.
MAAS version: 2.4.0~beta2 (6865-gec43e47e6-0ubuntu1)
Thanks,
Jason R Gann
networking maas openstack
add a comment |Â
up vote
0
down vote
favorite
I can not get MAAS to deploy a node. I can power the node off and on. I get the error below.
Error:Node failed to be deployed, because of the following error: "network": ["Node has no address family in common with the server"]
I think is has to do with the reserved range on the subnet. My MAAS server has a static address of 192.168.200.180/24. The reserved range on the subnet in MAAS that automatically configures is 192.168.200.190/24 - 192.168.200.252/24. The server still lives in the same address space of 192.168.200.0/24. I can not adjust the range to 192.168.200.1/24. I get the error below.
Error: Requested dynamic range conflicts with an existing IP address or range.
I would really like to get this working so I can deploy a Ubuntu OpenStack private cloud.
MAAS version: 2.4.0~beta2 (6865-gec43e47e6-0ubuntu1)
Thanks,
Jason R Gann
networking maas openstack
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I can not get MAAS to deploy a node. I can power the node off and on. I get the error below.
Error:Node failed to be deployed, because of the following error: "network": ["Node has no address family in common with the server"]
I think is has to do with the reserved range on the subnet. My MAAS server has a static address of 192.168.200.180/24. The reserved range on the subnet in MAAS that automatically configures is 192.168.200.190/24 - 192.168.200.252/24. The server still lives in the same address space of 192.168.200.0/24. I can not adjust the range to 192.168.200.1/24. I get the error below.
Error: Requested dynamic range conflicts with an existing IP address or range.
I would really like to get this working so I can deploy a Ubuntu OpenStack private cloud.
MAAS version: 2.4.0~beta2 (6865-gec43e47e6-0ubuntu1)
Thanks,
Jason R Gann
networking maas openstack
I can not get MAAS to deploy a node. I can power the node off and on. I get the error below.
Error:Node failed to be deployed, because of the following error: "network": ["Node has no address family in common with the server"]
I think is has to do with the reserved range on the subnet. My MAAS server has a static address of 192.168.200.180/24. The reserved range on the subnet in MAAS that automatically configures is 192.168.200.190/24 - 192.168.200.252/24. The server still lives in the same address space of 192.168.200.0/24. I can not adjust the range to 192.168.200.1/24. I get the error below.
Error: Requested dynamic range conflicts with an existing IP address or range.
I would really like to get this working so I can deploy a Ubuntu OpenStack private cloud.
MAAS version: 2.4.0~beta2 (6865-gec43e47e6-0ubuntu1)
Thanks,
Jason R Gann
networking maas openstack
asked May 18 at 16:05
jasonrgann
11
11
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43
add a comment |Â
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037822%2fnetwork-error-maas%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Ok I figured this out. I deleted the reserved range 192.168.200.190/24 - 192.168.200.252/24 that was automatically assigned by MAAS. I don't really need it anyway. I then had to go into the Machines tab for the node I was having problems deploying. Then I clicked on the Interfaces tab. Then edit the interface that was connected by clicking the three lines under the actions tab at the end of the interface tabs and choose edit interface. Make sure the Subnet is assigned to the subnet you are deploying on. Make sure the IP mode is set to auto assign.
â jasonrgann
May 18 at 17:43
After doing all that I was able to deploy the node. Hopefully no one wasted any time working on this...
â jasonrgann
May 18 at 17:43