NICMx / Jool

SIIT and NAT64 for Linux
GNU General Public License v2.0
325 stars 66 forks source link

Examples to configure NAT64 do not work. Selected commands as shown return an error message. #343

Closed Robert-Lasater closed 4 years ago

Robert-Lasater commented 4 years ago

E.g.: https://jool.mx/en/usr-flags-instance.html

# modprobe jool
# jool instance add alpha --iptables --pool6 64:ff9b::/96
# jool -i alpha pool4 add 192.0.2.1

Latter command fails with this error message:

The command is missing a port (or ICMP id) range and a protocol (--tcp, --udp or --icmp).

This is surely a documentation issue, not an issue in the jool code. But it needs to be addressed so people new to jool can use it effectively.

ydahhrk commented 4 years ago

Thank you. The updates can be currently seen in the Github mirror (You might need to hit F5 to pull them properly), and will be uploaded to jool.mx once 4.1.4 is released. (Tentatively around Friday. Though the documentation updates take a bit longer.)

Sorry; I had to close this bug to commit the changes into the Github mirror. I'd very much appreciate it if you could give it a look and return more feedback if needed.

Robert-Lasater commented 4 years ago

OK, thanks for the link. I took a look and it does appear my concerns have been addressed. No objection to you closing this issue report.

I am quite new to NAT64 and jool, so I have to look over your example closely and figure out how to apply to my setup. If I find any problems, I will let you know.