System Installation and Configuration
96-30051-001 Rev. D3
DDN SFA12K (SFA OS 2.3.1) Hardware Installation & Configuration Guide | 32
NOTE :
SFA OS does not allow leading zeros in IPv4 addresses. For example,
208.100.92.1 works but 208.100.
0
92.
0
01 will not work as expected.
If an IPv6 address will be used, clear the interface settings first, then set it with the IPv6
address (as shown in
). Note that an IPv6 mask number is required.
2.
Then use the
UI SHOW NETWORK_INTERFACE=LOCAL <network-id>
command to
verify the new settings.
3.
Switch the serial cable to the RS-232 port on the other controller and repeat the above
steps to enter the IP addresses for the second controller.
4.
You may now connect the controllers to your network.
At this point, you should be able to use the CLUI and GUI via the network. The configuration
procedure shown in the rest of this document is done via GUI. If you prefer to configure the
system via CLUI, please refer to the
SFA OS User Guide
(Subsystem & Storage Configuration
via CLUI).
RAID[0]$
ui show network_interface=local 0
Network device id 0
address 10.44.48.100
netmask 255.255.240.0
gateway 10.44.48.1
Network Interface Status
eth0 Link encap:Ethernet HWaddr 00:01:ff:09:02:9b
inet addr:10.44.48.100 Bcast:10.44.63.255 Mask:255.255.240.0
inet6 addr: fe80::201:ffff:fe0a:4f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:451807 errors:0 dropped:1039 overruns:0 frame:0
TX packets:51763 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:667909491 (636.9 MiB) TX bytes:5584791 (5.3 MiB)
Interrupt:18 Memory:faf00000-faf20000
IP Routing Table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.44.48.1 0.0.0.0 UG 0 0 0 eth0
10.44.48.0 * 255.255.240.0 U 0 0 0 eth0
RAID[0]$
ui set network local 0 ip_address=10.44.48.100
ip_mask=255.255.240.0 ip_gateway=10.44.48.1
Figure 28. Configuring for IPv4 Address
RAID[0]$
ui clear network_interface local 0
RAID[0]$
ui set network local 0 ip_address=fe80::201:ffff:fe48:358 ip_mask=64
RAID[0]$
ui show network local 0
Network device id 0
address fe80::201:ffff:fe48:358
netmask 64
gateway
Network Interface Status
eth0 Link encap:Ethernet HWaddr 00:01:ff:48:03:5b
inet addr:192.168.40.188 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::201:ffff:fe09:29b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 MiB) TX bytes:0 (0.0 B)
Interrupt:16 Memory:faae0000-fab00000
IP Routing Table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.0.0 U 0 0 0 eth0
Figure 29. Configuring for IPv6 Address