How do I check my routing table. Something weird going on with that.
When I ping the hostname of the destination filer I get an address of 172.17.2.94
When I do a traceroute from the source filer to the destination filer, I get this:
traceroute to FILERB (172.17.2.94), 30 hops max, 40 byte packets
1 10.2.2.254 (10.2.2.254) 1.985 ms 2.000 ms 2.998 ms
2 10.1.8.20 (10.1.8.20) 1.038 ms 1.001 ms 0.999 ms
The first hop is the core switch.
The second hop is according to the hosts file on the destination filer the following:
10.1.8.20 FILERB-VIF_NFS
If I do a ping -s arc-filer1, the address that responds is 172.17.2.94
So pinging it (with a minus s resolves the correct address) but tracerouting to it, returns the last hop as 10.1.8.20 which is VIF_NFS........
Any know know what is going on?
Its either being received (on the destination) on the Management address (172.x.x.x) or the wrong VIF (10.1.8.20). I need it to resolve on the 2 x 10GB interfaces, which are on the 10.22.x.x range)