On Mon, Dec 15, 2014 at 2:48 PM, 邓尧 <tors...@gmail.com> wrote: > Hi, > > I need to connect two L2 physical networks together with openvswitch. GRE > tunnel works perfectly in my case, except DHCP. Both networks have their own > DHCP server, and distribute addresses from their own address pool. > > I need to keep both DHCP alive so old computers would still work like > before. If needed, a computer could connect the other network simply by > assigning an IP address of that network manually. > > BTW, I haven't enabled OpenFlow
Do you mean that you use the standalone fail_mode of an OVS bridge, i.e., with a rule of action "NORMAL" installed by default? > > Any simple solution for my problem ? > If the answer to my question above is yes, then you can simply achieve what you want by installing another rule preventing ingress udp traffic with source port 68 from the GRE port, with a higher priority than the default "NORMAL" one. This makes both networks not receiving DHCPDISCOVER messages from the other end, and so do the two DHCP servers. > Thanks > Deng Yao > -- regards, hunt _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss