This current output from node A and B
From Node A:
rdfile /etc/rc
#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015
hostname <NodeA>
ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500
ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500
route add default 10.X.X.X
routed on
options dns.enable on
options dns.domainname tweis.net
options nis.enable off
savecore
From Node B:
rdfile /etc/rc
#Auto-generated by setup Sat Dec 12 20:49:09 EST 2015
hostname <Node B>
ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500
ifconfig e0M `hostname`-e0M mediatype auto flowcontrol full netmask 255.255.255.0 mtusize 1500
route add default 10.x.x.X
routed on
options dns.domainname tweis.net
options dns.enable on
options nis.enable off
savecore
And only tbelow port is enabled .
e0a: flags=0x1f4c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
inet 10.x.x.x netmask 0xffffff00 broadcast 10.x.x.x
ether 00:a0:98:88:0a:e3 (auto-1000t-fd-up) flowcontrol full
e0b: flags=0x1f0c866<BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
ether 00:a0:98:88:0a:e4 (auto-1000t-fd-up) flowcontrol full
e0M: flags=0x1b4c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,MGMT_PORT> mtu 1500
inet 10.x.x.x netmask 0xffffff00 broadcast 10.x.x.x noddns
ether 00:a0:98:88:0a:e5 (auto-1000t-fd-up) flowcontrol full
e0P: flags=0x1b4c867<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM,ACP_PORT> mtu 1500 PRIVATE
inet 192.168.x.x netmask 0xfffffc00 broadcast 192.168.x.x noddns
ether 00:a0:98:88:0a:e6 (auto-1000t-fd-up) flowcontrol full
Is this correct configuration ?can you please help.