An account will enable you to access:
Don't have an account?
ONTAP Discussions
Hello,
I need specify static route on pass by specific interface
In linux like as this command:
route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.10.1 dev eth0
You can use similar route commands on the filer. You have to add the command into the /etc/rc file as well so that it will be configured on a reboot.
do you have multiple interfaces on the same network?
Yes, have 2 interfaces on same network, would like a host entry to specify that for connections to a specific host only use one specific port.