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

Update test_network.md #3163

Closed
wants to merge 1 commit into from
Closed

Conversation

jannesklee
Copy link

Entry in troubleshooting if iptables error occurs

  • Documentation update

The entry describes a possible error that occured to me, when I wanted to run the test-network. Since I found many entries regarding iptables and unknown option --dport I thought it could concern others, too.

Signed-off-by: Jannes Klee jannes.klee@gmail.com

@jannesklee jannesklee requested review from a team as code owners January 7, 2022 14:36
Copy link
Contributor

@denyeart denyeart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution. You'll need to amend the commit for your signature and re-push before it can be merged, see details at:
https://github.com/hyperledger/fabric/pull/3163/checks?check_run_id=4739891638

Error response from daemon: driver failed programming external connectivity on endpoint orderer.example.com: (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 9443 -j DNAT --to-destination <ipaddress> ! -i br-37ea6d3c5cd5: iptables v1.8.7 (legacy): unknown option "--dport"
```

Ensure that you have the right version of iptables installed. On some Linux-distributions legacy versions might be in action that cause this error. See, e.g., this [forum entry](https://bbs.archlinux.org/viewtopic.php?id=256709) for a solution.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd recommend other wording than "might be in action".

@denyeart
Copy link
Contributor

No response from PR creator, closing...

@denyeart denyeart closed this Aug 25, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants