ldpd in OpenBSD 4.6

2009-10-27 Thread Nick Davey
Hello, I noticed the release notes of 4.6 referred to ldpd, and label switching functionality, but I haven't found any of the binaries or man pages. Did this feature not make the release? Thanks, Nick

Re: MPLS (Yay!)

2008-04-27 Thread Nick Davey
Me too! I can't wait to play with this. Thanks guys! N On Sun, Apr 27, 2008 at 8:00 PM, Aaron Glenn <[EMAIL PROTECTED]> wrote: > On Sun, Apr 27, 2008 at 4:28 PM, Insan Praja SW <[EMAIL PROTECTED]> > wrote: > > Hi Misc@, > > Last weekend I took a peek at daily changelog. Suprising enough to see

Re: Trouble using :peer modifier correctly

2008-03-30 Thread Nick Davey
Does it matter that the subnet mask is configured as a /30, or is it the media type that controls this behavior? Is there any way to use this mechanism on an ethernet interfaces? On Mon, Mar 31, 2008 at 12:16 AM, Theo de Raadt <[EMAIL PROTECTED]> wrote: > > We're trying to use the :peer modifier

Re: [OT] cisco switch, router and firewall suggestions

2007-08-09 Thread Nick Davey
You should be deploying OBSD as routers, but since it's for learning :P. Buy the Cisco 2900XL, as the 1900 runs CatOS and is only 10meg. You can use the 2900XL as a production switch for your network (I do) and the fact that it runs IOS will be good for learning. For routers just use Dynagen, which

Re: help needed with routed problem

2007-05-29 Thread Nick Davey
I'm scared. You need to use ripv1 as opposed to ripv2 and support network masks? On 5/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, Thanks for your reply. Quoting Stuart Henderson <[EMAIL PROTECTED]>: > routed is an old RIP daemon. you almost certainly don't want it. Do you know o

Re: ospfd participating in a stub area

2007-02-06 Thread Nick Davey
The passive keyword will advertise a network as a stub area, however as the interface is passive it cannot form a neighbor relationship with any other router in that area, or on that interface. From the man pages it would appear there is no way to specify an area as stub however Claudio or Henn

Re: Merchandise idea: OpenBSD mug

2007-01-14 Thread Nick Davey
Please correct me if I'm wrong, but he's not marketing a brand, he's fulfilling a market request. He's keeping some of the proceeds that he earned by spending his time, and initially, his money, so that we have these products available. It doesn't seem quiet unreasonable Nick Deanna Phill

Re: Jacek Artymiak

2006-11-28 Thread Nick Davey
Here's the website for the book: http://www.firewallwarrior.net/ If you read the google group he gives updates just fyi. Nick Chris 'Xenon' Hanson wrote: Henning Brauer wrote: * Siju George <[EMAIL PROTECTED]> [2006-11-28 17:56]: If anyone is in touch with Jacek Artymiak ( the PF book autho

Re: what is openripd?

2006-10-16 Thread Nick Davey
I've done software QA in the past. I can help test it if you can point me at a place to d/l it and toss me the documentation. I have a couple quagga routers, cisco router, juniper, and some d-link layer3 switches I can use. Michele 'mydecay' Marchetto wrote: Il giorno lun, 16/10/2006 alle 12.

OpenOSPFD Redistribution

2006-10-04 Thread Nick Davey
Hello, I was wondering if there was a way to control if the routes redistributed by openospfd are advertised as type 1 or type 2 external routes. Also, is there a way to specify a metric on redistributed routes? Thanks, Nick

CARP Backup Interfaces

2006-10-03 Thread Nick Davey
Hi, I have two firewalls running CARP and pfsync for high availability. The physical interfaces do not have IP addresses, only the CARP interface do. The problem is is that the backup CARP interface still needs to be able to source and forward traffic. Is this possible? Nick