Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ping does not work in OPX #36

Open
subhajit-cdot opened this issue Jun 9, 2021 · 0 comments
Open

ping does not work in OPX #36

subhajit-cdot opened this issue Jun 9, 2021 · 0 comments

Comments

@subhajit-cdot
Copy link

Hi,

I have installed OPX-4.9.110 in a DELL s4048ON switch.

topology:

[host1-192.168.0.20] --- [ON-switch] --- [host2-192.168.0.30]

issue:

  1. we have added if1 and if2 in a ovs bridge and tried pinging from host1 to host2, observed that ARP request and reply packets were successfully exchanged. Then icmp echo request packets were coming on if1 but not forwarded to if2. I have checked all flow rules, there was no issue.
  2. To eliminate flow rule doubt in OVS, I tried connecting if1 to host1 directly. I had assigned ip address to if1(192.168.0.30/24) and ping from host1 (same subnet ip, directly connected). Similar issue was observed was i.e. if1 can only receive ICMP echo request, but it was not able to generate ICMP reply. I tried pinging other-way, from if1 to host1, in that case no icmp echo request was generated from if1. I have cross checked by adding iptable rules, no icmp echo request packet was there.
  3. I have tried putting if1 and if2 in a kernel bridge, the behavior was same.
  4. I have tried the test cases after removing iptable and ebtable rules, the behavior was same.
  5. I have checked systcl.conf, net.ipv4.icmp_echo_ignore_all=0 and rp_filter=0, forwarding=1.

Am I missing something obvious? What configurations are required to ping between host1 to host2 in this topology keeping linux bridge or OVS inside the switch?

Regards,
Subhajit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant