← 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 Mon, Jun 17, 2013 at 7:50 PM, Atreyee Mukherjee
<atreyee.mukherjee@xxxxxxxxx> wrote:
> Hi Vivek,
>
> Thanks for your reply.
>
> PFA of the original file of /etc/network/interfaces .
>
> Yes, i have 2 NIC. Here is the output of the ifconfig :
>
> =================
> root@agupta-Studio-1458:/home/agupta# ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:24:e8:84:ca:9c
>           UP BROADCAST MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>           Interrupt:16
>
> eth1      Link encap:Ethernet  HWaddr c0:cb:38:11:52:de
>           inet addr:192.168.1.71  Bcast:192.168.1.255  Mask:255.255.255.0
>           inet6 addr: fe80::c2cb:38ff:fe11:52de/64 Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:8665 errors:2 dropped:0 overruns:0 frame:407544
>           TX packets:4973 errors:13 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:4918070 (4.9 MB)  TX bytes:900405 (900.4 KB)
>           Interrupt:18
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           inet6 addr: ::1/128 Scope:Host
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:6646 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:6646 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:771580 (771.5 KB)  TX bytes:771580 (771.5 KB)
>
> =================
>
> Thanks & Regards
> Atreyee
>
>
> On Mon, Jun 17, 2013 at 5:10 AM, Vivek Satpute <vivekonline86@xxxxxxxxx>
> wrote:
>>
>> Hi Atreyee,
>>
>> Can you please attach original /etc/network/interfaces.open file here ?
>> I think you have total 2 NIC cards, one of them attached to Internet
>> already.
>>
>>
>> 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
>> >
>
>
>
>
> --
> with regards...........Atreyee


References