添加到主机的路由route add -host 192.168.1.2 dev eth0:0route add -host 10.20.30.148 gw 10.20.30.40添加到网络的路由route add -net 10.20.30.40 netmask 255.2...
Linux下NFS的配置
安装NFSyum install nfs-* -y 安装nfs服务systemctl restart nfs-server 重启nfs服务systemctl enable nfs-server 让nfs服务开机自启syste...