Difference between revisions of "IPv6: Mengaktifkan IPv6 forwarding di kernel"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
sudo sysctl -w net.ipv6.conf.all.forwarding=1 | sudo sysctl -w net.ipv6.conf.all.forwarding=1 | ||
+ | |||
+ | |||
+ | atau | ||
+ | |||
+ | echo 1 > /proc/sys/net/ipv6/conf/all/forwarding | ||
Revision as of 17:55, 31 January 2019
Agar router dapat memforward IPv6 kita perlu meng-enable kernel dengan perintah
sudo sysctl -w net.ipv6.conf.all.forwarding=1
atau
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding