在Ubuntu中开启ipv4转发
永久开启
echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
评论