OpenWrt for 25Gbit Internet possible?

You must be making a miscalculation. 25Gbit/sec on 1GHz is 25 bits/clock is ~3 byte/clock.

Worked. Just bootet the box. But no connection.
How to configure the interfaces?

/etc/config/network

1 Like

Im in but can i test if the interfaces are up and runnig ( Intel nic xxv710)?

LAN appears setup as eth0 into br-lan - is that one of your Intel NICs?

If so, just set up the others. Can you get an IP and connect to 192.168.1.1 via a web browser plugging into eth0?

If so, then browse to the network config in the web GUI and proceed.

Did you run ifconfig?

Sorry.

Screens are pictured from the phone.

I dont get an IP in the Lan.

I can run ifconfig.
Sorry for the pic.....

Did you install both iavf and i40e?

1 Like

Nothing will happen with an eth port unless it is referenced somewhere in /etc/config/network to start it up. So go ahead and define a wan interface around eth1:

config interface 'wan'
    option device 'eth1'
    option proto 'dhcp'

Run ip link show to see which one comes up when only one cable or transceiver is plugged in (ifconfig is deprecated). You may need to swap the port numbers to get wan on the correct one.

and since you may not even have eth0, the drivers may not all be there. Review the boot log (dmesg | more or dmesg | grep eth to see if anything started.)

Let me check....

kmod-i40e wasnt in the package.
Made a new one and reboot.

Now all drivers are in and i made the config.
No changes.

With the dmesg command im struggling because i cannot stop or search the List

1 Like

Theres no eth0 but the drivers loaded.
Found the fault.
Mounted a Intel 810 Da2

Exchanged it with the 710

I was doing 10Gbps which is kind of reasonable to expect a CPU to handle. That works out to 1200 cycles/packet and they're around 1500 bytes max. Yes if you multiply speed again by 2.5 you get your numbers.

In the end the point is just copying packets is a huge fraction of the full CPU/memory bandwidth at these speeds. That's why crazy fast 400Gbps core router will cost $300k or whatever and have custom ASICS that handle the packets.

1 Like

Now both Ports are online.
But i cannot reach the web interface....

IP assigned successfully....

  • Did you use the Firmware Selector?
  • If so, did you install the luci or luci-ssl package for the web GUI?

No. Thought that would be standard. Can it be installed on the Box?
Because the internet connection is now up.

Yep:

opkg update
opkg install luci-ssl

(This can be found on the Wiki - it seems you're good to go now.) :+1:

Add irq-ballance by the way.

1 Like

Found it and installed it.

Thank you guys.
I post some benchmsrks if you want as soon i set up.

Irq balance?

Where?

It's another package

Found and installed.

Just runned iperf3 to my isp....

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  2.43 GBytes  20.9 Gbits/sec  490   1.72 MBytes
[  5]   1.00-2.00   sec  1.88 GBytes  16.1 Gbits/sec  585   1.22 MBytes
[  5]   2.00-3.00   sec  1.90 GBytes  16.3 Gbits/sec   57   1.25 MBytes
[  5]   3.00-4.00   sec  2.58 GBytes  22.1 Gbits/sec  480   1.91 MBytes
[  5]   4.00-5.00   sec  2.55 GBytes  21.9 Gbits/sec   62   1.90 MBytes
[  5]   5.00-6.00   sec  2.69 GBytes  23.1 Gbits/sec  594   2.04 MBytes
[  5]   6.00-7.00   sec  2.65 GBytes  22.8 Gbits/sec  487   2.10 MBytes
[  5]   7.00-8.00   sec  2.74 GBytes  23.5 Gbits/sec    0   2.80 MBytes
[  5]   8.00-9.00   sec  2.74 GBytes  23.5 Gbits/sec    0   2.95 MBytes
[  5]   9.00-10.00  sec  2.66 GBytes  22.9 Gbits/sec  321   2.42 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  24.8 GBytes  21.3 Gbits/sec  3076             sender
[  5]   0.00-10.04  sec  24.8 GBytes  21.2 Gbits/sec                  receiver

3 Likes
 iperf3 -s -D && iperf3 -c 127.0.0.1
Connecting to host 127.0.0.1, port 5201
[  5] local 127.0.0.1 port 36226 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  11.7 GBytes   101 Gbits/sec    0   1.50 MBytes
[  5]   1.00-2.00   sec  11.7 GBytes   101 Gbits/sec    0   1.50 MBytes
[  5]   2.00-3.00   sec  11.8 GBytes   101 Gbits/sec    0   1.50 MBytes
[  5]   3.00-4.00   sec  11.7 GBytes   100 Gbits/sec    0   1.50 MBytes
[  5]   4.00-5.00   sec  11.7 GBytes   100 Gbits/sec    0   1.50 MBytes
[  5]   5.00-6.00   sec  11.6 GBytes   100 Gbits/sec    0   1.50 MBytes
[  5]   6.00-7.00   sec  11.7 GBytes   100 Gbits/sec    0   1.50 MBytes
[  5]   7.00-8.00   sec  11.7 GBytes   100 Gbits/sec    0   1.50 MBytes
[  5]   8.00-9.00   sec  11.7 GBytes   101 Gbits/sec    0   1.50 MBytes
[  5]   9.00-10.00  sec  11.7 GBytes   100 Gbits/sec    0   1.50 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   117 GBytes   100 Gbits/sec    0             sender
[  5]   0.00-10.00  sec   117 GBytes   100 Gbits/sec                  receiver