Displaying 20 results from an estimated 300 matches for "ecne".
Did you mean:
ecn
2014 May 07
1
[Bug 928] New: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=928
Summary: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
2014 Dec 03
1
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
On Wed, Dec 3, 2014 at 4:02 AM, Guus Sliepen <guus at tinc-vpn.org> wrote:
> On Wed, Dec 03, 2014 at 12:07:59AM -0800, Dave Taht wrote:
>
> [...]
>> https://github.com/dtaht/tinc
>>
>> I successfully converted tinc to use sendmsg and recvmsg, acquire (at
>> least on linux) the TTL/Hoplimit and IP_TOS/IPv6_TCLASS packet fields,
>
> Windows does not have
2014 Dec 03
3
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
I have long included tinc in the cerowrt project as a lighter weight,
meshy alternative to conventional vpns.
I sat down a few days ago to think about how to make vpn connections
work better through fq_codel, and decided I should maybe hack on a vpn
to do the job. So I picked up tinc's source code for the first time,
got it working on IPv6 as a switch in a matter of minutes between two
2014 Dec 03
0
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
On Wed, Dec 03, 2014 at 12:07:59AM -0800, Dave Taht wrote:
[...]
> https://github.com/dtaht/tinc
>
> I successfully converted tinc to use sendmsg and recvmsg, acquire (at
> least on linux) the TTL/Hoplimit and IP_TOS/IPv6_TCLASS packet fields,
Windows does not have sendmsg()/recvmsg(), but the BSDs support it.
> as well as SO_TIMESTAMPNS, and use a higher resolution internal
2007 Jun 25
5
RED to use ECN (or work at all?)
Dear Community,
sorry for the somewhat dumb question. Maybe someone has any pointer
to how to setup the RED queue to mark pakets with ECN. In particular
what are appropriate parameter settings for limit, min, max, etc.
All my trials end up with either "RTNETLINK answers: Invalid
argument", although the command line (at least for me) looks fine in
regard to what is said on the
2014 Dec 03
0
[Cerowrt-devel] tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
On Wed, Dec 3, 2014 at 6:17 AM, David P. Reed <dpreed at reed.com> wrote:
> Tor needs this stuff very badly.
Tor has many, many problematic behaviors relevant to congestion control
in general. Let me paste a bit of private discussion I'd had on it in a second,
but a very good paper that touched upon it all was:
DefenestraTor: Throwing out Windows in Tor
2004 Jun 22
10
Modems: Cable or DSL digital blunders that lartc may help with.
I have a Cable ''modem'' that has a problem that many of these devices is
bound to have. I was wondering what other lartc user thought about this
and if DSL has simular problems.
Cable, being Asymetrical, is able to upload at a given rate and hopefully
has a buffer, in the modem, of some kind. When I nc(netcat) to a UDP
echo, or discard, server I get about 10Mbps out on my
2003 Feb 25
0
ECN Enabled at Shorewall.net
To test the new ECN Shorewall 1.4 feature that I announced recently, I have
enabled ECN on my firewall and on my mail/list server.
I''ve collected a list of IP addresses that were timing out on email
delivery and put them in my /etc/shorewall/ecn file. One user emailed me
this morning to say that his version of Short was reporting non-zero
reserved bits in SYN packets from
2001 Dec 23
0
Need Help Sambaserver is not accessible
Here is the packet trace - ICMP seems to be coming from my SAMBA Server -
see frame 3
Does the netstat output look correct in my first request for help?
Joel Morrow
jiram@aol.com
TRACE
Frame 1 (92 on wire, 92 captured)
Arrival Time: Dec 22, 2001 09:36:08.333676000
Time delta from previous packet: 1.999444000 seconds
Time relative to first packet: 2.000088000 seconds
Frame
2005 Jan 15
5
No TCP trafic though tunnel
Hello,
I have been using shorewall for a long time now. I find it a great piece
of software and I am looking forward to the IPv6 version that Tom is
planning to start working on.
I do however have a problem now that I do not seem to be able to solve.
On my firewall system I have a Fedora Core 2 installation with Shorewall
(2.0.13) running fine with kernel 2.6.6-1.435.2.3. When I however use a
new
2017 Oct 25
2
Need to increase the rx and tx buffer size of my interface
Dear Users/Developers,
I am using a KVM Ubuntu VM as a degrader to apply specific delays to
incoming packets. As the delay for my packets can be higher than 7.5
seconds, there is not enough buffer on my interface to buffer all the
packets. Therefore those overflowing packets are dropped in the machine and
not forwarded.
When I tried to use the command ethtool -G ens8 rx 512 to increase the
2017 Oct 25
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Michal,
What I found was that when I restarted the machine and did a virsh edit
command to see the xml config, I see that it is was not actually changed.
This suggests why I saw 256 again after restarting.
So now I tried again to edit the xml via virsh edit command and used the
following to set the parameters.
<driver name='qemu' txmode='iothread' ioeventfd='on'
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish,
I have tested with your xml in the first mail, and it works for
rx_queue_size(see
below).
multiqueue need to work with vhost backend driver. And when you set
"queues=1" it will ignored.
Please check your qemu-kvm-rhev package, should be newer than
qemu-kvm-rhev-2.9.0-16.el7_4.2
And the logs?
tx_queue_size='512' will not work in the guest with direct type interface,
2003 Feb 23
0
New in CVS
I''ve decided to make a late addition to 1.4.0.
A number of you have encountered a problem whereby TCP connections could
not be established to certain sites. The solution was to turn of
Explicit Congestion Notification (ECN -- RFC 3168).
I have added a facility whereby ECN may be turned off on a host or
network basis.
A new /etc/shorewall/ecn file (format is the same as
2004 Feb 10
0
ACK's overhead
Good day time!
We've noticed the following issue with Samba 3.0.1 on Linux. When SMB client
asks for the first time on FID for a locking or read request on an opened
file, it causes an ACK to be sent from client side. Windows server also
requests ACK BUT much more rarely.
Sending ACK causes additional overhead when working in heavy locking and
unlocking environment. Windows server
2004 Feb 20
0
FW: ACK's overhead (AGAIN)
Good day time!
We've noticed the following issue with Samba 3.0.1 on Linux. When SMB client
asks for the first time on FID for a locking or read request on an opened
file, it causes an ACK to be sent from client side. Windows server also
requests ACK BUT much more rarely.
Sending ACK causes additional overhead when working in heavy locking and
unlocking environment. Windows server
2001 Dec 22
6
Need Help --- Sambaserver is not accessible
Sambaserver is not accessible
I have a problem connecting to SAMBA from Windows/ME systems
(using samba--2.2.2 on Red hat Linux 7.1)
What I would like to know is - What can I change to get this to work properly?
SETUP
I have a simple network -
three Windows/ME systems and 1 Red Hat Linux 7.1 system all on the same
subnet.
There is a linksys router on the same subnet that
provides WAN
2001 Dec 09
0
browse list sync with 2 samba servrs
hello,
I have 2 samba serers, a pdc/wins server on 10.0.0.1 for one subnet (/24),
and a ldc/winsclient on 192.168.0.1 for it's /24
I start the pdc, and wait for it to win all it's elections, then start the ldc
and wait for it to win it's elections,
at this boint the lists are synced to whatever the pdc has, however it is unable to
complete future browse syncs,
this has the effect
2017 Oct 26
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish,
IMO, it is yes, no way to increase tx_queue_size for direct type interface
-------
Best Regards,
Yalan Zhang
IRC: yalzhang
Internal phone: 8389413
On Thu, Oct 26, 2017 at 3:38 PM, Ashish Kurian <ashishbnv@gmail.com> wrote:
> Hi Yalan,
>
> In the previous email you mentioned "tx_queue_size='512' will not work in
> the guest with direct type
2005 Dec 02
0
Permission problems after an NT4 -> Samba LDAP PDC migration
Hello,
I replaced an NT4 server by a Samba 3.0.14a ldap server following the
instructions in 'Samba by example'.
Everything works fine except for some files on a W2003 SP2 server:
- when the W2003 server uses the Linux PDC, from a WinXP client, some files are
not writable, and ACLs can be listed but not changed.
- when the NT4 server is up, the same files on the W2003 server can be