-
Notifications
You must be signed in to change notification settings - Fork 52
DNAT unsupported revision #47
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
Comments
Could you run |
Sorry, I went ahead and updated the OS to 20.04 which uses iptables 1.8.4 and the error is gone. With 20.04 the command you requested results in the following: I think it would be helpful to others if any other solutions were listed here. |
@robbertkl I think we can close this. 👍 |
Agreed |
…s package to avoid iptables errors - robbertkl/docker-ipv6nat#47 Signed-off-by: Damien Duportal <[email protected]>
…s package to avoid iptables errors - robbertkl/docker-ipv6nat#47 Signed-off-by: Damien Duportal <[email protected]>
…s package to avoid iptables errors - robbertkl/docker-ipv6nat#47 Signed-off-by: Damien Duportal <[email protected]>
* chore(tests) use different hieradata configurations for unit tests and vagrant Signed-off-by: Damien Duportal <[email protected]> * chore(updatecli) track puppetlabs-firewall module and bump it to 4.0.0 Signed-off-by: Damien Duportal <[email protected]> * chore(vagrant) add a 2nd NIC, which requires ubuntu 20.04 and iptables package to avoid iptables errors - robbertkl/docker-ipv6nat#47 Signed-off-by: Damien Duportal <[email protected]> * fix(openvpn) correct bootstrap from scratch by fixing recursive directories issue Signed-off-by: Damien Duportal <[email protected]> * fix(openvpn) correct boostrap by ensuring that required CLI are installe (route CLI) Signed-off-by: Damien Duportal <[email protected]> * chore(openvpn) refactorize role to allow defining CIDRs, peering and VPN networks through hieradata Signed-off-by: Damien Duportal <[email protected]> * Apply suggestions from code review Co-authored-by: Hervé Le Meur <[email protected]> Signed-off-by: Damien Duportal <[email protected]> Co-authored-by: Hervé Le Meur <[email protected]>
This is a new install of ubuntu 18.04 with the kernal updated to 5.3 and docker 19.03.06
The revision error appears to be due to the host system running iptables 1.6.1 and ipv6nat using 1.8.3.
as mentioned in moby/moby#40428
0 0 DNAT tcp !bridge-tn30 * ::/0 2001:570:1a18:202::30 tcp dpt:19030 DNAT [unsupported revision]
If this is the cause, how should it be fixed? Can the version in ipv6nat be downgraded? or do I need to upgrade ubuntu to 19.10?
Thanks!
The text was updated successfully, but these errors were encountered: