Re: LAGG bug or misconfiguration???

2012-03-23 Thread Snoop
Hi guys ... just for the record.

I've fixed the issue simply moving the cable of the backup interface to
another switch as suggested by the network guys of the DC. Which is even
preferable under the network redundancy perspective.
Now works perfectly and the failover NIC0-NIC1 and (NIC1-NIC0) is
immediate.

Many thanks for your time.
Cheers.

On Fri, 2012-03-16 at 17:49 +0100, Damien Fleuriot wrote:
 I confirm you should see fast transition for your VLANs to forwarding state.
 
 
 Are your ports in access or trunk mode ?
 
 If they're trunked, portfast alone won't do it, you need spanning-tree
 portfast trunk.
 
 Additionally, are you using link aggregation on the cisco swi ?
 (channel-group)
 
 
 On 3/16/12 5:31 PM, Snoop wrote:
  That's the STP configuration on my two switch ports:
  
   spanning-tree portfast
   spanning-tree bpduguard enable
  
  
  
  On Fri, 2012-03-16 at 12:10 +0100, Damien Fleuriot wrote:
  You're not looking for FEC or ethechannel or 802.3ad at all.
 
  What you're looking for, in the case of a *failover* configuration, is a
  spanning-tree portfast feature so that your port doesn't transition
  through the different spantree states before forwarding traffic.
 
  Kindly obtain the configuration from whoever has it and let us know.
 
 
  On 3/16/12 11:18 AM, Snoop wrote:
  Hi Dweimer and Damien,
  thanks for replying.
 
  The server is connected to a switch of the datacentre. The configuration
  of this switch is unknown to me and I obviously have no access to it but
  I truly believe that such an enterprise environment has management
  capabilities.
  Anyway, in which way the configuration would affect the lagg
  functionality? Might this issue be related to what stated in the FreeBSD
  LAGG pages in the handbook?
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html
 
  Cisco® Fast EtherChannel®
 
  Cisco Fast EtherChannel (FEC), is a static setup and does not negotiate
  aggregation with the peer or exchange frames to monitor the link. If the
  switch supports LACP then that should be used instead.
 
 
 
  On Fri, 2012-03-16 at 10:45 +0100, Damien Fleuriot wrote:
  Sorry top posting from phone.
 
 
  Show your switch's port configurations.
 
  We're using VLAN tagging over lagg failover interfaces at work and I 
  have already tried the tests you described, to much better results.
 
  We're also running 8.2 so the only thing that seems to differ between us 
  is the switch config, likely.
 
 
 
  On 15 Mar 2012, at 20:06, Snoop sn...@email.it wrote:
 
  Hi there,
  a while after setting up my new server (with 8 jails in it) I've decided
  (after postponing several times) to properly check the functionality of
  the lagg and the result was very disappointing.
 
  The test I've done is very simple.
  I've started copying a file from one site to another of my VPN network
  (from the server I've been testing the net to another node somewhere
  else) and in the meantime I've been physically disconnecting the main
  network cable to check the responsiveness of the lagg configuration.
  Then I've plugged the cable back to check if the traffic would switch
  back to the main NIC as it should.
 
  The result was basically this (lagg0 members: bge0 primary, bge1
  secondary)
 
  - when bge0 unplugged the traffic switched almost instantaneously to
  bge1
  - when bge0 plugged back in, the network stopped working completely with
  the two NICs polling synchronously until I manually unplug bge1. Then
  within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
  little more than a minute maximum to avoid all the active connections on
  the server to timeout).
 
  Now, I've repeated the same test about 10-15 times randomly waiting for
  different times between the unplug-replug procedure. The result was
  always the same.
 
  So, below are the ipconfig outputs
  - before to start the test
  - when bge0 gets unplugged
  - when bge0 gets plugged back in
 
  I couldn't see anything odd.
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
 media: Ethernet autoselect
 status: active
 laggproto failover

Re: LAGG bug or misconfiguration???

2012-03-16 Thread Snoop
Hi Dweimer and Damien,
thanks for replying.

The server is connected to a switch of the datacentre. The configuration
of this switch is unknown to me and I obviously have no access to it but
I truly believe that such an enterprise environment has management
capabilities.
Anyway, in which way the configuration would affect the lagg
functionality? Might this issue be related to what stated in the FreeBSD
LAGG pages in the handbook?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html

Cisco® Fast EtherChannel®

Cisco Fast EtherChannel (FEC), is a static setup and does not negotiate
aggregation with the peer or exchange frames to monitor the link. If the
switch supports LACP then that should be used instead.



On Fri, 2012-03-16 at 10:45 +0100, Damien Fleuriot wrote:
 Sorry top posting from phone.
 
 
 Show your switch's port configurations.
 
 We're using VLAN tagging over lagg failover interfaces at work and I have 
 already tried the tests you described, to much better results.
 
 We're also running 8.2 so the only thing that seems to differ between us is 
 the switch config, likely.
 
 
 
 On 15 Mar 2012, at 20:06, Snoop sn...@email.it wrote:
 
  Hi there,
  a while after setting up my new server (with 8 jails in it) I've decided
  (after postponing several times) to properly check the functionality of
  the lagg and the result was very disappointing.
  
  The test I've done is very simple.
  I've started copying a file from one site to another of my VPN network
  (from the server I've been testing the net to another node somewhere
  else) and in the meantime I've been physically disconnecting the main
  network cable to check the responsiveness of the lagg configuration.
  Then I've plugged the cable back to check if the traffic would switch
  back to the main NIC as it should.
  
  The result was basically this (lagg0 members: bge0 primary, bge1
  secondary)
  
  - when bge0 unplugged the traffic switched almost instantaneously to
  bge1
  - when bge0 plugged back in, the network stopped working completely with
  the two NICs polling synchronously until I manually unplug bge1. Then
  within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
  little more than a minute maximum to avoid all the active connections on
  the server to timeout).
  
  Now, I've repeated the same test about 10-15 times randomly waiting for
  different times between the unplug-replug procedure. The result was
  always the same.
  
  So, below are the ipconfig outputs
  - before to start the test
  - when bge0 gets unplugged
  - when bge0 gets plugged back in
  
  I couldn't see anything odd.
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
  
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
 media: Ethernet autoselect
 status: active
 laggproto failover
 laggport: bge1 flags=0
 laggport: bge0 flags=5MASTER,ACTIVE
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
  
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
 media: Ethernet autoselect
 status: active
 laggproto failover
 laggport: bge1 flags=4ACTIVE
 laggport: bge0 flags=1MASTER
  ___
  
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
  
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM

Re: LAGG bug or misconfiguration???

2012-03-16 Thread Snoop
I've requested the configuration. I'll post that as soon as I have it.
Thank you very much for your time.

On Fri, 2012-03-16 at 12:10 +0100, Damien Fleuriot wrote:
 You're not looking for FEC or ethechannel or 802.3ad at all.
 
 What you're looking for, in the case of a *failover* configuration, is a
 spanning-tree portfast feature so that your port doesn't transition
 through the different spantree states before forwarding traffic.
 
 Kindly obtain the configuration from whoever has it and let us know.
 
 
 On 3/16/12 11:18 AM, Snoop wrote:
  Hi Dweimer and Damien,
  thanks for replying.
  
  The server is connected to a switch of the datacentre. The configuration
  of this switch is unknown to me and I obviously have no access to it but
  I truly believe that such an enterprise environment has management
  capabilities.
  Anyway, in which way the configuration would affect the lagg
  functionality? Might this issue be related to what stated in the FreeBSD
  LAGG pages in the handbook?
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html
  
  Cisco® Fast EtherChannel®
  
  Cisco Fast EtherChannel (FEC), is a static setup and does not negotiate
  aggregation with the peer or exchange frames to monitor the link. If the
  switch supports LACP then that should be used instead.
  
  
  
  On Fri, 2012-03-16 at 10:45 +0100, Damien Fleuriot wrote:
  Sorry top posting from phone.
 
 
  Show your switch's port configurations.
 
  We're using VLAN tagging over lagg failover interfaces at work and I have 
  already tried the tests you described, to much better results.
 
  We're also running 8.2 so the only thing that seems to differ between us 
  is the switch config, likely.
 
 
 
  On 15 Mar 2012, at 20:06, Snoop sn...@email.it wrote:
 
  Hi there,
  a while after setting up my new server (with 8 jails in it) I've decided
  (after postponing several times) to properly check the functionality of
  the lagg and the result was very disappointing.
 
  The test I've done is very simple.
  I've started copying a file from one site to another of my VPN network
  (from the server I've been testing the net to another node somewhere
  else) and in the meantime I've been physically disconnecting the main
  network cable to check the responsiveness of the lagg configuration.
  Then I've plugged the cable back to check if the traffic would switch
  back to the main NIC as it should.
 
  The result was basically this (lagg0 members: bge0 primary, bge1
  secondary)
 
  - when bge0 unplugged the traffic switched almost instantaneously to
  bge1
  - when bge0 plugged back in, the network stopped working completely with
  the two NICs polling synchronously until I manually unplug bge1. Then
  within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
  little more than a minute maximum to avoid all the active connections on
  the server to timeout).
 
  Now, I've repeated the same test about 10-15 times randomly waiting for
  different times between the unplug-replug procedure. The result was
  always the same.
 
  So, below are the ipconfig outputs
  - before to start the test
  - when bge0 gets unplugged
  - when bge0 gets plugged back in
 
  I couldn't see anything odd.
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
 media: Ethernet autoselect
 status: active
 laggproto failover
 laggport: bge1 flags=0
 laggport: bge0 flags=5MASTER,ACTIVE
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet

Re: LAGG bug or misconfiguration???

2012-03-16 Thread Snoop
That's the STP configuration on my two switch ports:

 spanning-tree portfast
 spanning-tree bpduguard enable



On Fri, 2012-03-16 at 12:10 +0100, Damien Fleuriot wrote:
 You're not looking for FEC or ethechannel or 802.3ad at all.
 
 What you're looking for, in the case of a *failover* configuration, is a
 spanning-tree portfast feature so that your port doesn't transition
 through the different spantree states before forwarding traffic.
 
 Kindly obtain the configuration from whoever has it and let us know.
 
 
 On 3/16/12 11:18 AM, Snoop wrote:
  Hi Dweimer and Damien,
  thanks for replying.
  
  The server is connected to a switch of the datacentre. The configuration
  of this switch is unknown to me and I obviously have no access to it but
  I truly believe that such an enterprise environment has management
  capabilities.
  Anyway, in which way the configuration would affect the lagg
  functionality? Might this issue be related to what stated in the FreeBSD
  LAGG pages in the handbook?
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html
  
  Cisco® Fast EtherChannel®
  
  Cisco Fast EtherChannel (FEC), is a static setup and does not negotiate
  aggregation with the peer or exchange frames to monitor the link. If the
  switch supports LACP then that should be used instead.
  
  
  
  On Fri, 2012-03-16 at 10:45 +0100, Damien Fleuriot wrote:
  Sorry top posting from phone.
 
 
  Show your switch's port configurations.
 
  We're using VLAN tagging over lagg failover interfaces at work and I have 
  already tried the tests you described, to much better results.
 
  We're also running 8.2 so the only thing that seems to differ between us 
  is the switch config, likely.
 
 
 
  On 15 Mar 2012, at 20:06, Snoop sn...@email.it wrote:
 
  Hi there,
  a while after setting up my new server (with 8 jails in it) I've decided
  (after postponing several times) to properly check the functionality of
  the lagg and the result was very disappointing.
 
  The test I've done is very simple.
  I've started copying a file from one site to another of my VPN network
  (from the server I've been testing the net to another node somewhere
  else) and in the meantime I've been physically disconnecting the main
  network cable to check the responsiveness of the lagg configuration.
  Then I've plugged the cable back to check if the traffic would switch
  back to the main NIC as it should.
 
  The result was basically this (lagg0 members: bge0 primary, bge1
  secondary)
 
  - when bge0 unplugged the traffic switched almost instantaneously to
  bge1
  - when bge0 plugged back in, the network stopped working completely with
  the two NICs polling synchronously until I manually unplug bge1. Then
  within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
  little more than a minute maximum to avoid all the active connections on
  the server to timeout).
 
  Now, I've repeated the same test about 10-15 times randomly waiting for
  different times between the unplug-replug procedure. The result was
  always the same.
 
  So, below are the ipconfig outputs
  - before to start the test
  - when bge0 gets unplugged
  - when bge0 gets plugged back in
 
  I couldn't see anything odd.
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
 media: Ethernet autoselect
 status: active
 laggproto failover
 laggport: bge1 flags=0
 laggport: bge0 flags=5MASTER,ACTIVE
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4

Re: LAGG bug or misconfiguration???

2012-03-16 Thread Snoop
I actually don't know Damien. I'll have to have a chat with the network
guy in the DC as I'm not managing the switch neither I have access to
it, plus I'm not really a Cisco guy so I'll forward those questions to
him.

Moreover I'm getting a bit lost with this.
If the ports are in trunk mode would this affect the FreeBSD lagg
functionality? If yes how?
Do I need spanning-tree portfast trunk to make it work properly?

I really appreciate your useful inputs Damien.



On Fri, 2012-03-16 at 17:49 +0100, Damien Fleuriot wrote:
 I confirm you should see fast transition for your VLANs to forwarding state.
 
 
 Are your ports in access or trunk mode ?
 
 If they're trunked, portfast alone won't do it, you need spanning-tree
 portfast trunk.
 
 Additionally, are you using link aggregation on the cisco swi ?
 (channel-group)
 
 
 On 3/16/12 5:31 PM, Snoop wrote:
  That's the STP configuration on my two switch ports:
  
   spanning-tree portfast
   spanning-tree bpduguard enable
  
  
  
  On Fri, 2012-03-16 at 12:10 +0100, Damien Fleuriot wrote:
  You're not looking for FEC or ethechannel or 802.3ad at all.
 
  What you're looking for, in the case of a *failover* configuration, is a
  spanning-tree portfast feature so that your port doesn't transition
  through the different spantree states before forwarding traffic.
 
  Kindly obtain the configuration from whoever has it and let us know.
 
 
  On 3/16/12 11:18 AM, Snoop wrote:
  Hi Dweimer and Damien,
  thanks for replying.
 
  The server is connected to a switch of the datacentre. The configuration
  of this switch is unknown to me and I obviously have no access to it but
  I truly believe that such an enterprise environment has management
  capabilities.
  Anyway, in which way the configuration would affect the lagg
  functionality? Might this issue be related to what stated in the FreeBSD
  LAGG pages in the handbook?
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html
 
  Cisco® Fast EtherChannel®
 
  Cisco Fast EtherChannel (FEC), is a static setup and does not negotiate
  aggregation with the peer or exchange frames to monitor the link. If the
  switch supports LACP then that should be used instead.
 
 
 
  On Fri, 2012-03-16 at 10:45 +0100, Damien Fleuriot wrote:
  Sorry top posting from phone.
 
 
  Show your switch's port configurations.
 
  We're using VLAN tagging over lagg failover interfaces at work and I 
  have already tried the tests you described, to much better results.
 
  We're also running 8.2 so the only thing that seems to differ between us 
  is the switch config, likely.
 
 
 
  On 15 Mar 2012, at 20:06, Snoop sn...@email.it wrote:
 
  Hi there,
  a while after setting up my new server (with 8 jails in it) I've decided
  (after postponing several times) to properly check the functionality of
  the lagg and the result was very disappointing.
 
  The test I've done is very simple.
  I've started copying a file from one site to another of my VPN network
  (from the server I've been testing the net to another node somewhere
  else) and in the meantime I've been physically disconnecting the main
  network cable to check the responsiveness of the lagg configuration.
  Then I've plugged the cable back to check if the traffic would switch
  back to the main NIC as it should.
 
  The result was basically this (lagg0 members: bge0 primary, bge1
  secondary)
 
  - when bge0 unplugged the traffic switched almost instantaneously to
  bge1
  - when bge0 plugged back in, the network stopped working completely with
  the two NICs polling synchronously until I manually unplug bge1. Then
  within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
  little more than a minute maximum to avoid all the active connections on
  the server to timeout).
 
  Now, I've repeated the same test about 10-15 times randomly waiting for
  different times between the unplug-replug procedure. The result was
  always the same.
 
  So, below are the ipconfig outputs
  - before to start the test
  - when bge0 gets unplugged
  - when bge0 gets plugged back in
 
  I couldn't see anything odd.
  ___
  lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  1500
 
  options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
 ether 00:14:ee:00:8a:c0
 inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
 inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
 inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
 inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
 inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
 inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
 inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
 inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
 inet xxx.xx.xx.226 netmask 0x

LAGG bug or misconfiguration???

2012-03-15 Thread Snoop
Hi there,
a while after setting up my new server (with 8 jails in it) I've decided
(after postponing several times) to properly check the functionality of
the lagg and the result was very disappointing.

The test I've done is very simple.
I've started copying a file from one site to another of my VPN network
(from the server I've been testing the net to another node somewhere
else) and in the meantime I've been physically disconnecting the main
network cable to check the responsiveness of the lagg configuration.
Then I've plugged the cable back to check if the traffic would switch
back to the main NIC as it should.

The result was basically this (lagg0 members: bge0 primary, bge1
secondary)

- when bge0 unplugged the traffic switched almost instantaneously to
bge1
- when bge0 plugged back in, the network stopped working completely with
the two NICs polling synchronously until I manually unplug bge1. Then
within 2-4 seconds traffic goes back on bge0 (I've been waiting for a
little more than a minute maximum to avoid all the active connections on
the server to timeout).

Now, I've repeated the same test about 10-15 times randomly waiting for
different times between the unplug-replug procedure. The result was
always the same.

So, below are the ipconfig outputs
- before to start the test
- when bge0 gets unplugged
- when bge0 gets plugged back in

I couldn't see anything odd.
___
lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500

options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:ee:00:8a:c0
inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=0
laggport: bge0 flags=5MASTER,ACTIVE
___
lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500

options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:ee:00:8a:c0
inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=4ACTIVE
laggport: bge0 flags=1MASTER
___

lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500

options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:ee:00:8a:c0
inet xxx.xx.xx.224 netmask 0xff00 broadcast xxx.xx.xx.255
inet xxx.xx.xx.227 netmask 0x broadcast xxx.xx.xx.227
inet xxx.xx.xx.225 netmask 0x broadcast xxx.xx.xx.225
inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
inet xxx.xx.xx.226 netmask 0x broadcast xxx.xx.xx.226
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=0
laggport: bge0 flags=5MASTER,ACTIVE
__
Also nothing unusual on dmesg:

...
bge0: link state changed to DOWN
bge0: link state changed to UP
bge1: link state changed to DOWN
bge1: link state changed to UP
bge0: link state changed to DOWN
bge0: link state changed to UP
bge1: link state changed to DOWN
bge1: link state changed to UP
bge0: link state changed to DOWN
bge0: link state changed to UP
bge1: link state changed to DOWN
bge1: link state changed to UP
...

The following 

Re: Jails within different networks ... ?

2011-12-04 Thread Snoop
I've actually done that but the result was jails coming up incredibly
slowly and once up basically not wired.
I'm gonna check my configuration again and I'll update the mailing list
soon.
Thanks for you time to you all.

On Sat, 2011-12-03 at 21:54 +, Matthew Seaman wrote:
 On 03/12/2011 17:54, Snoop wrote:
  I have 3 jails within the host xxx.xxx.26.224 configured in this way
  (below) and everything works well.
  What if I want to enable another jail but I don't want to assign to that
  my next available public ip address xxx.xxx.26.228/24 but I want this
  jail to have a private ip address like 172.16.1.2/27?
  Is that possible or it's a delirium?
 
 Sure you can do that.  Remember the rule though, that the first IP from
 each different network configured on an interface must use the natural
 netmask for that network.  Second and subsequent addresses from each
 different network can either use the all-ones (/32) netmask, or the
 natural netmask.  This only changed a few years ago, so there's still a
 lot of advice going around saying you should use the older all-ones
 style, but in actuality you can do it which ever of those ways you want
 and it won't make any functional difference.
 
   Cheers,
 
   Matthew
 


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 ING DIRECT Conto Arancio. 4,20% per 12 mesi, zero spese, aprilo in due minuti!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11924d=4-12
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Jails within different networks ... ?

2011-12-04 Thread Snoop
Just an update.

It seems to be working well.
The jail startup slowness I believe is due to the fact that the DNS is
still down.
Thanks for your time.

### host rc.conf related section
ifconfig_lagg0=laggproto failover laggport bge0 laggport bge1
xxx.xxx.26.224/24
ifconfig_lagg0_alias_0=inet xxx.xxx.26.225/32
ifconfig_lagg0_alias_1=inet xxx.xxx.26.226/32
ifconfig_lagg0_alias_2=inet xxx.xxx.26.227/32
ifconfig_lagg0_alias_3=inet 172.16.3.2/27
ifconfig_lagg0_alias_4=inet 172.16.3.3/27
ifconfig_lagg0_alias_5=inet 172.16.3.4/27
ifconfig_lagg0_alias_6=inet 172.16.3.5/27
ifconfig_lagg0_alias_7=inet 172.16.3.6/27

### ifconfig related output
lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500

options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:5e:ee:2b:c0
inet xxx.xxx.26.224 netmask 0xff00 broadcast xxx.xxx.26.255
inet xxx.xxx.26.225 netmask 0x broadcast xxx.xxx.26.225
inet xxx.xxx.26.226 netmask 0x broadcast xxx.xxx.26.226
inet xxx.xxx.26.227 netmask 0x broadcast xxx.xxx.26.227
inet 172.16.3.2 netmask 0x broadcast 172.16.3.2
inet 172.16.3.3 netmask 0x broadcast 172.16.3.3
inet 172.16.3.4 netmask 0x broadcast 172.16.3.4
inet 172.16.3.5 netmask 0x broadcast 172.16.3.5
inet 172.16.3.6 netmask 0x broadcast 172.16.3.6
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=0
laggport: bge0 flags=5MASTER,ACTIVE

 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Conto Arancio al 4,20%. Soldi sempre disponibili, zero spese, aprilo in due 
minuti!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11920d=4-12
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Jails within different networks ... ?

2011-12-03 Thread Snoop
Hi there, I've a doubt!
I have 3 jails within the host xxx.xxx.26.224 configured in this way
(below) and everything works well.
What if I want to enable another jail but I don't want to assign to that
my next available public ip address xxx.xxx.26.228/24 but I want this
jail to have a private ip address like 172.16.1.2/27?
Is that possible or it's a delirium?
I don't want to waste my public ip address for a jail which I want to
have a network configured but not to be publicly visible.

Many thanks in advance.

lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500

options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:5e:ee:2b:c0
inet xxx.xxx.26.224 netmask 0xff00 broadcast xxx.xxx.26.255
inet xxx.xxx.26.225 netmask 0x broadcast xxx.xxx.26.225
inet xxx.xxx.26.226 netmask 0x broadcast xxx.xxx.26.226
inet xxx.xxx.26.227 netmask 0x broadcast xxx.xxx.26.227
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=0
laggport: bge0 flags=5MASTER,ACTIVE

 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Conto Arancio al 4,20%. Zero spese e massima liberta', aprilo in due minuti!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11922d=3-12
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: LAGG and Jails?

2011-11-24 Thread Snoop
Sorry about my late reply, I was away for a while.
I've fixed that. It was quite trivial but sometimes trivial issues make
you get stuck for a while. :-/

ifconfig_bge0=up
ifconfig_bge1=up
cloned_interfaces=lagg0
ifconfig_lagg0=laggproto failover laggport bge0 laggport bge1
10.0.0.56/26
ifconfig_lagg0_alias_0=inet 10.0.0.40 netmask 255.255.255.255
ifconfig_lagg0_alias_1=inet 10.0.0.41 netmask 255.255.255.255
ifconfig_lagg0_alias_2=inet 10.0.0.42 netmask 255.255.255.255
ifconfig_lagg0_alias_3=inet 10.0.0.43 netmask 255.255.255.255
ifconfig_lagg0_alias_4=inet 10.0.0.44 netmask 255.255.255.255
ifconfig_lagg0_alias_5=inet 10.0.0.45 netmask 255.255.255.255
ifconfig_lagg0_alias_6=inet 10.0.0.46 netmask 255.255.255.255
ifconfig_lagg0_alias_7=inet 10.0.0.47 netmask 255.255.255.255

I thought that the first two lines wouldn't be necessary as the
cloned_interface parameter would have done the job. I was wrong.
Without specifying up the lagg0 interface comes up but not the
physical interfaces.
Now everything works well:

bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500
options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:5e:80:8a:c0
media: Ethernet autoselect (100baseTX
full-duplex,flowcontrol,rxpause,txpause)
status: active
bge1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500
options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:5e:80:8a:c0
media: Ethernet autoselect (100baseTX
full-duplex,flowcontrol,rxpause,txpause)
status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
options=3RXCSUM,TXCSUM
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
nd6 options=3PERFORMNUD,ACCEPT_RTADV
lagg0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
1500
options=8009bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE
ether 00:14:5e:80:8a:c0
inet 10.0.0.56 netmask 0xffc0 broadcast 10.0.0.63
inet 10.0.0.40 netmask 0x broadcast 10.0.0.40
inet 10.0.0.41 netmask 0x broadcast 10.0.0.41
inet 10.0.0.42 netmask 0x broadcast 10.0.0.42
inet 10.0.0.43 netmask 0x broadcast 10.0.0.43
inet 10.0.0.44 netmask 0x broadcast 10.0.0.44
inet 10.0.0.45 netmask 0x broadcast 10.0.0.45
inet 10.0.0.46 netmask 0x broadcast 10.0.0.46
inet 10.0.0.47 netmask 0x broadcast 10.0.0.47
media: Ethernet autoselect
status: active
laggproto failover
laggport: bge1 flags=0
laggport: bge0 flags=5MASTER,ACTIVE

Sorry for bothering you guys.
Hope this would save some time to someone else.

Cheers.

On Fri, 2011-11-18 at 13:37 +0100, Damien Fleuriot wrote:
 On 11/18/11 8:09 AM, Snoop wrote:
  Does anyone know if it's possible to configure lagg for network
  redundancy on a FreeBSD server containing jails? I'm having problems
  with that. I couldn't found much around therefore I'm not even sure it's
  doable.
  
  Thanks in advance, any tip will be appreciated.
  
 
 
 Show your ifconfig output, I'm curious about how you configure your lagg
 
 Also please post your uname -a output and rc.conf
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Conto Arancio al 4,20%. Zero spese e massima liberta', aprilo in due minuti!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11919d=24-11
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LAGG and Jails?

2011-11-17 Thread Snoop
Does anyone know if it's possible to configure lagg for network
redundancy on a FreeBSD server containing jails? I'm having problems
with that. I couldn't found much around therefore I'm not even sure it's
doable.

Thanks in advance, any tip will be appreciated.

 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 ING DIRECT Conto Arancio. 4,20% per 12 mesi, zero spese, aprilo in due minuti!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11921d=18-11
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: CARP related trivial question

2011-11-03 Thread Snoop
Thanks guys. I think Julian gave me the answer I was looking for.

On the other hand I believe that CARP handbook/man pages are inaccurate.
I'm not supposed to look for these kind of things on a mailing list.
Working instructions are the most important information and have to be
there. I also think that the arp load balancing section of CARP is not
that complete. But anyway, it's just my point of view on this very
specific case as I'm generally very happy about the quality of Free/Open
BSD man pages.

Thank you all for your time, have a good day.

On Wed, 2011-11-02 at 17:28 +0100, Julian H. Stacey wrote:
 Hi,
 Reference:
  From:   Damien Fleuriot m...@my.gd 
  Date:   Wed, 02 Nov 2011 16:44:50 +0100 
  Message-id: 4eb16572.4080...@my.gd 
 
 Damien Fleuriot wrote:
  On 11/1/11 8:19 AM, Snoop wrote:
   Sorry but I have to re-post my question as I didn't get any exhaustive 
   reply. I can't believe that nobody is aware of this anyhow.
   P.S. Nop, there aren't related loadable modules in /boot/kernel.
 
 Snoop is not on CC line, I hope he's on this list.
 Snoop wrote :
   There aren't related loadable modules in /boot/kernel
 So Snoop must install modules !
   # cd /sys/`uname -m`/conf  config GENERIC
   cd /usr/src/sys/modules ; make ; make install
 
 
   
   
   Hi everybody,
   I've got a pretty trivial question but I'm kind of disoriented.
   
   In the CARP man pages is clearly stated
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: 
   __
   To enable support for CARP, the FreeBSD kernel must be rebuilt as
   described in Chapter 9 with the following option:
   device carp
   
   Alternatively, the if_carp.ko module can be loaded at boot time. Add the
   following line to the /boot/loader.conf:
   if_carp_load=YES 
   __
   
   I'm not new to FreeBSD but I didn't manage to load that as a module, not
   while the OS is running neither at the startup adding the param on
   loader.conf.
   I'd love to do that instead of recompiling the kernel to get that
   working on any node.
   I'm talking about FreeBSD 8.1.
   
   Am I missing something?
   Any tip would be appreciated.
   
  
  
  You have already receive a reply on-list, which asked if you had
  /boot/kernel/if_carp* files .
  I haven't followed further so I'm not sure if you ever replied to it or not.
  
  
  Find below the same output from a 8.2-STABLE box:
  
  
  mybsd root  /boot/kernel
  
   # uname -a
  FreeBSD mybsd 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Oct 12 16:58:51 CEST
  2011 root@mybsd:/usr/obj/usr/src/sys/DAM  amd64
  
  
   mybsd
  root  /boot/kernel
  
 # ls -la
  /boot/kernel/if_carp*
  -r-xr-xr-x  1 root  wheel   44384 Oct 12 17:11 /boot/kernel/if_carp.ko
  -r-xr-xr-x  1 root  wheel  197856 Oct 12 17:11
  /boot/kernel/if_carp.ko.symbols
  
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
  
 
 
 Cheers,
 Julian


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Halloween a Rimini, hotel+parco, con i Torre Pedrera Hotels, Euro 90 a coppia 
in bed  breakfast, con ingresso ai parchi tematici della romagna
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11896d=3-11
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


CARP related trivial question

2011-11-01 Thread Snoop
Sorry but I have to re-post my question as I didn't get any exhaustive reply. I 
can't believe that nobody is aware of this anyhow.
P.S. Nop, there aren't related loadable modules in /boot/kernel.


Hi everybody,
I've got a pretty trivial question but I'm kind of disoriented.

In the CARP man pages is clearly stated
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: 
__
To enable support for CARP, the FreeBSD kernel must be rebuilt as
described in Chapter 9 with the following option:
device carp

Alternatively, the if_carp.ko module can be loaded at boot time. Add the
following line to the /boot/loader.conf:
if_carp_load=YES 
__

I'm not new to FreeBSD but I didn't manage to load that as a module, not
while the OS is running neither at the startup adding the param on
loader.conf.
I'd love to do that instead of recompiling the kernel to get that
working on any node.
I'm talking about FreeBSD 8.1.

Am I missing something?
Any tip would be appreciated.


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Offerta Torre Pedrera Hotels per la fiera Key Energy a Rimini dal 9-12 
novembre, Euro 38 a persona in bed  breakfast
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11898d=1-11
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: CARP related trivial question

2011-10-28 Thread Snoop
Thanks for replying Dave,
that's the problem. There's no module and apparently it's supposed to be
there. Ready to be loaded. :-O
Mistake in the FreeBSD handbook?

On Wed, 2011-10-26 at 14:14 -0700, Robison, Dave wrote:
 On 10/26/2011 12:20, Snoop wrote:
  Hi everybody,
  I've got a pretty trivial question but I'm kind of disoriented.
 
  In the CARP man pages is clearly stated
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html:
  __
  To enable support for CARP, the FreeBSD kernel must be rebuilt as
  described in Chapter 9 with the following option:
  device carp
 
  Alternatively, the if_carp.ko module can be loaded at boot time. Add the
  following line to the /boot/loader.conf:
  if_carp_load=YES 
  __
 
  I'm not new to FreeBSD but I didn't manage to load that as a module, not
  while the OS is running neither at the startup adding the param on
  loader.conf.
  I'd love to do that instead of recompiling the kernel to get that
  working on any node.
  I'm talking about FreeBSD 8.1.
 
  Am I missing something?
  Any tip would be appreciated.
 
 
 
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
  autenticato? GRATIS solo con Email.it http://www.email.it/f
 
Sponsor:
Incrementa la visibilita' della tua azienda con le campagne di email 
  marketing di Email.it
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11846d=26-10
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 
 
 
 Does if_carp.ko exist under /boot/kernel/ ?
 
 If so:
 [root@lefty] ~# ls -lart /boot/kernel | grep if_carp
 -r-xr-xr-x  1 root  wheel197392 Feb 16  2011 if_carp.ko.symbols
 -r-xr-xr-x  1 root  wheel 44336 Feb 16  2011 if_carp.ko
 [root@lefty] ~# kldload if_carp.ko
 [root@lefty] ~# kldstat | grep if_carp.ko
 471 0x814fe000 4dd0 if_carp.ko
 [root@lefty] ~#
 
 should work.
 
 Dave
 
 
 


 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Peluche Originali Disney, Simpson, Bugs Bunny, Spongebob... a partire da soli 
Euro 9.90!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11654d=28-10
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


CARP related trivial question

2011-10-26 Thread Snoop
Hi everybody,
I've got a pretty trivial question but I'm kind of disoriented.

In the CARP man pages is clearly stated
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: 
__
To enable support for CARP, the FreeBSD kernel must be rebuilt as
described in Chapter 9 with the following option:
device carp

Alternatively, the if_carp.ko module can be loaded at boot time. Add the
following line to the /boot/loader.conf:
if_carp_load=YES 
__

I'm not new to FreeBSD but I didn't manage to load that as a module, not
while the OS is running neither at the startup adding the param on
loader.conf.
I'd love to do that instead of recompiling the kernel to get that
working on any node.
I'm talking about FreeBSD 8.1.

Am I missing something?
Any tip would be appreciated.

 
 
 --
 Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP 
autenticato? GRATIS solo con Email.it http://www.email.it/f
 
 Sponsor:
 Incrementa la visibilita' della tua azienda con le campagne di email marketing 
di Email.it
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11846d=26-10
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


GUIDE

2004-07-05 Thread snoop dogg
 hello there, 
 
i have FreeBSD 4.9-RELEASE installed in my machine.. but i need to upgrade my 
4.9-RELEASE to 4.9-STABLE. any help? and 
tips on what to do? bcoz im kinda scared of kernel panic and crush thenks i need to 
know what file is needed to 
download to upgrade and commands.. exact commands.. thanks buddy's out there if ya 
have a time pls mail back thanks  
-- 
__
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]