[ovs-discuss] connect: Network is unreachable (container-->VM-->Phys Host)

2017-11-23 Thread Orabuntu-LXC
- Are there any additional settings needed to get DHCP to work from an LXC container going through a VM to the physical host where the DNS/DHCP is running? container--> sx1 on VM --> sx1 on Phys Host --> olivex port on

[ovs-discuss] connecting two physical ovs to extend ports

2017-11-30 Thread Orabuntu-LXC
Could you please paste in output of "ovs-vsctl show" for the switches involved? -- Gilbert Standen Creator Orabuntu-LXC 914-261-4594 gilb...@orabuntu-lxc.com ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailma

[ovs-discuss] SSH over GRE tunnel, MTU 1500 devices in VMs on same physical host

2017-11-29 Thread Orabuntu-LXC
Hi, I have what is probably a dumb question so it should be an easy one for gurus. I built two VM's on VirtualBox using my Orabuntu-LXC software. The VM VNIC's are ports on OvS sw1 on each VM. The VM's are on the same physical host. I have LXC containers on the sw1 switch also. What has

Re: [ovs-discuss] SSH over GRE tunnel, MTU 1500 devices in VMs on same physical host

2017-12-08 Thread Orabuntu-LXC
erent VM's on the same phyiscal host could still talk with each other just fine. I'm not a networking person originally I've just added on iptables, switches, routers as needed to support my Orabuntu-LXC work, so I must confess I still don't quite understand why the containers on the VM's on same phy

Re: [ovs-discuss] Openvswitch and LXC integration on Ubuntu 18.04

2018-05-14 Thread Orabuntu-LXC
tc. > > > > If you ser them, use trace to figure out why your traffic is being > > dropped. > > > > Regards, > > Paul > > > > > > Get Outlook for iOS<https://aka.ms/o0ukef> > > ____ > > From: ovs-discuss-boun...@openvswitch.org > &

Re: [ovs-discuss] Openvswitch and LXC integration on Ubuntu 18.04

2018-05-12 Thread Orabuntu-LXC
configure it directly in the LXC config using for example these parameters: lxc.net.0.type = veth lxc.net.0.link = ovsbr0 lxc.net.0.flags = up lxc.net.0.name = eth0 which is also discussed here: https://discuss.linuxcontainers.org/t/lxc-2-1-has-been-released/487 2. Also, my Orabuntu-LXC

Re: [ovs-discuss] Openvswitch and LXC integration on Ubuntu 18.04

2018-05-12 Thread Orabuntu-LXC
; lxc.net.0.script.up > > lxc.net.0.script.down > > > > Or, starting from 2.1.x you can also configure it directly in the LXC > > config using for example these parameters: > > > > lxc.net.0.type = veth > > lxc.net.0.link = ovsbr0 > > lxc.net

Re: [ovs-discuss] Bonded interface on ovs bridge configuration

2018-06-13 Thread Orabuntu-LXC
; mtu 1500 >> >> >> >> >> >> >> >> >> >> >> Kind regards >> >> Tejali Sonawane-Bhujbal >> Department Engineer - NTNU IT >> Byggteknisk, s-226, Gløshaugen >> Contact- +47-96708171 >> ___ >> discuss mailing list >> disc...@openvswitch.org >> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss >> > > ___ > discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > > -- Gilbert Standen Creator Orabuntu-LXC 914-261-4594 gilb...@orabuntu-lxc.com ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] Docker & Open vSwitch question.

2018-11-04 Thread Orabuntu-LXC
I guess by "patch" you mean "patch ports" . I think you will need to bring VLANs into the solution to accomplish what you are describing. My Orabuntu-LXC software ( https://github.com/gstanden/orabuntu-lxc ) uses a scheme of this type. HTH Gilbert On Sat, Nov 3, 2018, 9

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-01 Thread Orabuntu-LXC
Thanks Ben. I will keep hacking away at it. The protocols and design principles of Orabuntu-LXC require all installed software to be packaged - rpm or deb - so I will have to keep working on a solution to get the rpm package to build successfully. BTW that was a typo earlier - we had been

Re: [ovs-discuss] Build OpenvSwitch on Oracle Linux 8

2019-10-06 Thread Orabuntu-LXC
y in Oracle8 depends on that python3-six that comes with the distro so the OS blocks uninstall of python3-six. I haven't considered whether dnf could be uninstalled but won't go there because an Orabuntu-LXC design principle is we are a pure overlay we don't reconfigure anything unless absolutely

Re: [ovs-discuss] Guidance Needed for OpenVSwith VLAN

2019-10-03 Thread Orabuntu-LXC
Hi Sam, You may want to download my Orabuntu-LXC project from github and inspect the scripts (they are in bash and are very accessible therefore) because Orabuntu-LXC uses VLANs. Basically Orabuntu-LXC uses patch ports on the OpenvSwitches together with VLANs to push traffic selectively from any

Re: [ovs-discuss] Guidance Needed for GRE Tunnel

2019-10-03 Thread Orabuntu-LXC
mote_ip=**10.10.1.* > > *4 ( These remote are the ip address of the host pcs) * > > > > Regards > > Samrat Pravin Patel > ___ > discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.org/mailman/listinf

[ovs-discuss] OVS 2.11.1 RPM build from source fails on Oracle Linux 7.8 and 7.9

2020-11-12 Thread Orabuntu-LXC
; ^ /usr/include/linux/netfilter/nf_conntrack_sctp.h:26:2: error: unknown type name 'u8' u8 flags; ^ make[2]: *** [lib/netlink-conntrack.lo] Error 1 make[2]: Leaving directory `/opt/olxc/home/ubuntu/Downloads/orabuntu-lxc-master/uekulele/openvswitch/rpmbuild/BUILD/openvswitch-2.11.1' make[1

Re: [ovs-discuss] GTP decapsulation

2021-04-16 Thread Orabuntu-LXC
You might find a solution using (or in) the Orabuntu-LXC github code. The latest release v6.13.25.3 offers the option to connect hosts (vm or physical) using [geneve|vxlan|gre] tunnels. If you don't need/want to do a full Orabuntu-LXC install, you can just grep for firewall-cmd and geneve

Re: [ovs-discuss] GTP decapsulation

2021-04-16 Thread Orabuntu-LXC
If you are moving between interfaces between hosts, and then subsequently between interfaces on the SAME host you might also need to make use of OVS patch ports as well. HTH On Apr 16, 2021 at 6:33 AM, Ash Ash wrote: Hi I have some gtp pcap files which I want to decapsulate. Is that possible