Re: Slow Wireless, Fast Copper

2008-08-20 Thread Alex Berdan
I saw a similar problem and I got it fixed changing the frequency channel of the wireless box. Did you try this already? On 8/10/08, ropers <[EMAIL PROTECTED]> wrote: > 2008/8/6 OpenBSD Misc <[EMAIL PROTECTED]>: > > Hi. I'm at my wits end. > > > > My original configuration: > > I have a laptop (

Re: GRE or gif keepalive

2007-05-17 Thread Alex Berdan
en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080087cec.html Hopefully someone will see this and eventually purpose a alternate solution or implement keepalives in the distribution. Rgds, Alex On 5/17/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: On 2007/05/17 18:02,

Re: GRE or gif keepalive

2007-05-17 Thread Alex Berdan
GRE keepalives? (Unfortunately my environment is not all CISCO) Thanks, Alex On 5/17/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: On 2007/05/17 17:11, Alex Berdan wrote: > I heard about this command. I ain't using OSPF for the link state I use BGP. Well, you could lower yo

Re: GRE or gif keepalive

2007-05-17 Thread Alex Berdan
Thanks Stuart, I heard about this command. I ain't using OSPF for the link state I use BGP. My GRE interface never goes down when the IPsec goes down. Is this normal? Cosmetic bug? Thanks, Rgds, Alex On 5/17/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: On 2007/05/17 13:46,

GRE or gif keepalive

2007-05-17 Thread Alex Berdan
Hey Everybody, Do you know if GRE or gif is having a keepalive option? I searched with google and the archives and I didn't find anything like that. The problem that I have is as I run GRE over IPSec and I would like to know when the IPSec tunnel is down with the help of GRE interface which it sh

can CARP monitor an interface?

2007-03-16 Thread Alex Berdan
Hi, Is it possible to make CARP to monitor an interface and if that interface is down to switch to slave from master? (I know this is possible with HSRP) Thanks -- Alex

NAT-ing on enc0

2007-03-12 Thread Alex Berdan
Hi, I have 2 OpenBSDs having a VPN tunnel between them. One of the peer is having behind it a spam filter. All the SMTP traffic for that is getting redirected from internet internal to spam filter machine, then filtered and delivered to the mail server. One the second BSD I have the SMTP backup f

Re: GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
w if I can control the multicast/broadcast bandwidth using ALTQ of the OpenBSD? Thank you, Alex On 8/1/06, Alex Berdan <[EMAIL PROTECTED]> wrote: Thank you for the idea! This is what I was looking for. I'll be giving a try to: mrouted protocol to set up my OSPF. But I will also giv

Re: GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
Thank you for the idea! This is what I was looking for. I'll be giving a try to: mrouted protocol to set up my OSPF. But I will also give a try to the bridge configuration over the gif tunnel. You can not route broadcast traffic and multicast traffic is only routable if you are running a multic

Re: GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
My point in here is to have a controlled multicast server over some IPSec tunnels (8 end points are in the picture). As I was trying with 2 end-points I saw that nothing is passing through. For the moment I'm having static routes and I want to switch over OSPF on all locations but I need the multi

Re: GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
t;[EMAIL PROTECTED]> wrote: Do you have the option of bridging between the two networks, and configuring both networks as if they were the same network? Think of the bridge as a long ethernet cable. -Original Message- From: Alex Berdan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2

Re: GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
Yes, I fully agree with you but this is why I want to have GRE tunnel in place. I want the broadcast/multicast to pass my gre0 tunnel and reach from one side to the other. I have even added the 224.0.0.0/4 with gateway 192.168.3.1 on Gateway A and 224.0.0.0/24 with gateway 192.168.1.1 on gateway B

GRE tunnel setup problem?

2006-08-01 Thread Alex Berdan
Hi All, I set up a GRE tunnel between two sites to have the broadcast/multicast passing between the two but nothing is passing! I'm not using for the moment any firewall and the configuration straight forward as per man gre. 192.168.1.2/24 | | | |-- 192.168.1.1/24 Gateway A 10.0.

borrowing in 3.8

2005-11-10 Thread Alex Berdan
Hi All, It's been a long time since I'm trying to do borrowing with pf and altq from OpenBSD and seams that it's not working for me. Here is what I do: altq on pcn0 cbq bandwidth 10Mb queue { std, ftp } queue std bandwidth 1024Kb cbq(default) queue ftp bandwidth 1Mb cbq { low, big } queue big ba