← Back to team overview

openstack team mailing list archive

Re: Some issues

 

Hi Atreyee,

Your original interface file says:
----------------------------------------------
    auto lo
    iface lo inet loopback
----------------------------------------------

It means, it has settings only for loopback interface.
Looks like your setup has NetworkManager configured and that is why
before configuring Openstack, Network Manager's settings are being
used for assigning IP address and DNS server to interface eth1 (which
is being used for Internet connection).

Settings you added in /etc/network/interfaces for OpenStack
configurations are not valid to connect you to the Outside Internet.
If your setup belongs to your company's / organisation's private
network, then you need to have correct DNS server as well as  IP
address in config file for eth1 so that Internet would be accessible.


Thanks,
Vivek


On Sun, Jun 16, 2013 at 9:18 PM, Atreyee Mukherjee
<atreyee.mukherjee@xxxxxxxxx> wrote:
> Hi All,
>
> I am new in the Openstack and trying to configure the Openstack.
>
> I was following the documentation available here :
>
> https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/master/OpenStack_Grizzly_Install_Guide.rst
>
>
> When i have changed the /etc/network/interfaces file [ I have kept the eth1
> IP as per me] as per the instruction, then after reboot i am loosing the
> internet connection. The problem is getting resolved once i am reverting the
> original file back and rebooting the system.
>
> I am attaching the /etc/network/interfaces.open file that i have created for
> the openstack purpose. Can you please help me out what is going wrong over
> here.
>
> Appreciate your help in advance.
>
>
> --
> with regards...........Atreyee
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>


References