Re: kern/126714: [carp] CARP interface renaming makes system no longer respond on the virtual IP address

2008-08-28 Thread Slawek Zak
Hey Artis, Thank you. It really works indeeed :) I haven't thought of such a workaround :) Regards, /S On Mon, Aug 25, 2008 at 12:10 PM, Artis Caune <[EMAIL PROTECTED]> wrote: > The following reply was made to PR kern/126714; it has been noted by GNATS. > > From: "Artis Caune" <[EMAIL PROTECTED]

Carp renaming cuts the traffic off

2008-08-20 Thread Slawek Zak
Hi, Something weird is going on with renaming of carp interfaces. I use FreeBSD stable updated on August 18. My setup: ifconfig em0 up ifconfig em1 up ifconfig lagg0 create up laggproto failover laggport em0 laggport em1 ifconfig vlan4 create up vlan 4 vlandev lagg0 192.168.0.1/24 ifconfig carp1

PF NAT and IPSec (ESP) not working

2008-05-12 Thread Slawek Zak
Hi, I probably do something wrong, and I can't seem to get NAT in PF working with IPSec tunnel mode. Here's the network diagram: (172.16.0.0/16) internal network-- remote end of tunnel AA.AA.AA.AA --- XX.XX.XX.XX re0 (Internet) - enc (IPSec) ZZ.ZZ.ZZ.ZZ gif1 --- tun0 --- YY.YY.YY.YY

Re: Forcing 1000FD for bce

2007-02-11 Thread Slawek Zak
On 1/31/07, Slawek Zak <[EMAIL PROTECTED]> wrote: I have a question for someone familiar with this driver. I must enforce Gb/Full-duplex before the end of boot. I have IBM BladeCenter chassis which internally uses Nortel 2-3 switches which in turn do not allow for autonegotiation of in

Forcing 1000FD for bce

2007-01-31 Thread Slawek Zak
Hi, First of all thanks to Doug White for committing SerDes support for bce. I have a question for someone familiar with this driver. I must enforce Gb/Full-duplex before the end of boot. I have IBM BladeCenter chassis which internally uses Nortel 2-3 switches which in turn do not allow for auto

Re: Rapid link state changes on bge(4) interface

2006-09-21 Thread Slawek Zak
On 9/21/06, Gleb Smirnoff <[EMAIL PROTECTED]> wrote: On Thu, Sep 21, 2006 at 12:32:56PM +0200, Slawek Zak wrote: S> >Please try to add hw.bge.fake_autoneg=1 to /boot/loader.conf. May be S> >this will help. S> S> I did it, but sysctl doesn't show the value. S>

Re: Rapid link state changes on bge(4) interface

2006-09-21 Thread Slawek Zak
On 9/15/06, Gleb Smirnoff <[EMAIL PROTECTED]> wrote: On Wed, Sep 13, 2006 at 03:09:56PM +0200, Slawek Zak wrote: S> I'm testing network failover on IBM BladeCenter running FreeBSD 6.1 S> STABLE for Sep 6th. S> S> I suspect a problem with link state change detection in bge

Re: Rapid link state changes on bge(4) interface

2006-09-14 Thread Slawek Zak
On 9/13/06, David Christensen <[EMAIL PROTECTED]> wrote: I can't access the information on this web site through Mozilla after clicking "I Accept". Hm. I've just found out that posting direct links to documents is too Web 1.0 for ibm.com. Here is link to the parent page - works for me: http://

Rapid link state changes on bge(4) interface

2006-09-13 Thread Slawek Zak
Hi, I'm testing network failover on IBM BladeCenter running FreeBSD 6.1 STABLE for Sep 6th. I suspect a problem with link state change detection in bge code. When I disable internal port on chassis built-in ethernet switch, kernel floods syslog with messages about link state changes and coalesci

Re: PPP callback and SecurID

2002-01-26 Thread Slawek Zak
On Thu, 24 Jan 2002, Brian Somers uttered the following: > You could probably ``set cd off'' to get the desired effect. > Alternatively, configure your machine to be able to receive incoming > connections and let the initial ppp session drop when the peer hangs > up. Okay. I've found a way to

Re: PPP callback and SecurID

2002-01-19 Thread Slawek Zak
On Sat, 19 Jan 2002, Joe Barbish Fhe Barbish uttered the following: > Please clarify what you are trying to do. > Are you trying to use ppp to call your ISP and have them > call you back and then login to your FBSD box? > OR have some user call your FBSD box and you call them back? I call them, g

PPP callback and SecurID

2002-01-19 Thread Slawek Zak
I've a problem with my callback. I'd like to automate it somehow, but there is a problem with LCP. The hard way is to do something like: # ppp ras ppp ON pf39> term deflink: Entering terminal mode on /dev/cuaa1 Type `~?' for help atdt CONNECT 57600 User Access Verification Username: Enter PA

Re: Dummynet problem

2001-01-03 Thread Slawek Zak
On Wed, 3 Jan 2001, Luigi Rizzo spake thusly: > So i believe you have done some mistake in your config or your > measurement (e.g. some other bottleneck in the net limiting > one flow to 60Kbit, leaving a full 60k to the other no matter how > weight are assigned). I really don't think so. Only th

Re: Dummynet problem

2001-01-02 Thread Slawek Zak
On Mon, 1 Jan 2001, Luigi Rizzo uttered the following: > it should not be equal provided the 'high weight' flow has sufficient > traffic going. Both FTP transfers I've used for testing were around 60Kbps each. One done by user dnld1, the other one by other user. > Can you do an 'ipfw zero' befor

Dummynet problem

2001-01-01 Thread Slawek Zak
I tried to configure dummynet to allow for normal work when downloading files using queue mechanism (4.2-STABLE). IPFW rules are: add 100 queue 10 tcp from any to any uid dnld1 in add 200 queue 11 ip from any to any queue 10 config weight 1 pipe 1 queue 11 config weight 10 pipe 1 m