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 OpenWRT instructions #391

Closed
sgryphon opened this issue Oct 23, 2022 · 1 comment
Closed

Update OpenWRT instructions #391

sgryphon opened this issue Oct 23, 2022 · 1 comment
Labels
Milestone

Comments

@sgryphon
Copy link
Contributor

sgryphon commented Oct 23, 2022

For the latest version, OpenWRT 22.03, it didn't list the iptables version of jool packages, but only netfilter ones. (i.e. opkg find '*jool*'). This means different packages need to be used. The netfilter ones were easy to set up (can be done entirely from LuCI).

So, the documentation page needs to be updated:
https://www.jool.mx/en/openwrt.html

(I think old documentation is compiled with old versions, so there could be a reference for v21 like there is for v19)

Anyway, what I did / suggested update is below:


NAT64

For latest version, OpenWRT 22.03.

From LuCI web console:

  1. System > Software: Install jool-tools-netfilter (this will install kmod-jool-netfilter and other dependencies).
  2. System > Startup > Local Startup: Add the following to /etc/rc.local:
jool instance add --pool6 64:ff9b::/96
  1. System > Reboot > Perform reboot
  2. Confirm working NAT64 from a device inside your LAN ping 64:ff9b::8.8.8.8

Command line:

# Install packages
opkg update
opkg install kmod-jool-netfilter jool-tools-netfilter
# Add the following line to /etc/rc.local (before the exit 0)
jool instance add --pool6 64:ff9b::/96
# Confirm working NAT64 from a device inside your LAN
ping 64:ff9b::8.8.8.8

ydahhrk pushed a commit that referenced this issue Nov 26, 2022
Update documentation for latest version of OpenWRT, as per issue #391
@ydahhrk
Copy link
Member

ydahhrk commented Nov 26, 2022

The pull request was merged; closing.

Thank you very much.

@ydahhrk ydahhrk closed this as completed Nov 26, 2022
@ydahhrk ydahhrk added this to the 4.1.9 milestone Jan 25, 2023
@ydahhrk ydahhrk added the Bug label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants