- 論壇徽章:
- 0
|
一臺(tái)solaris 10機(jī)器,上面有四塊網(wǎng)卡,要配置四個(gè)不同網(wǎng)段的IP地址。
目前配置如下:
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 147.128.20.199 netmask ffff0000 broadcast 147.128.255.255
ether 0:21:28:19:46:29
ce2: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
inet 192.168.100.25 netmask ffffff00 broadcast 192.168.100.255
ether 0:14:4f:69:89:c
ce3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 147.128.20.247 netmask ffffffe0 broadcast 147.128.20.255
ether 0:14:4f:69:89:d
ce5: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
inet 192.168.60.125 netmask ffffff00 broadcast 192.168.60.255
ether 0:14:4f:69:89:f
/etc/defaultrouter 文件中寫的是:147.128.20.225。
現(xiàn)在的情況是除了147.128.20.247能ping之外,別的都不同;請(qǐng)教該如何配置呢? |
|