Re: setfib and RSTs

2014-12-29 Thread Nikolay Denev
On Tue, Dec 30, 2014 at 12:51 AM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > > > On 29 Dec 2014, at 21:03 , Nikolay Denev wrote: > > > > No, no PR yet, but I will file one. I wanted to collect some more data > > first. > > > > So, I've did some dtrace digging : > > > > [20:54][root

Re: setfib and RSTs

2014-12-29 Thread Bjoern A. Zeeb
> On 29 Dec 2014, at 21:03 , Nikolay Denev wrote: > > No, no PR yet, but I will file one. I wanted to collect some more data > first. > > So, I've did some dtrace digging : > > [20:54][root@nas:~]#cat reset.d > #!/usr/sbin/dtrace -s > > fbt:kernel:tcp_dropwithreset:entry > { >printf("reas

Re: setfib and RSTs

2014-12-29 Thread Nikolay Denev
On Mon, Dec 29, 2014 at 7:47 PM, Adrian Chadd wrote: > Have you filed a PR about this? This seems like it's pretty important to > fix. > > (For other non-torrent reasons too; like people wishing to use this > for things like tor browsing.) > > > -adrian > > > On 29 December 2014 at 05:11, Nikolay

Re: setfib and RSTs

2014-12-29 Thread Adrian Chadd
Have you filed a PR about this? This seems like it's pretty important to fix. (For other non-torrent reasons too; like people wishing to use this for things like tor browsing.) -adrian On 29 December 2014 at 05:11, Nikolay Denev wrote: > On Mon, Dec 29, 2014 at 8:08 AM, Julian Elischer wrote

Re: setfib and RSTs

2014-12-29 Thread Nikolay Denev
On Mon, Dec 29, 2014 at 8:08 AM, Julian Elischer wrote: > On 12/26/14 10:41 PM, Nikolay Denev wrote: > >> Hi, >> >> I have a process (bittorrent client) running in a non-default fib and >> using >> a VPN for default gateway: >> >> from /etc/rc.local : >> >> /usr/sbin/setfib 1 route add $vpn_

Re: setfib and RSTs

2014-12-28 Thread Julian Elischer
On 12/26/14 10:41 PM, Nikolay Denev wrote: Hi, I have a process (bittorrent client) running in a non-default fib and using a VPN for default gateway: from /etc/rc.local : /usr/sbin/setfib 1 route add $vpn_provider 10.0.0.1 /usr/sbin/setfib 1 /usr/local/sbin/openvpn --config /usr/loca

setfib and RSTs

2014-12-26 Thread Nikolay Denev
Hi, I have a process (bittorrent client) running in a non-default fib and using a VPN for default gateway: from /etc/rc.local : /usr/sbin/setfib 1 route add $vpn_provider 10.0.0.1 /usr/sbin/setfib 1 /usr/local/sbin/openvpn --config /usr/local/etc/openvpn/provider.ovpn /usr/sbin/setfi