You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to ping or receive legacy dhcp requests on a virtual infrastructure I'm migrating from traditional network to SDN. I want to preserve traditional broadcast flooding to prove out the basic policy, and change each vlan to a faucet routed archetecture. is there a way to enable legacy traffic broadcast?
Currently I want to ping from a VM on Host A with IP 10.0.55.52/24 to an internal ovs interface on HOST B with IP on 10.0.55.2/24, which is in a VRF routing table. I also want a VM on host B to broadcast for DHCP from a DHCP relay on Host A.
I need this configuration, because I want to serve docker instances on the host directly while allowing migration between both for legacy VMs
Host A and Host B are connected with a working Geneve tunnel, which is configured as stack interface in faucet.
Using docker faucet:latest
I've confirmed all ports, including geneve ofports, match the defined faucet interfaces
I'm not able to ping or receive legacy dhcp requests on a virtual infrastructure I'm migrating from traditional network to SDN. I want to preserve traditional broadcast flooding to prove out the basic policy, and change each vlan to a faucet routed archetecture. is there a way to enable legacy traffic broadcast?
Currently I want to ping from a VM on Host A with IP 10.0.55.52/24 to an internal ovs interface on HOST B with IP on 10.0.55.2/24, which is in a VRF routing table. I also want a VM on host B to broadcast for DHCP from a DHCP relay on Host A.
I need this configuration, because I want to serve docker instances on the host directly while allowing migration between both for legacy VMs
Host A and Host B are connected with a working Geneve tunnel, which is configured as stack interface in faucet.
Using docker faucet:latest
I've confirmed all ports, including geneve ofports, match the defined faucet interfaces
The text was updated successfully, but these errors were encountered: