Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在示例 Unix 服务器上,我被要求执行以下操作:
将eth1配置为xxx.xx.xx.xxx/24,网关IP地址为:xxx.xx.xx.x
任何帮助都会受到欢迎,因为我是 Unix 网络方面的新手。
该route命令是您想要的,如下所示:
route
route add -net 192.168.3.0 netmask 255.255.255.0 gw 192.168.3.10
这只会在重新启动网络或重新启动机器之前添加它,因此您需要找到添加静态路由的位置,例如/etc/sysconfig/static-routes永久添加它。
/etc/sysconfig/static-routes