similar to: ip route mpath rr problem

Displaying 20 results from an estimated 500 matches similar to: "ip route mpath rr problem"

2005 Sep 26
3
ip route add default mpath (rr| drr|random|wrandom)...
Anyone using it? I''ve tried but after about 5 min I always get kernel panic. My setup is based on nano.txt. I works well but only if CONFIG_IP_ROUTE_MULTIPATH_CACHED=n. I just wanted to play with the new mpath feature of ip. But enabling CONFIG_IP_ROUTE_MULTIPATH_CACHED always resuts in kernel panic. I''m not using any kernel patches from http://www.ssi.bg/~ja/ - are they needed
2007 Mar 13
1
Problem
Hello. I am trying to get multi paths running, i.e I want to specify 2 paths from a particular node to another. To test this, I am setting up the following scenario: I create 2 tap devices tap0 = 10.1.1.1/32 netmask 255.255.255.0 tap1 = 10.2.2.2/32 netmask 255.255.255.0 I then issue the route command: ip route add 10.3.3.3/32 nexthop via 10.1.1.2 nexthop via 10.2.2.3 The route table
2003 Jul 11
0
smb access through cipe tunnel
Hi, during the past weeks i tried to set up a network through a cipe tunnel, building a vpn to some road warriers. With few words, the tunnel is etablished, and at the tcp/ip level everything works fine. NET A : 192.168.0.0/26 NET B : 192.168.102.0/26 trans-net : 192.168.101.0/26 in ascii-art, it looks like this: eth0:192.168.0.5 +-----------+ cipcb0:192.168.101.1
2009 Feb 25
1
Mounting mpath devices in RHEL 5
I'm seeing some strange behavior from OCFS2 while trying to mount mpath/dm-multipath devices under RHEL5. Sometimes I can mount the EMC-connected, dual-pathed volumes just fine and sometimes I get "device busy" errors. I've tried mounting by label and also by explicit /dev/mapper/mpathXpY name with the same unpredictable behavior. I've also noticed that sometimes when a
2007 Apr 15
1
Multipath-root (mpath) problems with CentOS 5
Hi list! I have a server with dual port Qlogic iSCSI HBA. I set up the same LUN for both ports, and boot the CentOS installer with "linux mpath". Installer detects multipathing fine, and creates mpath0 device for root disk. Installation goes fine, and the system boots up and works fine after the install from the multipath root device. After install the setup is like this: LUN 0 on
2011 Sep 13
1
libvirt does not recognize all devices in iscsi and mpath pools in a predictable manner
Hi, I'm using libvirt 0.8.3 on Fedora 14 (as I wrote earlier, I'm having some trouble updating to the newest version), and I'm having problems getting iscsi and mpath storage pools to work in a usable and consistent manner. I have two storage pools defined on the host machine, one for raw iscsi- devices and one for those same iscsi devices device-mapped by multipath. They look
2019 Apr 24
2
Iptables blocks out going connetion some times
Hi?guys. There is a wierd problem with iptables recently, hopes somebody can help me. I have installed Centos 7.2.1511 on a bare metal Dell server these days, disabled firewalld and enabled iptables.services, and setup a group of very simple rules, as the following: # iptables-save # Generated by iptables-save v1.4.21 on Tue Apr 23 09:15:14 2019 *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT
2019 Apr 24
2
答复: Iptables blocks out going connetion some times
Hello, Stephen, thank you for input. Yes, these servers have the same firewall rules, and both of them have the same problem from time to time, most of time they are good. Actually, these servers are newly installed to be used as the Glusterfs storage server, so not much data flowing at this time. >From the sysctl output, I suppose it can't be a conntrack table overflow :
2003 Nov 11
1
Guest Account - don't enter a password
Hello, I am using samba 2.07-36 on a RedHat 7.1 linux system. I want to share a directory on my Linux system to various Windows operating systems (Windows 95, 98, 2000 etc). In the shares definition section I have: [MyShareDir] comment=My Shared Directoy on my Linux system path= /home/john public = yes writable = yes printable = no create mode = 0664 directory mask = 0775
2006 Jun 23
7
Multipath Routing Problems
Hi all :) there is somekind of strange Routing problem that im getting with Linux-2.6.16 and iproute 2.6.16 , when i use command like : ip route add default nexthop via 1.1.1.1 dev eth0 nexthop via 1.1.1.2 dev eth1 all packets goes on 1.1.1.2 ( always last interface ) , whats is the problem ? this situation also tested with equalize flag , on two physical interface and etc ... -- Lady Luck
2002 Dec 12
1
SAMBA hosts vanishing from WINS server running on NT4
We have a WAN with subnets and our remote SAMBA Hosts vanish after about a month from the WINS server. We have mixed SAMBA versions from 2.0.7 to 2.2.1a. NT (wins) 10.1.1.1 SAMBA 1 10.1.1.2 | | | SAMBA 2 10.2.2.2 All SAMBA hosts are set up to use the NT WINS server and after a SAMBA start they are there. But they 'fade away' in time. Is there a setting I am missing? Or do I
2019 Apr 24
0
Iptables blocks out going connetion some times
On Wed, 24 Apr 2019 at 06:01, likun <kun.li at ucarinc.com> wrote: > Hi?guys. > > There is a wierd problem with iptables recently, hopes somebody can help > me. > > I have installed Centos 7.2.1511 on a bare metal Dell server these days, > disabled firewalld and enabled iptables.services, and setup a group of very > simple rules, as the following: > > I believe
2020 Jul 19
4
Routed network can't reach outside network
Greetings folks. I've setup libvirtd on my manjaro linux laptop. Got a couple of VM's running (Win10 and Debian10) through NAT without any issues. This is what the current network diagram looks like and it works fine: +-----------------------------------+ | +---------------------+ | | |
2005 Sep 26
0
Re: LARTC Digest, Vol 7, Issue 7
Hi Andreas! I mainly understand what you mean, but best for me would be if you could make an example from the script I have. I know I did something wrong into it, but I still can''t see the error. If you could fix the error from my script that would be much appreciated. Looking forward to hear from you, Daniel Phlander lartc-request@mailman.ds9a.nl wrote: Send LARTC mailing list
2004 Aug 13
0
RR and iptables
hi list! it is not really a shorewall question but more iptables related: is there a way to block icmp echo request packets with record route option set other than completely block icmp echo requests? googling the topic i found a patchomatic project that introduces an ipv4options match, that allows to match on record route. i also browsed through /proc/sys/net/ipv4 but didn''t find
2009 Apr 20
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
On Apr 20, 2009, at 12:42 PM, Kirill Kononenko wrote: > Dear all, > > > This new version of the paper at: > > http://hal.archives-ouvertes.fr/docs/00/36/53/37/PDF/RR-6799.pdf > > got ride of libJIT. Now my question is the how scientific is this > research and research paper if instead of using libJIT and > Portable.NET JIT: > authors of "VMKit: a Substrate
2009 Apr 20
1
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris How does this has nothing to do with llvm? Is not the VMKit project an official part of LLVM? Thanks, Kirill -- http://code.google.com/p/libjit-linear-scan-register-allocator/
2018 Jul 02
0
dhcpd.conf for balance-rr bonding
Hi, I am trying to configure linux bonding using balance-rr configuration. I could not find a way to configure dhcpd.conf for this purpose and failed miserably when I tried the following (dhcpd just failed): host servername { hardware ethernet [mac address interface #1] ; hardware ethernet [mac address interface #2] ; fixed-address 10.0.10.6; } In my understanding balance-rr would be
2014 Aug 25
1
dict SQL : HA / RR load-balancing ?
Hi everyone, I am using Dovecot 2.2 with dict SQL. My config is using : connect = host=10.111.5.1X host=10.111.5.1Y host=10.111.5.1Z dbname=mail user=quota_updater password=xxxxxxxx But when an SQL server is down, I have these messages in logs : dict: Error: mysql(10.111.5.1Y): Connect failed to database (mail): Can't connect to MySQL server on '10.111.5.1Y' (111) - waiting for
2018 Apr 24
2
[Bug 1248] New: The rr-load-balance part doesn't actually work on 0.7
https://bugzilla.netfilter.org/show_bug.cgi?id=1248 Bug ID: 1248 Summary: The rr-load-balance part doesn't actually work on 0.7 Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: minor Priority: P5 Component: nft Assignee: pablo at