Dell PowerVault DR4100 Руководство по лучшей практике - Страница 32

Просмотреть онлайн или скачать pdf Руководство по лучшей практике для Хранение Dell PowerVault DR4100. Dell PowerVault DR4100 41 страница. Backup and recovery appliance
Также для Dell PowerVault DR4100: Руководство по началу работы (10 страниц), Руководство (37 страниц), Примечание к выпуску (16 страниц), Руководство (12 страниц), Руководство (24 страниц), Руководство (23 страниц), Настройка Qiuck (1 страниц), Руководство (27 страниц), Руководство (25 страниц)

Dell PowerVault DR4100 Руководство по лучшей практике
administrator@DR2>
netmask 255.255.255.0
administrator@DR2 > network --create_eth --nwif eth3 --static --ip 172.20.23.2 --netmask
255.255.255.0 –-restart
administrator@DR2 > network --show
6.
Ensure connectivity of DR2 eth2 and eth3 by pinging the gateway using the following command:
network --ping --destination <destination_ip_address> --interface <ethN>
administrator@DR2 > network --ping --destination 172.20.21.1 --interface eth2
administrator@DR2 > network --ping --destination 172.20.23.1 --interface eth3
7.
Add route from DR2 eth2 to DR1 eth2 and from DR2 eth3 to DR1 eth3 using the following commands:
network --route --add --network <ip_address> --netmask <mask> --gateway <gateway_ip> --interface
<eth0,eth1,ethN>
network --show --routes
administrator@DR2 > network --route --add --network 172.20.20.2 --netmask 255.255.255.0
--gateway 172.20.21.1 --interface eth2
administrator@DR2 > network --route --add --network 172.20.22.2 --netmask
255.255.255.0 --gateway 172.20.23.1 --interface eth3
administrator@DR2 > network --show --routes
Destination
172.20.20.0
172.20.22.0
8.
Add route from DR1 eth2 to DR2 eth2 and from DR1 eth3 to DR2 eth3 using the following commands:
network --route --add --network <ip_address> --netmask <mask> --gateway <gateway_ip> --interface
<eth0,eth1,ethN>
network --show –routes
32
DR4100 Best Practice Guide | April 2014
network --create_eth --nwif eth2 --static --ip 172.20.21.2 --
Gateway
Mask
172.20.21.1
255.255.255.0 eth2
172.20.23.1
255.255.255.0 eth3
Example
Example
Example
Interface