D-STRG-DR> route -s
Routing tables
Internet:
Destination Gateway Flags Refs Use Interface
10.10.20/24 link#11 UC 0 0 vif0
10.10.20.20 0:50:56:64:2f:34 UHL 1 0 vif0
10.10.20.254 78:48:59:d8:6b:16 UHL 0 0 vif0
10.10.20.255 ff:ff:ff:ff:ff:ff UHL 0 204 vif0
localhost localhost UH 0 0 lo
localhost-10 localhost-20 UHS 2 48395 losk
localhost-20 localhost-20 UH 0 0 losk
192.168.10 link#10 UC 0 0 VIF_1DR
192.168.10.20 0:50:56:92:10:c9 UHL 3 288 VIF_1DR
192.168.10.41 0:50:56:68:ab:fd UHL 1 75310 VIF_1DR
192.168.10.42 0:50:56:68:18:29 UHL 1 103316 VIF_1DR
192.168.10.43 0:50:56:61:32:e UHL 1 39974350 VIF_1DR
192.168.10.157 0:50:56:65:b6:80 UHL 1 6667 VIF_1DR
ED-STRG-DR-VIF_1 2:a0:98:31:e:26 UHL 2 19 lo
192.168.10.223 link#10 UHL 0 0 VIF_1DR
192.168.10.251 28:94:f:24:8e:e3 UHL 0 0 VIF_1DR ->(this is my main gateway, the 10.10.20.x network is only for iSCSI
192.168.10.255 ff:ff:ff:ff:ff:ff UHL 0 30925 VIF_1DR
However, the rc file is still giving me problems.
I tried changing the netmask from 255.255.255.0 to 255.0.0.0 but still the system manger reflects 255.255.255.0
I am wondering if the config in memory and the rc file are not synchronising? No matter what change I do in the rc file, there is always an alert issue by the system manager!
Here is the ifconfig -a
ED-STRG-DR> ifconfig -a
e0a: flags=0x9f0c867<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 9000
ether 02:a0:98:31:0e:27 (auto-1000t-fd-up) flowcontrol full
trunked vif0
e0b: flags=0x9f0c867<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 9000
ether 02:a0:98:31:0e:27 (auto-1000t-fd-up) flowcontrol full
trunked vif0
e0c: flags=0x974c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
ether 02:a0:98:31:0e:26 (auto-1000t-fd-down) flowcontrol full
trunked VIF_1DR
e0d: flags=0x9f4c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
ether 02:a0:98:31:0e:26 (auto-1000t-fd-up) flowcontrol full
trunked VIF_1DR
e0M: flags=0x2b0c866<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,MGMT_PORT> mtu 1500
ether 00:a0:98:31:0e:2b (auto-100tx-fd-up) flowcontrol full
e0P: flags=0x2b4c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,ACP_PORT> mtu 1500 PRIVATE
inet 192.168.0.140 netmask 0xfffffc00 broadcast 192.168.3.255 noddns
ether 00:a0:98:31:0e:2a (auto-100tx-fd-up) flowcontrol full
lo: flags=0x1b48049<UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM> mtu 9188
inet 127.0.0.1 netmask 0xff000000 broadcast 127.0.0.1
losk: flags=0x40a400c9<UP,LOOPBACK,RUNNING> mtu 9188
inet 127.0.20.1 netmask 0xff000000 broadcast 127.0.20.1
VIF_1DR: flags=0x22f4c863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
inet 192.168.10.158 netmask 0xffffff00 broadcast 192.168.10.255
ether 02:a0:98:31:0e:26 (Enabled interface groups)
vif0: flags=0x22f4c863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 9000
inet 10.10.20.1 netmask 0xffffff00 broadcast 10.10.20.255
ether 02:a0:98:31:0e:27 (Enabled interface groups)
ED-STRG-DR>