This post is more than 5 years old
24 Posts
1
9138
May 14th, 2015 01:00
Data Domain: separate gateway for an network interface
On our data domain DD2500 , we have two configured network interfaces ethMa and ethMc .
ethMa is the interface dedicated for Management while ethMc is the CIFS interface .
I have configured a default gateway as well for the device (which falls in the management interface ip ) .
Now i would like to dedicate ethMc for CIFS and mention a separate gateway for this interface .
Is there some way I can do this ?
No Events found!



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
2 Intern
•
14.3K 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 .