test – James Batchelor https://james-batchelor.com Useful I.T & VoIP Ramblings Mon, 15 Apr 2024 14:55:33 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 https://james-batchelor.com/wp-content/uploads/2025/05/cropped-cropped-logo-jb-202505-32x32.png test – James Batchelor https://james-batchelor.com 32 32 Draytek 2763/2765 WAN2 Throughput https://james-batchelor.com/index.php/2024/04/15/draytek-2763-2765-wan2-throughput/ Mon, 15 Apr 2024 18:53:00 +0000 https://james-batchelor.com/?p=935 Continue reading "Draytek 2763/2765 WAN2 Throughput"]]> With more premises becoming Gigabit enabled, many opt for a 3rd party router over whats supplied from the provider to open up advanced routing and capability. So when maximum speeds aren’t what they’d expect it becomes it’s a choice of hardware or provider to point the blame at.

Draytek’ s current portfolio offers 950Mps NAT throughput on Ethernet WAN ports, let’s see if that is theoretical or expected.

The test will use a 2763ac running firmware 4.4.3_BT

Hardware Acceleration

The key point on Draytek’s spec sheet for WAN2 throughput is the 950Mbps can be achieved with hardware acceleration enabled.

Hardware acceleration has been an option on Draytek for many years, however historically enabling this came with caveats ranging from the loss of data flow statistics to a reduction in firewall effectiveness.

Out of the box with FW 4.4.3 hardware acceleration is enabled, either Draytek is confident it has matured enough to be able to fit around most users’ requirements, or it needs to be enabled in order to keep the product as a viable product.

Test – HW Acceleration On

Using just enough configuration to get it “online”, WAN2 was enabled for dynamic IP mode.

Test performed on a single machine using iperf3, one NIC port plugged into WAN2 via a switch, other port into LAN1.

Average throughput on 60 second test: 929Mbps

Test – HW Acceleration Off

For those still dubious about HW acceleration on these devices, it was disabled and test re-run.

Average throughput on 60 second test: 541Mbps

QOS

For final test I thought to load it with a standard setup with HW on, not complex but included SNMP, TR-069, ACL lists on management interfaces, I also chucked in 4 VLANs and a few firewall rules.

Two observations here:

In my usual setup I add software-based QOS, this took average test speeds down to 423Mbps.

Second note and may be a quirk, when adding the VLANs and sending router for reboot, the router entered a reboot loop, resolved only by physically cycling power, meaning I lost the error codes for any potential diagnostics.

Switching to HW QOS, test speeds remained excellent at 946Mbps average.

Summary

If you have no concerns around hardware acceleration, the 2763/2765 does what it says on the tin with a typical config. Your mileage will vary especially dependant on the number of NAT sessions it has to deal with in the real world but these tests are certainly promising.

Difference between 2763 and 2765

These units are essentially the same, but as the 2763 is exclusive to the UK you’ll likely find greater stock availability for these over the 2765.

The only difference relates to a chipset for the VDSL on WAN1, the chipset in the 2763 conforms to UK standard VDSL2 but falls out of spec for some European countries where VDSL2 35b code is used. This stemmed from the chip shortage of a few years ago and the alternative chipset was used to boost availability.

Source: https://www.draytek.co.uk/our-solutions/videos/draytek-webinars/vigor-2763-series-new-product-information

]]>
Testing Draytek WAN2 Throughput https://james-batchelor.com/index.php/2020/09/12/testing-draytek-wan2-throughput/ https://james-batchelor.com/index.php/2020/09/12/testing-draytek-wan2-throughput/#comments Sat, 12 Sep 2020 19:37:00 +0000 http://james-batchelor.com/?p=677 Continue reading "Testing Draytek WAN2 Throughput"]]> In a series of events that I thought wouldn’t have happened for many years, FTTP (Fibre To The Premises) has just become available to my home. With available speeds of 1000/330Mbps available the temptation is to go for the maximum, but will my current infrastructure actually deliver what’s on offer?

My current router is a Draytek 2862ac, which has an advertised 400Mbps throughput at the WAN, but what can it actually achieve in the real world? This will be the basis on choosing a FTTP speed profile.

Speed testing a router can be setup with a couple of laptops…

In this example I’ll be using a similar Draytek 2860n router, this has an advertised firewall throughput of 300Mbps so this will be the number we are looking to hit.

Router Setup

Using a fresh factory rebooted 2860, plug the “client” side PC into a LAN port, then navigate to http://192.168.1.1 in a web browser and log in with admin/admin.

In the left-hand menu, navigate to WAN -> Internet Access.

Click the Details Page of WAN2.

Click the Static or Dynamic IP tab, then click the Enable button.

Here we will enter manual settings to simulate that of an ISP, enter the following IP values that will differ from factory defaults:

Note: Set WAN Connection Detection to Always On to force it as active.

Click OK to save and reboot the router.

Server PC Setup

While the client-side PC gets its network from DHCP, the WAN side PC needs to be set manually to fit the IP details set on the router.

On the WAN PC, navigate to change the network adaptor IP address:

Settings -> Network & Internet -> Ethernet -> Change adaptor options.

Right click the connection in use -> Properties -> Click Internet Protocol Version 4 -> Properties.

Enter the following to simulate the WAN side:

Click OK to apply changes, now plug in the network port to WAN2 of the Draytek.

Getting Data

Stats and throughput results will be delivered by iPerf3. For this to work it needs to be installed on two machines, one that will act as client on the local network, and another that will be the server sitting on the “internet” side of the router.

Visit the iPerf website and download the latest binaries for your operating system.

Extract the contents of the Zip file to the desktop of both machines.

Open up a command prompt window on both, and navigate to the desktop by typing cd desktop.

Firstly, on the server side, type iperf3.exe -s and enter, allow access to any security prompts. The window should report “Server listening on port 5201”

Now on the client side, type iperf3.exe -c 10.0.99.11 and enter. All things correct the two machines connect and start reporting bandwidth stats.

This reports the maximum throughput available between the two machines, the maximum is determined by the biggest bottleneck in the connection. In this setup it should be the firewall of the Draytek, but if your results are below expectations it’s worth investigating if something else is limiting the bandwidth. For example, a client PC using wireless N (150Mbps) technology would shift the bottleneck to the WiFi connection and will not be able to fully test the firewall.

Real World Setup

This example was conducted in a standalone environment, but a more accurate benchmark can be achieved by running this on a live system, for instance on a router where vDSL is established and the WAN2 speed is to be tested.

An issue you I ran into is even though the routing table has been updated on the Draytek, my Windows 10 machine is unaware on how to reach the test network.

To resolve, I added a temporary static route to push 10.0.99.0 traffic to WAN2.

In a command prompt window, run the following:

Replacing 192.168.1.1 with the gateway of the WAN2 setup.

Results

With the standalone example here using a 2860, the results averaging at 283Mps are comparable to the 300Mbps throughput advertised by Draytek.

I also conducted another test using my 2862 in situ, utilising the WAN2 port for testing alongside an active vDSL on WAN1. For an advertised 400Mbps throughput, the results were disappointing:

Where theoretical maximums are achievable, in reality there are a lot of factors that can impede this, I can only assume that my current setup involving multiple VLANs, VPNs and traffic shaping in place is causing the Draytek 2862 not to perform as advertised.

Whether this is expected behaviour or a misleading speed claim is another discussion.

]]>
https://james-batchelor.com/index.php/2020/09/12/testing-draytek-wan2-throughput/feed/ 1