Can you try changing the following /etc/sysctl.conf parameter
net.ipv4.conf.default.rp_filter = 0
Run "sysctl -p" after changing this to have the change reflected in the
kernel.
Mike Christie elucidated in an earlier post that the strict source
routing requirement that some distributions impose can cause the login
through multiple ifaces to fail.
-Shyam
Also Equallogic has a white paper on setting up OIS with debian. Might want to use current tar ball vs dkpg version. Might b a little stale.
-don
Sent from my iPhone
> --
> You received this message because you are subscribed to the Google Groups "open-iscsi" group.
> To post to this group, send email to open-...@googlegroups.com.
> To unsubscribe from this group, send email to open-iscsi+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
>
#ping -I eth1 192.168.15.1
PING 192.168.15.1 (192.168.15.1) from 192.168.15.11 eth1: 56(84) bytes of
data.
64 bytes from 192.168.15.1: icmp_seq=1 ttl=255 time=0.192 ms
64 bytes from 192.168.15.1: icmp_seq=2 ttl=255 time=0.118 ms
64 bytes from 192.168.15.1: icmp_seq=3 ttl=255 time=0.114 ms
c^C
--- 192.168.15.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.114/0.141/0.192/0.037 ms
# ping -I eth2 192.168.15.1
PING 192.168.15.1 (192.168.15.1) from 192.168.15.12 eth2: 56(84) bytes of
data.
From 192.168.15.12 icmp_seq=1 Destination Host Unreachable
From 192.168.15.12 icmp_seq=2 Destination Host Unreachable
From 192.168.15.12 icmp_seq=3 Destination Host Unreachable
^C
--- 192.168.15.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3018ms
What is the problem with Debian ? Something wrong in the routing table ?
Do you know where this paper can be found ?
--
Laurent HENRY
Administrateur Systèmes & Réseaux
Responsable du CRI/RSSI
EHESS - CRI
54 Bd Raspail
75006 Paris
Secrétariat du CRI: 01 49 54 23 08
Tel: 01 49 54 23 61
thank you very much for your help Shyam. Unfortunately, this parameter doesn't
help my eth2 to ping
# sysctl -p
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.all.rp_filter = 0
# ping -I eth2 192.168.15.1
PING 192.168.15.1 (192.168.15.1) from 192.168.15.12 eth2: 56(84) bytes of
data.
From 192.168.15.12 icmp_seq=2 Destination Host Unreachable
From 192.168.15.12 icmp_seq=3 Destination Host Unreachable
From 192.168.15.12 icmp_seq=4 Destination Host Unreachable
-don
Sent from my iPhone
Mike,
looking at the script I tried to figure out what the script actually does. Can you describe in more detail what the problem is, and how the script fixes it?
Regards,
Ulrich
[...]
Uhm, why not just use open-iscsi 'ifaces' feature to bind each
iscsi iface/session to specific ethernet interface?
-- Pasi