Re: OSPF socket error on "bge0" invalid argument

2017-01-15 Thread David S.
Hi Oliver and Ondrej, I use bird-1.6.3 from source, I'll wait for patched version and try again. I hope it wont be a long. Thank you Best regards, David S. e. da...@zeromail.us w. pnyet.web.id p. 087881216110 On Sat, Jan 14, 2017 at 7:18 PM, On

Re: OSPF socket error on "bge0" invalid argument

2017-01-14 Thread Ondrej Zajicek
On Sat, Jan 14, 2017 at 10:56:42AM +0100, Olivier Cochard-Labbé wrote: > FreeBSD's official bird port version is 1.6.0: If you are using bird 1.6.3, > this mean you're using your own upgraded version of bird. > But take care to use the UDP RAW socket bird patch from the FreeBSD port > [2] if you ar

Re: OSPF socket error on "bge0" invalid argument

2017-01-14 Thread Olivier Cochard-Labbé
On Sat, Dec 31, 2016 at 2:00 AM, David S. wrote: > Dear All, > > I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, > here is my topology and BIRD configuration: > > > ​Hi, FreeBSD's official bird port version is 1.6.0: If you are using bird 1.6.3, this mean you're using your

Re: OSPF socket error on "bge0" invalid argument

2017-01-11 Thread David S.
Hi Jan Matejka, I have tried your suggestions but still same. I would use iBGP instead of OSPF, my time is over and I have to finish this job. I'll wait for new machine with same specifications and I'll try again. Thanks to you all. Best regards, David S. --

Re: OSPF socket error on "bge0" invalid argument

2017-01-07 Thread Jan Matejka
Now your bge0 is set as stub. It won't connect on that interface. > protocol ospf { > import none; > export none; This blocks all the routes send through ospf, beware. > area 0 { > interface "bge0" { > cost 5; > };

Re: OSPF socket error on "bge0" invalid argument

2017-01-07 Thread David S.
Hi Plamen, Here is my current ospf configuration both on routera and routerb: protocol ospf { import none; export none; area 0 { interface "bge0" { stub; cost 5; type pointopoint;

Re: OSPF socket error on "bge0" invalid argument

2017-01-06 Thread Plamen Stoev
Hi David, It turned out you have 25 ospf interfaces but I'm guessing the bge0 is out of the applied running configuration. Did you dry to comment out that part of your config? interface "bge0" { stub; cost 5; hello 10; retransmit 2; wait 10; dead 40;

Re: OSPF socket error on "bge0" invalid argument

2017-01-05 Thread David S.
Hi Plamen, Here is the ifconfig for bge0 both on routera and routerb #routera bge0: flags=8843 metric 0 mtu 1500 options=8009b ether 1c:98:ec:13:5e:60 inet 10.22.40.17 netmask 0xfffc broadcast 10.22.40.19 inet6 fe80::1e98:ecff:fe13:5e60%bge0 prefixlen 64 scopeid 0x5

Re: OSPF socket error on "bge0" invalid argument

2017-01-05 Thread Plamen Stoev
Hi David, Can you please provide us with the output of 'ifconfig bge0' from both machines? It would also be helpful to get ping router-a from router-b and vise versa. Does this work? Thank you in advance. Best, Plamen On Tue, Jan 3, 2017 at 9:43 PM, David S. wrote: > Hi, > > After installin

Re: OSPF socket error on "bge0" invalid argument

2017-01-03 Thread David S.
Hi, After installing a 1 server with FreeBSD11 and configure BIRD with minimum configuration I saw that error "invalid argument" for bge0 is still appear but not for igb*. This takes more than 4 days, still confusing. Does netmap cased this problem? Netmap is enabled by default on FreeBSD11 (CMI

Re: OSPF socket error on "bge0" invalid argument

2017-01-03 Thread David S.
Hi Ondrej, I have no firewall enable and it's not work on all card. I have 4 port 1gbe broadcom and 4 port 1gbe intel I350 chipset based. The clue I only have is ospf not sending hello packet between routera to routerb vice versa, both of server use HP DL360 Gen9 FreeBSD11. Both router has multipl

Re: OSPF socket error on "bge0" invalid argument

2017-01-02 Thread Ondrej Zajicek
On Mon, Jan 02, 2017 at 01:33:57AM +0700, David S. wrote: > Hi, > > I tried to setup new environment using FreeBSD11 amd64 on vmware and > everything work without a problem, I didn't see any error or interface > issue like on routera and routerb. Let's say that new router we called it > routerc an

Re: OSPF socket error on "bge0" invalid argument

2017-01-01 Thread David S.
Hi, I tried to setup new environment using FreeBSD11 amd64 on vmware and everything work without a problem, I didn't see any error or interface issue like on routera and routerb. Let's say that new router we called it routerc and routerd. I try to create ospf session between routera to routerc, ro

Re: OSPF socket error on "bge0" invalid argument

2016-12-31 Thread David S.
Hi Ondrej, I already tried to change the configuration use broadcast on routera and routerb but still same. I use tcpdump as your advice and I can't find any ospf hello packets that sent to neighbor or router it self, here is my step: 1. on routera (10.22.40.17), do: - tcpdump -vvXn -i bge0 i

Re: OSPF socket error on "bge0" invalid argument

2016-12-31 Thread Ondrej Zajicek
On Sat, Dec 31, 2016 at 10:42:26AM +0700, David S. wrote: > Hi Keenan and Ondrej, > > I already update the configuration as your advice but the still couldn't be > established, here is the new configuration: Hi You have 'type broadcast' set on router A while default is used on router B (which wo

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread David S.
Hi Keenan and Ondrej, I already update the configuration as your advice but the still couldn't be established, here is the new configuration: Router A protocol ospf { router id 10.8.60.1; debug all; import filter ospf_in_routerb; export filter ospf_out_routerb;

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread Ondrej Zajicek
On Sat, Dec 31, 2016 at 08:00:58AM +0700, David S. wrote: > Dear All, > > I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, here > is my topology and BIRD configuration: > > router-a -- router-b (directly connected use cat6) > > router-a: 10.22.40.17/30 > router-b: 10.22

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread Keenan Tims
Not sure what the behaviour is if you set stub and PTP, but I assume you are getting stub behaviour here. Remove stub, should work. Keenan⁣​ On Dec 30, 2016, 5:11 PM, at 5:11 PM, "David S." wrote: >Hi Dave, > >No, the correct value is pointopoint or ptp, I have tried type ptp and >broadcast but

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread David S.
Hi Dave, No, the correct value is pointopoint or ptp, I have tried type ptp and broadcast but still same. The neighbor won't up. I don't know if it's a bug or not but I have tried very basic configuration from wiki page and still same. Thank you Best regards, David S. -

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread dave seddon
Just a guess "pointopoint" -> "pointtopoint" On Dec 30, 2016 5:04 PM, "David S." wrote: > Dear All, > > I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, > here is my topology and BIRD configuration: > > router-a -- router-b (directly connected use cat6) > > router-a: 10

OSPF socket error on "bge0" invalid argument

2016-12-30 Thread David S.
Dear All, I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, here is my topology and BIRD configuration: router-a -- router-b (directly connected use cat6) router-a: 10.22.40.17/30 router-b: 10.22.40.18/30 bird.conf in router-a router id 10.5.16.1; debug