Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Set a "low" hard quota for number of open files (e.g. ulimit -Hn 1000) and configure passt to forward all the TCP ports, e.g.:
passt -f -t all
At this point, passt reports that it's failing to open sockets with a very long sequence of "Too many open files" messages, and it will terminate.
If you forward just a bit less than 1000 ports, it might not even terminate, because it can actually bind all the ports and set up all the sockets needed during the setup phase, but not work at all, as it can't open outbound sockets.
This behaviour looks quite confusing, and was tracked upstream at: https://bugs.passt.top/show_bug.cgi?id=27.
We need this upstream commit:
https://passt.top/passt/commit/?id=bb2b67cb3549ea2509f5b7b88790e08d2e362351
conf: Terminate on EMFILE or ENFILE on sockets for port mapping
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (passt bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:2292