Hello Everyone,

I have an interesting problem for everyone. My secondary storage VM is using 
eth1 to connect to secondary storage rather than eth3 as designed.
I have a management network of 172.17.0.0/16 and a storage range of 
172.17.10.75 - .100. My SSVM interfaces all pull the correct IP’s but when the 
SSVM actually make the connection to the NFS export it uses its management 
interface. Is there a way for me to force the usage of the eth3 interface to 
connect to secondary storage?

below are the details.

Interfaces:

root@s-1-VM:~# ifconfig
eth1      Link encap:Ethernet  HWaddr 06:93:68:00:11:d8  
          inet addr:172.17.231.215  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::493:68ff:fe00:11d8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72995 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62654 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5918515 (5.6 MiB)  TX bytes:12713804 (12.1 MiB)

eth2      Link encap:Ethernet  HWaddr 06:6e:5e:00:2a:ae  
          inet addr:208.67.126.185  Bcast:208.67.126.255  Mask:255.255.255.0
          inet6 addr: fe80::46e:5eff:fe00:2aae/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:851841 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42874 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1122949694 (1.0 GiB)  TX bytes:2337309 (2.2 MiB)

eth3      Link encap:Ethernet  HWaddr 06:9b:5c:00:2a:f5  
          inet addr:172.17.10.76  Bcast:172.17.255.255  Mask:255.255.0.0
          inet6 addr: fe80::49b:5cff:fe00:2af5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:40488 errors:0 dropped:0 overruns:0 frame:0
          TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3172494 (3.0 MiB)  TX bytes:5099 (4.9 KiB)


Routes:

root@s-1-VM:~# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
208.67.126.0    0.0.0.0         255.255.255.0   U         0 0          0 eth2
172.17.0.0      0.0.0.0         255.255.0.0     U         0 0          0 eth1
172.17.0.0      0.0.0.0         255.255.0.0     U         0 0          0 eth3
0.0.0.0         208.67.126.1    0.0.0.0         UG        0 0          0 eth2


Connection to the NFS export: 172.17.10.13, is the IP of my NFS share.

root@s-1-VM:~# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 208.67.126.185:80       0.0.0.0:*               LISTEN     
tcp        0      0 172.17.231.215:3922     0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:36761           0.0.0.0:*               LISTEN     
tcp        0      0 208.67.126.185:443      0.0.0.0:*               LISTEN     
tcp        0      0 172.17.231.215:55317    172.17.10.46:8250       ESTABLISHED
tcp        0      0 172.17.231.215:52644    172.17.10.13:111        TIME_WAIT  
tcp        0      0 172.17.231.215:3922     172.17.10.46:44009      ESTABLISHED
tcp        0      0 172.17.231.215:755      172.17.10.13:4046       TIME_WAIT  
tcp        0      0 172.17.231.215:34114    172.17.10.13:4046       TIME_WAIT  
tcp        0      0 172.17.231.215:924      172.17.10.13:2049       TIME_WAIT  
tcp        1      0 208.67.126.185:58008    176.32.101.145:80       CLOSE_WAIT 
tcp        0      0 172.17.231.215:50230    172.17.10.13:2049       TIME_WAIT  
tcp        0      0 172.17.231.215:56337    172.17.10.13:111        TIME_WAIT  
tcp        1      0 208.67.126.185:34982    176.32.101.145:80       CLOSE_WAIT 



Any help would be appreciated.



Reply via email to