Re: Spread - network adapters
Jonathan Stanton <[email protected]> Thu, 13 Mar 2014 10:21:22 -0400
| Newsgroups | gmane.network.spread.user |
|---|---|
| Message-ID | <[email protected]> |
--===============4351832085726564584==
Content-Type: multipart/alternative; boundary=Apple-Mail-169--198545463
--Apple-Mail-169--198545463
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
Hi Matthew,
Sure.=20
By default Spread will bind to all of the interfaces on a machine. =
However if you want to control it to only use certain interfaces for =
certain purposes you can do that. There are some examples in the sample =
"spread.conf" file included in the Spread distribution.=20
Here is a piece of that sample config with some comments for your =
application:
# Multi-homed host setup
#
# If you run Spread on hosts with multiple interfaces you may want to=20
# control which interfaces Spread uses for client connections and for
# the daemon-to-daemon (and monitor control) messages. This can be done
# by adding an extra stanza to each configured machine.=20
#
#Sample:
#
#Spread_Segment 225.0.1.1 {
# multihomed1 1.2.3.4 {
# D 192.168.0.4
# C 1.2.3.4 }
# multihomed2 1.2.3.5 {
# D 192.168.0.5
# C 1.2.3.5
# C 127.0.0.1 }
# multihomed3 1.2.3.6 {
# 192.168.0.6
# 1.2.3.6 }
#}
In your case, if you want both the daemon-to-daemon (UDP) packets and =
the client connections to only use the primary IP interface, then you =
can change your config to something like this:
> Spread_Segment 10.151.141.255:14803 {
> VPRDAPPNOS08 10.151.140.236 {
D 10.151.140.236
C 10.151.140.236 }
> VPRDAPPNOS09 10.151.140.237 {
10.151.140.237 }
> VPRDAPPMAC12 10.151.140.234 {
D 10.151.140.234
C 10.151.140.234 }
> VPRDAPPMAC13 10.151.140.235 {
D 10.151.140.235
C 10.151.140.235 }
> }
Note the effect of the first and second machines is the same because if =
no D or C is listed then it is assumed that all types of communication =
should be enabled on that IP. So if that's what you want, then you can =
use the notation in the second IP listed above for all of them.=20
Now one thing that will change here is that Spread will no longer use =
the localhost (127.0.0.1) interface either (unless you add it to the =
list of interfaces to use in the above configuration). So a connection =
from a Spread client application to a daemon on the same machine will no =
longer be able to use the localhost TCP but will have to use the primary =
interface IP of 10.151.140.X. That may reduce the client-server =
performance slightly as TCP localhost is often faster then through =
physical ethernet cards. Also
I would try this type of configuration and then run netstat again and =
see if it is binding to the interfaces in the way you want.=20
Cheers,
Jonathan
=
--------------------------------------------------------------------------=
-----
Jonathan Stanton [email protected]
Spread Group Messaging www.spread.org
Spread Concepts LLC www.spreadconcepts.com
=
--------------------------------------------------------------------------=
-----
On Mar 12, 2014, at 12:25 PM, Lane Matthew wrote:
> Hi,
> =20
> Would appreciate some assistance.
> =20
> I have spread running on 4 servers with the following config :-
> =20
> # Datacenter Application Servers
> Spread_Segment 10.151.141.255:14803 {
> VPRDAPPNOS08 10.151.140.236
> VPRDAPPNOS09 10.151.140.237
> VPRDAPPMAC12 10.151.140.234
> VPRDAPPMAC13 10.151.140.235}
> =20
> On each of my servers I have 2 networks (the primary and the backup =
lan).
> =20
> Windows IP Configuration
> =20
> Ethernet adapter Backup Lan:
> =20
> Connection-specific DNS Suffix . :
> IPv4 Address. . . . . . . . . . . : 10.82.54.237
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . :
> =20
> Ethernet adapter Primary Lan:
> =20
> Connection-specific DNS Suffix . : primary.int
> IPv4 Address. . . . . . . . . . . : 10.151.140.237
> Subnet Mask . . . . . . . . . . . : 255.255.254.0
> Default Gateway . . . . . . . . . : 10.151.140.6
> =20
> =20
> Looking at netstat, I see many ports open by SPREAD on the both the =
primary and backup LAN. Is this expected? I do not need any connections =
on the backup LAN. Can the network adaptor be specified in the config =
file?
> =20
> Matthew Lane
> +44 7595 020684
> ETS Environments and Release
> =20
> 111 Buckingham Palace Road
> London
> =20
> Guimardstraat 1A, rue Guimard
> BE-1040 Brussel/Bruxelles
>=20
> Visit our website : www.eni.com/be
> before printing this message, think about the environment
> =20
>=20
> =
--------------------------------------------------------------------------=
--------------------------------------------------------------------------=
--------------------
> Message for the recipient only, if received in error, please notify =
the sender and read http://www.eni.com/disclaimer/
> _______________________________________________
> Spread-users mailing list
> [email protected]
> http://lists.spread.org/mailman/listinfo/spread-users
--Apple-Mail-169--198545463
Content-Type: multipart/related; type="text/html";
boundary=Apple-Mail-170--198545462
--Apple-Mail-170--198545462
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=us-ascii
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi =
Matthew,<div><br></div><div>Sure. </div><div><br></div><div>By =
default Spread will bind to all of the interfaces on a machine. However =
if you want to control it to only use certain interfaces for certain =
purposes you can do that. There are some examples in the sample =
"spread.conf" file included in the Spread =
distribution. </div><div><br></div><div>Here is a piece of that =
sample config with some comments for your =
application:</div><div><br></div><div><div># Multi-homed host =
setup</div><div>#</div><div># If you run Spread on hosts with multiple =
interfaces you may want to </div><div># control which interfaces =
Spread uses for client connections and for</div><div># the =
daemon-to-daemon (and monitor control) messages. This can be =
done</div><div># by adding an extra stanza to each configured =
machine. </div><div>#</div><div>#Sample:</div><div>#</div><div>#Sprea=
d_Segment 225.0.1.1 {</div><div># <span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>multihomed1<span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>1.2.3.4 {</div><div>#<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>D =
192.168.0.4</div><div>#<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>C 1.2.3.4 =
}</div><div>#<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>multihomed2<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>1.2.3.5 =
{</div><div>#<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>D 192.168.0.5</div><div>#<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>C =
1.2.3.5</div><div>#<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>C 127.0.0.1 =
}</div><div>#<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>multihomed3<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>1.2.3.6 =
{</div><div>#<span class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>192.168.0.6</div><div>#<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>1.2.3.6 =
}</div><div>#}</div><div><br></div><div>In your case, if you want =
both the daemon-to-daemon (UDP) packets and the client connections to =
only use the primary IP interface, then you can change your config to =
something like this:</div><div><br></div><div><blockquote =
type=3D"cite"><span class=3D"Apple-style-span" style=3D"border-collapse: =
separate; font-family: Helvetica; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; =
text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; ">Spread_Segment 10.151.141.255:14803 =
{</span></div><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> VPRDAPPNOS08 =
10.151.140.236 {</span></div></div></div></span></blockquote><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"> =
</span>D 10.151.140.236</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"> </span>C =
10.151.140.236 }<br><blockquote type=3D"cite"><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> VPRDAPPNOS09 =
10.151.140.237 {</span></div></div></div></span></blockquote><div><span =
class=3D"Apple-tab-span" style=3D"white-space: pre; "> =
</span>10.151.140.237 }</div><blockquote type=3D"cite"><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> VPRDAPPMAC12 10.151.140.234 =
{</span></div></div></div></span></blockquote><div><span =
class=3D"Apple-tab-span" style=3D"white-space: pre; "> =
</span>D 10.151.140.234</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space: pre; "> </span>C =
10.151.140.234 }</div><blockquote type=3D"cite"><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> VPRDAPPMAC13 =
10.151.140.235 {</span></div></div></div></span></blockquote><div><span =
class=3D"Apple-tab-span" style=3D"white-space: pre; "> =
</span>D 10.151.140.235</div><div><span class=3D"Apple-tab-span" =
style=3D"white-space: pre; "> </span>C =
10.151.140.235 }</div><blockquote type=3D"cite"><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; =
">}</span></div></div></div></span></blockquote><br></div><div>Note the =
effect of the first and second machines is the same because if no D or C =
is listed then it is assumed that all types of communication should be =
enabled on that IP. So if that's what you want, then you can use the =
notation in the second IP listed above for all of =
them. </div><div><br></div><div>Now one thing that will change here =
is that Spread will no longer use the localhost (127.0.0.1) interface =
either (unless you add it to the list of interfaces to use in the above =
configuration). So a connection from a Spread client application to a =
daemon on the same machine will no longer be able to use the localhost =
TCP but will have to use the primary interface IP of 10.151.140.X. That =
may reduce the client-server performance slightly as TCP localhost is =
often faster then through physical ethernet cards. =
Also</div><div><br></div><div>I would try this type of configuration and =
then run netstat again and see if it is binding to the interfaces in the =
way you =
want. </div><div><br></div><div>Cheers,</div><div><br></div><div>Jona=
than</div><div><br></div><div>
<div style=3D"font-size: 12px; =
"><div><div>--------------------------------------------------------------=
-----------------</div><div>Jonathan Stanton<span class=3D"Apple-tab-span"=
style=3D"white-space: pre; "> </span><a =
href=3D"mailto:[email protected]">[email protected]</a=
></div><div>Spread Group Messaging<span class=3D"Apple-tab-span" =
style=3D"white-space: pre; "> </span><a =
href=3D"http://www.spread.org">www.spread.org</a></div><div>Spread =
Concepts LLC<span class=3D"Apple-converted-space"> </span><span =
class=3D"Apple-tab-span" style=3D"white-space: pre; "> </span><a =
href=3D"http://www.spreadconcepts.com">www.spreadconcepts.com</a></div><di=
v>------------------------------------------------------------------------=
-------</div><div><br></div></div></div><br =
class=3D"Apple-interchange-newline">
</div>
<br><div><div>On Mar 12, 2014, at 12:25 PM, Lane Matthew wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
lang=3D"EN-GB" link=3D"blue" vlink=3D"purple"><div =
class=3D"WordSection1"><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; ">Hi,</div><p class=3D"MsoNormal" =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "> </p><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; ">Would appreciate some =
assistance.</div><p class=3D"MsoNormal" style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "> </p><div =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; ">I have spread running on 4 servers with the following =
config :-</div><p class=3D"MsoNormal" style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "> </p><div =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "><span style=3D"font-size: 9pt; font-family: 'Courier New'; =
"># Datacenter Application Servers</span></div><div style=3D"margin-top: =
0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; =
font-size: 11pt; font-family: Calibri, sans-serif; "><span =
style=3D"font-size: 9pt; font-family: 'Courier New'; =
">Spread_Segment 10.151.141.255:14803 {</span></div><div =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "><span style=3D"font-size: 9pt; font-family: 'Courier New'; =
"> VPRDAPPNOS08 =
10.151.140.236</span></div><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> =
VPRDAPPNOS09 10.151.140.237</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> =
VPRDAPPMAC12 10.151.140.234</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> =
VPRDAPPMAC13 10.151.140.235}</span></div><p class=3D"MsoNormal" =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "> </p><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; ">On each of my servers I have 2 =
networks (the primary and the backup lan).</div><p class=3D"MsoNormal" =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "> </p><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; ">Windows IP Configuration</span></div><p =
class=3D"MsoNormal" style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> </span></p><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; ">Ethernet adapter Backup =
Lan:</span></div><p class=3D"MsoNormal" style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> </span></p><div style=3D"margin-top: =
0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; =
font-size: 11pt; font-family: Calibri, sans-serif; "><span =
style=3D"font-size: 9pt; font-family: 'Courier New'; "> =
Connection-specific DNS Suffix . :</span></div><div =
style=3D"margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; =
margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, =
sans-serif; "><span style=3D"font-size: 9pt; font-family: 'Courier New'; =
"> IPv4 Address. . . . . . . . . . . : =
10.82.54.237</span></div><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> Subnet Mask . . . . . . . . . =
. . : 255.255.255.0</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> Default Gateway . . . . . . . =
. . :</span></div><p class=3D"MsoNormal" style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> </span></p><div style=3D"margin-top: =
0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; =
font-size: 11pt; font-family: Calibri, sans-serif; "><span =
style=3D"font-size: 9pt; font-family: 'Courier New'; ">Ethernet adapter =
Primary Lan:</span></div><p class=3D"MsoNormal" style=3D"margin-top: =
0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; =
font-size: 11pt; font-family: Calibri, sans-serif; "><span =
style=3D"font-size: 9pt; font-family: 'Courier New'; =
"> </span></p><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 9pt; font-family: =
'Courier New'; "> Connection-specific DNS Suffix . : =
primary.int</span></div><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> IPv4 Address. . . . . . . . . =
. . : 10.151.140.237</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> Subnet Mask . . . . . . . . . =
. . : 255.255.254.0</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: 'Courier New'; "> Default Gateway . . . . . . . =
. . : 10.151.140.6</span></div><p class=3D"MsoNormal" style=3D"margin-top:=
0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; =
font-size: 11pt; font-family: Calibri, sans-serif; "> </p><p =
class=3D"MsoNormal" style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "> </p><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; ">Looking at netstat, I see many =
ports open by SPREAD on the both the primary and backup LAN. Is this =
expected? I do not need any connections on the backup LAN. Can the =
network adaptor be specified in the config file?</div><p =
class=3D"MsoNormal" style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "> </p><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 9pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); ">Matthew =
Lane</span></div><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 8pt; font-family: =
Verdana, sans-serif; color: rgb(31, 73, 125); ">+44 7595 =
020684</span></div><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><b><span style=3D"font-size: 8pt; font-family: =
Verdana, sans-serif; color: rgb(31, 73, 125); ">ETS Environments and =
Release</span></b></div><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><b><span style=3D"font-size: 8pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); =
"> </span></b></div><div style=3D"margin-top: 0cm; margin-right: =
0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; =
font-family: Calibri, sans-serif; "><span style=3D"font-size: 8pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); ">111 =
Buckingham Palace Road</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 8pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); =
">London</span></div><p class=3D"MsoNormal" style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 8pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); =
"> </span></p><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 8pt; font-family: =
Verdana, sans-serif; color: rgb(31, 73, 125); ">Guimardstraat 1A, rue =
Guimard</span></div><div style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "><span style=3D"font-size: 8pt; font-family: =
Verdana, sans-serif; color: rgb(31, 73, 125); ">BE-1040 =
Brussel/Bruxelles</span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 8pt; =
font-family: Verdana, sans-serif; color: rgb(31, 73, 125); "><br>Visit =
our website :<span class=3D"Apple-converted-space"> </span><a =
href=3D"http://www.eni.com/be" style=3D"color: blue; text-decoration: =
underline; "><span style=3D"color: blue; =
">www.eni.com/be</span></a></span></div><div style=3D"margin-top: 0cm; =
margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: =
11pt; font-family: Calibri, sans-serif; "><span style=3D"font-size: 7pt; =
font-family: Verdana, sans-serif; color: green; "><img border=3D"0" =
width=3D"10" height=3D"10" id=3D"Picture_x0020_1" =
alt=3D"http://retail.be.eni.com/Images/wp-tree.gif" apple-width=3D"yes" =
apple-height=3D"yes" src=3D"cid:[email protected]">before =
printing this message, think about the environment</span></div><p =
class=3D"MsoNormal" style=3D"margin-top: 0cm; margin-right: 0cm; =
margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: =
Calibri, sans-serif; "> </p></div><div style=3D"font-family: =
Verdana; font-size: 8pt; =
"><br>--------------------------------------------------------------------=
--------------------------------------------------------------------------=
--------------------------<br>Message for the recipient only, if =
received in error, please notify the sender and read<span =
class=3D"Apple-converted-space"> </span><a =
href=3D"http://www.eni.com/disclaimer/" style=3D"color: blue; =
text-decoration: underline; =
">http://www.eni.com/disclaimer/</a><br></div>____________________________=
___________________<br>Spread-users mailing list<br><a =
href=3D"mailto:[email protected]" style=3D"color: blue; =
text-decoration: underline; ">[email protected]</a><br><a =
href=3D"http://lists.spread.org/mailman/listinfo/spread-users" =
style=3D"color: blue; text-decoration: underline; =
">http://lists.spread.org/mailman/listinfo/spread-users</a><br></div></spa=
n></blockquote></div><br></div></body></html>=
--Apple-Mail-170--198545462
Content-Transfer-Encoding: base64
Content-Disposition: inline;
filename=image001.jpg
Content-Type: image/jpeg;
name="image001.jpg"
Content-Id: <[email protected]>
/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a
HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy
MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAKAAoDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDuvEGm
eIrrWppAmQzMLUJcFSVAzhcdO3XvXU2V9q/2C3+1WL/aPKXzeB97Az39ay9fghluN0kSOyvkFlBI
5rXtXb7JD8x/1a9/auOmrVJWbPPoxtVnZs//2Q==
--Apple-Mail-170--198545462--
--Apple-Mail-169--198545463--
--===============4351832085726564584==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Spread-users mailing list
[email protected]
http://lists.spread.org/mailman/listinfo/spread-users
--===============4351832085726564584==--