there can only be one default gateway regardless of how many interfaces you have configured on the appliance. Like Hrvoje said you will need to start setting static routes unless your client is on the same subnet as interface ethMc.
You cannot specify multiple default gateway for a single data Domain, what you can do as an alternate work around is you can specify a Static Route for that pirticular interface to route the traffic using different Gateway. for doing that go to Data Domain System Manager > Hardware > Network > Under network go to "Routes" Tab and create a manual route for the interface ethMc
dynamox
9 Legend
•
20.4K Posts
0
May 14th, 2015 04:00
there can only be one default gateway regardless of how many interfaces you have configured on the appliance. Like Hrvoje said you will need to start setting static routes unless your client is on the same subnet as interface ethMc.
ble1
4 Operator
•
14.4K Posts
1
May 14th, 2015 01:00
You should be able to do that with route add command. I believe in GUI there should be equivalent to it.
Deb_PS
156 Posts
1
May 14th, 2015 05:00
You cannot specify multiple default gateway for a single data Domain, what you can do as an alternate work around is you can specify a Static Route for that pirticular interface to route the traffic using different Gateway. for doing that go to Data Domain System Manager > Hardware > Network > Under network go to "Routes" Tab and create a manual route for the interface ethMc
You should be good enough to achieve your goal
GibinG
24 Posts
0
May 14th, 2015 05:00
Thanks dynamox and Hrvoje for sorting out my query .