Re: Multisite BGP - One site behind OpenVPN

2019-09-01 Thread Michael McConnell
, thanks again for your time. Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll-free: 877-GO-4-WINK x 7400 direct: +1 732-705-7442 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com > On Aug 31, 2019, at 4:13 PM, Chriztoffer Hansen > wrote: &g

Multisite BGP - One site behind OpenVPN

2019-08-31 Thread Michael McConnell
Hello all, I’ve been debating with myself the best way to handle this situation. I have a two site deployment with a /23 prefix available. I wish to assign 1 /24 to site one (Main), and 1 /24 to site two (Satellite) and then link them via OpenVPN. I am debating the pro’s and con’s of running bi

Re: iBGP problem with full meshed routers

2019-08-18 Thread Michael McConnell
Hello Martin, I think you need a static route along the multihop path for this to work or use OSPF in parallel. Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll-free: 877-GO-4-WINK x 7400 direct: +1 732-705-7442 cell: +506 8706-2389 skype: wink-michael

Re: Cannot connect two ospf-instances over tun-interface

2018-04-03 Thread Michael McConnell
OpenVPN won’t do multicast over TUN, only TAP. -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com > On Apr 3, 2018, at 1:23 AM, dawid k wr

Re: Cannot connect two ospf-instances over tun-interface

2018-03-29 Thread Michael McConnell
the “client side” add; protocol device { scan time 10; } The tricky part after getting OSPF online was actually getting anything to route… but that is for later (; Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct

Re: OSPF over OpenVPN

2018-03-22 Thread Michael McConnell
I do. I tried varations of the device field without luck. Out of frustration and switch the setup to use BGP which does work, but ideally I will switch back to OSPF... On jue, 2018-03-22 at 12:18 +0100, Ondrej Zajicek wrote: > On Wed, Mar 21, 2018 at 05:38:33PM -0600, Michael McConnell wr

Re: OSPF over OpenVPN

2018-03-21 Thread Michael McConnell
Thank you very much, it looks like that is the issue on the client side of the VPN connection. "show interfaces” returns nothing, which seems odd… Now to figure out why that is the case… Thanks again, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 8

Re: OSPF over OpenVPN

2018-03-21 Thread Michael McConnell
wait 10; dead 25; authentication cryptographic; password “boogers"; neighbors { 10.10.10.34; }; }; > On Mar 21, 2018, at 3:08 PM, Michael McConnell >

OSPF over OpenVPN

2018-03-21 Thread Michael McConnell
cost 1000; stub; #type pointopoint; }; }; -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com

Re: Static Route /24

2018-03-21 Thread Michael McConnell
Thank you Charles, I am a little red in the face for having not tried / know that. I’ll give it a go, thanks again for the help and prompt response! Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 cell: +506 8706

Static Route /24

2018-03-21 Thread Michael McConnell
a better way to ensure my /24 is announced regardless so that I can then subnet it down for the purpose of serving over a VPN the /28’s and /27’s? Hopefully that question makes sense and isn’t too much nonsense. Thanks for you help and comments! Mike -- Michael McConnell WINK Streaming; email

Re: Howto bind BGP to single interface?

2018-02-14 Thread Michael McConnell
; # debug all; -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com > On Feb 14, 2018, at 12:58 PM, Michael McConnell > wrote: > > Just a g

Re: Howto bind BGP to single interface?

2018-02-14 Thread Michael McConnell
Just a guess, but in the code is appears to be a bool; | bgp_proto STRICT BIND bool ';' { BGP_CFG->strict_bind = $4; } Try, strict bind 1; Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 ce

Re: BIRD v2.0.0-11-gc36a298 segmentation fault

2017-12-27 Thread Michael McConnell
Try running strace -f bird -f -u bird -g bird and providing the last 20 or 30 lines of the output. -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com toll free: 877-GO-4-WINK x 7400 direct: +1 312 281-5434 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com

Re: Unexpected behavior of static routes

2017-05-09 Thread Michael McConnell
-- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/> > On May 9, 2017, at 1:11 PM, Alexander Demenshin >

Re: Unexpected behavior of static routes

2017-05-09 Thread Michael McConnell
Alexander, You have a physical interface (e.g. eth0) with an address assigned to the 10.1.0.1/24 on the system? You shouldn’t need an address in the 10.2.0.0/24 subnet assigned to an interface. Cheers Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:m

Re: [ERROR]: BIRD client errors: 1: Socket not found

2017-04-28 Thread Michael McConnell
fig file"; } } }else{ $error[]="Can`t get query type"; } I’ve bolded the error, basically file_exists is not true, for the file birdc or birdc6 Check the config files and ensure php is not chrooted to a path that is unable to run birdc or birdc6 Good luck, Mike

Re: [ERROR]: BIRD client errors: 1: Socket not found

2017-04-28 Thread Michael McConnell
vent you might want to look in bird.py to see what that error correspond with. Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstrea

Re: Transiting

2017-03-26 Thread Michael McConnell
BGP.as_path: BGP.next_hop: 192.168.1.120 BGP.local_pref: 100 To me it seemed like I needed to add a prepend to the path to have the parameter set. Your example now has me thinking i’ve got some more basic routing issue. Thanks again for your comment -- Michael McConnell WINK

Re: Transiting

2017-03-26 Thread Michael McConnell
. Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/> > On Mar 26, 2017, at 9:48 AM, Stuart H

Transiting

2017-03-26 Thread Michael McConnell
to what I am missing to carrier a downstream ASN and prefixes to our uplinks? Thanks so much, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winks

BGP Community Filter Static Route

2017-03-24 Thread Michael McConnell
suggestions as to how I export a route based on a bgp community string? e.g. if community set export route. Thanks so much, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype

Sending only default route to downstream users?

2017-03-24 Thread Michael McConnell
direction? Thank you very much for your time and help, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/>

Bird BGP session sending default route

2017-03-23 Thread Michael McConnell
it! Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/>

Re: [SPAM] Re: manipulating the best path, eBGP, MED?

2017-03-07 Thread Michael McConnell
> On Mar 7, 2017, at 1:16 PM, Thomas@PhaseHosting > wrote: > > Supp, > > I want to send the med with eBGP to my hosts their routers so i can influence > where the network traffic enters my virtual envirement. I have 3 hypervisors > that run bird. > > I can only controll the traffic from my

Re: Hardware requirements for BIRD

2017-03-07 Thread Michael McConnell
you approach anywhere near 1 gbps or a high number of small packets. Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com

Re: manipulating the best path, eBGP, MED?

2017-03-07 Thread Michael McConnell
inbound and outbound host. Hope that helps, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/>

Re: Remove Private As Example

2017-02-17 Thread Michael McConnell
Thanks for that one, we always just delete .empty as our we never “span” private ASNs, only have them as origins, but very cool stuff. Thanks Ondrej! -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 740

Re: Remove Private As Example

2017-02-17 Thread Michael McConnell
); accept; } } Hope that helps, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.c

Re: Dynamic cost?

2016-12-21 Thread Michael McConnell
Thanks for the link, one of these days I’ll have to give Babel a try. Reading section 2.3 Stability Issues sure does hurt my head imaging how wrong that could go (: -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-

Re: Dynamic cost?

2016-12-21 Thread Michael McConnell
though. Cheers, Mike -- Michael McConnell WINK Streaming; email: mich...@winkstreaming.com <mailto:mich...@winkstreaming.com> phone: +1 312 281-5433 x 7400 cell: +506 8706-2389 skype: wink-michael web: http://winkstreaming.com <http://winkstreaming.com/> > On Dec 21, 2016, at 12:52

Re: Release plans?

2016-03-19 Thread Michael McConnell
Hello Shaun, BGP multi-path support sounds exciting, any chance you have a working config example? Our use case is two routes we wish to effectively make the same weight and load balance to the same ISP. Cheers, Mike > On Mar 17, 2016, at 8:14 AM, Shaun Crampton > wrote: > > Hi, > > I was

Re: Release plans?

2016-03-19 Thread Michael McConnell
> that the feature was in master. > > -Shaun > > From: Michael McConnell <mailto:mich...@winkstreaming.com>> > Date: Friday, 18 March 2016 05:02 > To: Shaun Crampton <mailto:shaun.cramp...@metaswitch.com>> > Cc: "bird-users@network.cz <