我在RedHat 5terminal,我需要configuration两个不同的IP,GATEWAY和SUBNET的eth接口之一。 我知道ifconfig和route add但我不知道我需要做什么来configuration网关的特殊eth,我认为,只为了! 谢谢
ifconfig
route add
路由添加默认gw 1.2.3.4 eth0
当然你需要用实际的网关代替1.2.3.4。 这将把路由添加到系统路由表中。