[Openstack] RDO, Can't ping Gateway, etc.

2016-05-28 Thread Thales
Hello,    I have RDO ALL-In-One installed.    I set up a private network and a public (external) network.     I set up a virtual router to connect the private network to the external network.    I have RDO installed on Centos 7 as a guest.  Windows 10 is my host OS. When I move into the virtual

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-28 Thread Remo Mattei
Maybe your gateway is .2 and not .1 did you try that. If that's the case you need to change that in your openstack config so you can get out Inviato da iPhone > Il giorno 28 mag 2016, alle ore 12:38, Thales ha scritto: > > Hello, > >I have RDO ALL-In-One installed.I set up a private

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-28 Thread Thales
When I ping 192.168.1.1 from my root namespace, there is a reply.     Pinging 193.128.1.2 gets no reply.   Also, my physical router is reachable at 192.168.1.1, because I configure it via browser with that local IP. Thanks for your reply, Remo! ...John On Saturday, May 28, 2016 2:49 PM, Rem

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-28 Thread Remo Mattei
What's the config on your external bridge and the output of your ovs? Inviato da iPhone > Il giorno 29 mag 2016, alle ore 02:23, Thales ha scritto: > > When I ping 192.168.1.1 from my root namespace, there is a reply. Pinging > 193.128.1.2 gets no reply. Also, my physical router is reach

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-28 Thread Thales
Remo, I ran ovs-vsctl show Here is the output for br-ex:     Bridge br-ex        Port "enp0s3"            Interface "enp0s3"        Port "qg-eb921913-b5"            Interface "qg-eb921913-b5"                type: internal        Port phy-br-ex            Interface phy-br-ex                type:

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Remo Mattei
can you share the ifcfg-enp0s3 and the ifcfg-br-ex? Thanks.. > On May 29, 2016, at 08:20, Thales wrote: > > Remo, > > I ran ovs-vsctl show > > Here is the output for br-ex: > > Bridge br-ex > Port "enp0s3" > Interface "enp0s3" > Port "qg-eb921913-b5" >

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Thales
Remo, Okay! Here is the ifcfg-enp0s3 file: DEVICE="enp0s3"NAME="enp0s3"HWADDR=08:00:27:3F:5C:38BOOTPROTO="none"TYPE=OVSPortDEVICETYPE=ovsOVS_BRIDGE=br-exONBOOT="yes"NM_CONTROLLED=noUUID=564f39b1-c69f-46d0-a728-54f667b922f Here is the ifcfg-br-ex file: DEVICE=br-exDEVICETYPE=ovsTYPE=OVSBridgeBOOT

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Remo Mattei
try this DEVICE=br-ex TYPE=OVSBridge DEVICETYPE=ovs ONBOOT=yes IPADDR=200.100.100.100 GATEWAY=255.255.255.254 PREFIX=27 DNS1=8.8.8.8 DEFROUTE=yes NAME="System eth1" DEVICE=eth1 TYPE=OVSPort DEVICETYPE=ovs OVS_BRIDGE=br-ex ONBOOT=yes > On May 29, 2016, at 21:59, Thales wrote: > > Remo, > >

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Thales
Thanks, Remo. I'm confused, though.   Isn't your gateway a netmask?   Or do you want me to substitute my gateway into it?  Also, I should use enp0s3 instead of eth1?     And the ipaddr should be my machine's ipaddress? ...John On Sunday, May 29, 2016 3:42 PM, Remo Mattei wrote: try th

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Remo Mattei
Replace the ips with yours of course but keep the lines of what I sent you Inviato da iPhone > Il giorno 30 mag 2016, alle ore 05:45, Thales ha scritto: > > Thanks, Remo. > > I'm confused, though. Isn't your gateway a netmask? Or do you want me to > substitute my gateway into it? Also,

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Thales
I did restart and try.    Remember, I can ping out from the root namespace, but I can't ping out from the virtual router namespace, except to the host and guest OSs.   This has always been the problem.    I hope that was clear? Thanks!...John On Sunday, May 29, 2016 11:37 PM, Remo Mattei

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Remo Mattei
if that’s your external network then yes. restart network and see if you machine can go out.. > On May 30, 2016, at 07:36, Thales wrote: > > Hello Remo, > > I changed them as follows. Is this what you meant? > > DEVICE=br-ex > DEVICETYPE=ovs > TYPE=OVSBridge > IPADDR=192.168.1.12 > PREFIX=27

Re: [Openstack] RDO, Can't ping Gateway, etc.

2016-05-29 Thread Thales
Hello Remo, I changed them as follows.  Is this what you meant? DEVICE=br-exDEVICETYPE=ovsTYPE=OVSBridgeIPADDR=192.168.1.12PREFIX=27GATEWAY=192.168.1.1DNS1=8.8.8.8DNS2=8.8.4.4ONBOOT=yes DEFROUTE=yesDEVICE="enp0s3"NAME="enp0s3"TYPE=OVSPortDEVICETYPE=ovsOVS_BRIDGE=br-exONBOOT="yes Nothing has change