[Bug 248474] NAT broken on IPsec/VTI [if_ipsec]

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248474

--- Comment #2 from Ziomalski  ---
(In reply to crest from comment #1)
The reason I posted here was because of the following pfSense Dev response:
https://forum.netgate.com/topic/155803/nat-still-broken-on-ipsec-vti/2

I am currently on pfS 2.4.5 which is still FreeBSD 11.3. I have my 192.168 lan
subnet that needs to communicate accross a VTI as a single IP 10.x.y.z with
NAT. Packet capture on the VTI shows correct translation in both directions
however it never reaches back to my LAN. However, I have noticed that the
default deny rule on the WAN shows the 10.x.y.z destination as blocked. My
ipsec firewall tab has an allow *all* rule. 

If you are positive about 12.1, I think my best bet is to spool up the new 20.7
Opnsense and give it a go there. 

I can provide the details to my current config but I think this is a dead end
with 11.3

Thanks for your help!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 248474] NAT broken on IPsec/VTI [if_ipsec]

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248474

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #20 from Zhenlei Huang  ---
Hi Murat,

Sorry I'm not familiar with such bridge configuration. It seems to be a
different issue that masked by this one. CC Vincenzo Maffione.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #19 from Murat  ---
I must add:

This happens while running below command on vmx0, bridging host+hw rings

./bridge -i netmap:vmx0 -i netmap:vmx0^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #18 from Murat  ---
(In reply to Zhenlei Huang from comment #17)

Hi Zhenlei,

No, if you just do a ping, all is OK. But, whenever you start an scp transfer
(while pinging), you start getting duplicate packets for both ping and scp. See
attached files. 

We disable all offloadings during the tests:

ifconfig vmx0 -vlanhwtso -vlanhwfilter -vlanhwtag -vlanhwcsum -txcsum -rxcsum
-tso4 -tso6 -lro -txcsum6 -rxcsum6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #17 from Zhenlei Huang  ---
(In reply to Murat from comment #16)
> I can also confirm that patch fixes the kernel crash. PINGs are also ok.
> However, if you try to do secure copy, you start getting DUP packets; and 
> connection stalls.

For
> PINGs are also ok
, do you mean after the fix there's no duplicated ICMP replies ?

For the duplicated TCP acks, there's a known regression
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236999 . Can you please
disable TSO ('ifconfig vmx0 -tso') and test again ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 236584] netmap does not work with VLAN on em driver (was: ifconfig does not honor disabling vlanhwtag)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584

Murat  changed:

   What|Removed |Added

 CC||mu...@balaban.io

--- Comment #6 from Murat  ---
Vincenzo,

It looks like the proposed diff has already been integrated into 12/STABLE. 

As of now, we have been reported that below chip ids working with VLANs if the
interface is in netmap mode.

0x156f8086
0x100e8086

Below chip id still seems to be not working with VLANs:
0x10d38086

Any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #16 from Murat  ---
We tested this patch against 12/STABLE (677f5a8efda).

I can also confirm that patch fixes the kernel crash. PINGs are also ok.

However, if you try to do secure copy, you start getting DUP packets; and
connection stalls.

Please see attached PCAP file and the pic.

Environment:

root@OPNsense:~ # uname -a
FreeBSD OPNsense.localdomain 12.1-STABLE FreeBSD 12.1-STABLE #2
677f5a8efda(stable/12)-dirty: Tue Aug  4 14:55:58 PDT 2020
root@client_bsd12:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

Murat  changed:

   What|Removed |Added

 CC||mu...@balaban.io

--- Comment #14 from Murat  ---
Created attachment 217017
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217017&action=edit
icmp DUP

icmp echo/replies

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 247647] if_vmx(4): Page fault when opening netmap port (IFLIB/DMA)

2020-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247647

--- Comment #15 from Murat  ---
Created attachment 217018
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217018&action=edit
pcap: tcp dup ACKs

pcap: tcp dup ACKs

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: somewhat reproducable vimage panic

2020-08-04 Thread Hans Petter Selasky

On 2020-07-25 21:21, John-Mark Gurney wrote:

So far so good...  I am getting these on occasion:
in6_purgeaddr: err=65, destination address delete failed


Maybe you could add a "kdb_backtrace()" call when that error happens?

--HPS
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Turkish Capital Markets 2019 Annual Review Released

2020-08-04 Thread Türkiye Sermaye Piyasaları Birliği

İnternet sitemizi ziyaret edin
[http://track-4.email-bouncer.com/1000L2389711|10015415|01119695|0010T.html
[mailto:arasti...@tspb.org.tr]
[http://track-4.email-bouncer.com/0101L2389711|10105415|001128583|1110T.html]
TCMA releases Turkish Capital Markets Annual Review 2019

Turkish Capital Markets Association released its annual Capital Markets
Review aiming at discussing in detail brokerage firms and asset management
companies’ activities and financials. The Review covers issues
ranging from trading volume and assets under management to personnel to
detailed financial accounts of both brokerage firms and asset management
companies. You may reach our publication here.
[http://track-4.email-bouncer.com/1010L2389711|10105415|011128583|0011T.html]
 TSPB İngilizce Rapor: Turkish Capital Markets Annual Review 2019

Türkiye Sermaye Piyasaları Birliği'nin hazırladığı, aracı
kurumlar ve portföy yönetim şirketlerinin faaliyetleri ile
finansal verilerini inceleyen yıllık İngilizce rapor yayınlandı. Rapor
aracı kurum ve portföy yönetim şirketleri için işlem
hacminden yönetilen portföy büyüklüğüne,
personel rakamlarından finansal tablolarına kadar detaylı bilgileri
içeriyor. Rapora buradan
[http://track-4.email-bouncer.com/1010L2389711|01005415|001128583|1011T.html]
ulaşabilirsiniz. Büyükdere Caddesi No:173 1.Levent Plaza A Blok
Kat:4 34394 Levent / İstanbul
www.tspb.org.tr
[http://track-4.email-bouncer.com/1000L2389711|11015415|01104782|0101T.html]

Telefon: 0 212 280 85 67
[http://track-4.email-bouncer.com/0001L2389711|11105415|01104783|1000T.html]
[http://track-4.email-bouncer.com/1001L2389711|10015415|00014785|1110T.html]
[http://track-4.email-bouncer.com/1010L2389711|11005415|010026027|1011T.html]
[http://track-4.email-bouncer.com/0110L2389711|10105415|00019696|0011T.html
e-posta tarafınıza TSPB tarafından oluşturulan üye veritabanına
kayıtlı olduğunuz için gönderilmiştir: Listeden ayrılmak
için tıklayınız
[http://track-4.email-bouncer.com/0110L2389711|00105415|01014786|1110T.html]
Copyright © 2020 Türkiye Sermaye Piyasaları Birliği
Click this link to unsubscribe:
http://track-4.email-bouncer.com/0001U2389711|11109c00fdf926bb981d59ee664f79715a6a|0110469|10115415.html

___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"