[Bug 222065] security/ipsec-tools: racoon initiates phase 1 to wrong port

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222065 --- Comment #5 from longw...@incore.de --- I can report that your proposed fix patch-isakmpinit works correct in the situation I have described in Bug 192774. If this patch will be committed I will use it instead of my simple workaround in p

RE: kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1

2018-04-27 Thread Somayajulu, David
Thanks Hans. It works. Cheers David S. -Original Message- From: Hans Petter Selasky [mailto:h...@selasky.org] Sent: Friday, April 27, 2018 12:06 AM To: Somayajulu, David ; Julian Elischer ; freebsd-net@freebsd.org Cc: davi...@freebsd.org Subject: Re: kldload ibcore.ko fails in snapshot:

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-27 Thread Eugene Grosbein
27.04.2018 22:57, Abdullah Tariq wrote: > And please do not top-post and reply to the list, not privately. Thank > you. > > sorry for that. > > > They do but that's not what you need. You deal with untagged frames on > igb5, > so do not create any vlan on top on igb5 but use

[Bug 222065] security/ipsec-tools: racoon initiates phase 1 to wrong port

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222065 --- Comment #4 from Eugene Grosbein --- (In reply to Eugene Grosbein from comment #3) Sorry, correct patch should be /usr/ports/security/ipsec-tools/files/patch-isakmpinit -- You are receiving this mail because: You are on the CC list fo

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-27 Thread Abdullah Tariq
> > And please do not top-post and reply to the list, not privately. Thank you. sorry for that. > > They do but that's not what you need. You deal with untagged frames on > igb5, > so do not create any vlan on top on igb5 but use it directly: > ifconfig bridge10 create addm igb5 addm vlan3 up s

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-27 Thread Eugene Grosbein
27.04.2018 21:39, Abdullah Tariq wrote: > > No, i am trying to bridge untagged frames between vlans of these > interfaces. Is it doable? > > Sure. If you need to accept untagged frames from igb5, add tag 5 and send > over igb6, > just create a bridge and add igb5 and vlan2 (vlan 5 v

[Bug 222065] security/ipsec-tools: racoon initiates phase 1 to wrong port

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222065 --- Comment #3 from Eugene Grosbein --- Created attachment 192849 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192849&action=edit proposed fix Dear submitter, please save attached patch as /usr/ports/security/ipsec-tools/patch

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-27 Thread Slawa Olhovchenkov
On Fri, Apr 27, 2018 at 01:13:48AM +0700, Eugene Grosbein wrote: > 27.04.2018 0:58, Abdullah Tariq wrote: > > > I am trying to make 2 systems connected to freebsd box directly to be able > > to communicated with each other. Explanation diagram is attached > > > > ifconfig vlan2 create vlan 5 vla

[Bug 222065] security/ipsec-tools: racoon initiates phase 1 to wrong port

2018-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222065 longw...@incore.de changed: What|Removed |Added CC||longw...@incore.de --- Comment

Re: NETGRAPH- bridge vlans using netgraph help

2018-04-27 Thread Eugene Grosbein
27.04.2018 21:28, Abdullah Tariq wrote: > No, i am trying to bridge untagged frames between vlans of these interfaces. > Is it doable? Sure. If you need to accept untagged frames from igb5, add tag 5 and send over igb6, just create a bridge and add igb5 and vlan2 (vlan 5 vlandev igb6) to the br

Re: kldload ibcore.ko fails in snapshot: FreeBSD-12.0-CURRENT-amd64-20180329-r331740-disc1

2018-04-27 Thread Hans Petter Selasky
On 04/26/18 22:45, Somayajulu, David wrote: Thanks Hans and Julian. I did the following and still see the problem #cd /usr/src #make buildworld WITH_OFED=yes #make installworld WITH_OFED=yes #reboot #cd /usr/src #make buildkernel WITH_OFED=yes KERNCONF=MYKERNEL ; MYKERNEL c