NICMx / Jool

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

www.jool.mx cannot be accessed via IPv6. #80

Closed tadokoro closed 10 years ago

tadokoro commented 10 years ago

I cannot access the www.jool.mx via IPv6 but I can do via IPv4. I'd like to access the site via IPv6.

via IPv6

% wget -6 http://www.jool.mx/download/Jool-3.1.2.zip -O/dev/null
--2014-03-08 10:21:56--  http://www.jool.mx/download/Jool-3.1.2.zip
Resolving www.jool.mx (www.jool.mx)... 2001:1250:fff0:1::9, 2001:1250:fff0:1::36
Connecting to www.jool.mx (www.jool.mx)|2001:1250:fff0:1::9|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-03-08 10:21:57 ERROR 404: Not Found.

via IPv4

% wget -4 http://www.jool.mx/download/Jool-3.1.2.zip -O/dev/null
--2014-03-08 10:22:03--  http://www.jool.mx/download/Jool-3.1.2.zip
Resolving www.jool.mx (www.jool.mx)... 200.94.182.36, 200.94.182.9
Connecting to www.jool.mx (www.jool.mx)|200.94.182.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 261956 (256K) [application/zip]
Saving to: `/dev/null'

100%[===================================================================================================================>] 261,956      214K/s   in 1.2s    

2014-03-08 10:22:05 (214 KB/s) - `/dev/null' saved [261956/261956]
ydahhrk commented 10 years ago

Sorry; this should have been fixed yesterday. Please confirm and/or close the issue if you agree.

tadokoro commented 10 years ago

I confirmed, Thank you!!

Inesghdamsi commented 5 years ago

when i run this command jool instance add "example" --iptables --pool6 64:ff9b::/96 i get this as an error "No command 'jool' found" any help please

ydahhrk commented 5 years ago

Did you install the userspace applications? https://jool.mx/en/install.html (It's the ./configure, make and make install step.)

In some systems, manually installed apps are not automatically present in $PATH.

Try

/usr/local/bin/jool  instance add "example" --iptables --pool6 64:ff9b::/96
/usr/local/sbin/jool instance add "example" --iptables --pool6 64:ff9b::/96
/usr/sbin/jool       instance add "example" --iptables --pool6 64:ff9b::/96
/usr/bin/jool        instance add "example" --iptables --pool6 64:ff9b::/96
/sbin/jool           instance add "example" --iptables --pool6 64:ff9b::/96
/bin/jool            instance add "example" --iptables --pool6 64:ff9b::/96
~/bin/jool           instance add "example" --iptables --pool6 64:ff9b::/96

If you installed, one of those is bound to work.

Inesghdamsi commented 5 years ago

I did the ./configure, make and make install step from the beginning

and for all your suggestions i got this "No such file or directory"

ydahhrk commented 5 years ago

~Which (of all those commands) gave you the error message?~

ydahhrk commented 5 years ago

Ok, I'm starting to suspect that you haven't even downloaded the code.

Follow the instructions here from the beginning.

Also, we're spamming on an unrelated thread. If you have further problems, either open a new issue or contact me via email.

Inesghdamsi commented 5 years ago

I followed all these steps that you mentioned but i still have the same error message

Le lun. 19 août 2019 à 16:24, Alberto Leiva Popper notifications@github.com a écrit :

Ok, I'm starting to suspect that you haven't even downloaded the code.

Follow the instructions here https://jool.mx/en/install.html from the beginning.

Also, we're spamming on an unrelated thread. If you have further problems, either open a new issue or contact me via email ydahhrk@gmail.com.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/NICMx/Jool/issues/80?email_source=notifications&email_token=AM6DOANDOWEIRRD7AMTB3DLQFK3L7A5CNFSM4AM7TT32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4TKP7Y#issuecomment-522627071, or mute the thread https://github.com/notifications/unsubscribe-auth/AM6DOAJ7SAN7DFNVMDTTO53QFK3L7ANCNFSM4AM7TT3Q .