iShift

Results 73 comments of iShift

yes: ~$ cat /etc/sysctl.conf | grep net.ipv6 net.ipv6.conf.all.forwarding=1 #net.ipv6.conf.all.accept_redirects = 0 #net.ipv6.conf.all.accept_source_route = 0

@sskaje when i ping google: from my server ``` shift@:~$ ping6 ipv6.google.com PING ipv6.google.com(ams16s22-in-x0e.1e100.net) 56 data bytes 64 bytes from ams16s22-in-x0e.1e100.net: icmp_seq=1 ttl=58 time=0.758 ms 64 bytes from ams16s22-in-x0e.1e100.net: icmp_seq=2...

i fix for one IP after my router - i add this to server: `sudo ip6tables -t nat -A POSTROUTING -s MY_IPV6_behinde_home_router -o eth0 -j MASQUERADE` to fix all my...

and this fix all my device `sudo ip6tables -t nat -A POSTROUTING -s ip_v6_from_tunnel_interface/64 -o eth0 -j MASQUERADE`

is it good solution ? (if yes, i can make PR for your script)

Any benchmarks ?

@Mthreat you can't set max size of file to download, you only can set maximum users

sorry, can't provide it in near future, if it is critical - we can close the issue @skotopes