Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 01:18:47 -0800 (PST)
From:      Shelm <kykypyky2@gmail.com>
To:        freebsd-fs@freebsd.org
Subject:   Hast Unable to listen on address
Message-ID:  <1328001527003-5444043.post@n5.nabble.com>

next in thread | raw e-mail | index | archive | help
hi
Unable to listen on address 10.20.4.7: Can't assign requested address

hast.conf

on m1(real domain)
{
      listen 10.10.4.7
}

on m2(real domain)
{
      listen 10.20.4.7
}

resource shared
{
       on m1
       {
             local /dev/da1
             remote 10.20.4.7
       }
       on m2
       {
             local /dev/da1
             remote 10.10.4.7
       }
}



m1 connect --Unable to listen on address 10.20.4.7: Can't assign requested
address
m2 connect --hastctl status
shared:
  role: init
  provname: shared
  localpath: /dev/da1
  extentsize: 0
  keepdirty: 0
  remoteaddr: 10.10.4.7
  replication: memsync
  dirty: 0 bytes


--
View this message in context: http://freebsd.1045724.n5.nabble.com/Hast-Unable-to-listen-on-address-tp5444043p5444043.html
Sent from the freebsd-fs mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1328001527003-5444043.post>