システム管理者は、永続的な IPv4 パケット転送を可能にするために Linux サーバーを再構成する必要があります。 このタスクを実行するための正しい方法は、次のコマンドのうちどれですか?
正解:B
The command sysctl -w net.ipv4.ip_forward=1 enables IPv4 packet forwarding temporarily by setting the kernel parameter net.ipv4.ip_forward to 1. To make this change persistent, the administrator needs to edit the file /etc/sysctl.conf and add the line net.ipv4.ip_forward = 1.