蒲肖肖

Results 13 comments of 蒲肖肖

I want to create a WiFi access point with IPv6 access for my Raspberry Pi to visit some IPv6-only BT(BitTorrent) sites.

I know not much about IPv6. Could you give me some advice on how to share IPv6 internet? Thanks for any help.

The situation is complicated. 1. **native IPv6** Not easy without external network configuration 2. **tunneled IPv6** I found some articles[1](http://tomicki.net/ipv6.router.php) about this situation. But this method needs setting up an...

export LDFLAGS="-L$(pwd)/lz4/lib -L$(pwd)/libmill/.libs -L$(pwd)/libsodium/src/libsodium/.libs -lpthread"

下面两个命令可以解决 OS X 下 GUI 程序不使用 IPv6 的问题: ``` bash sudo ipconfig set gif0 MANUAL-V6 2402:f000:1:1501:200:5efe:$LOCAL_IP 64 sudo route add -inet6 ::/0 -interface gif0 ``` 不得不说 OS X 的网络太 buggy...

@bigeagle 没打错哦,就是 `ipconfig`,OS X 里才有的

@bigeagle 它会覆盖 `ifconfig` 的修改,根据我的经验 `ifconfig` 虽然给 NIC 设置了 IPv6 地址,OS X 下的 GUI 程序并不吃这一套,但是 `ipconfig` 设置的就可以。不懂 OS X 的网络到底怎么弄的,各种 dirty hack。

@bigeagle `ifconfig gif0 tunnel $LOCAL_IP 166.111.21.1` 这一行可以去掉,别的没问题了。

@bigeagle 哎,脑残了,忽略忽略🌚。 那就没啥问题了。

ISATAP 本质上是 IPv6 over IPv4,过不了 NAT