Hello,
this is my situation: Subnet 192.x.x.x and Subnet 10.x.x.x connected via one Switch to a CCR 1036. The switch is connected with 2 ethernet connections to port 5 and port 6 from my CCR 1036. The internet gateway is realized through a CCR1036.
When I run iperf between 2 different subnets the maximal reached performance is 200MBit/s, running iperf between hosts from the same subnet the performance is about 900-1000MBit/s
So I assume that I did something wrong on the router but I have no idea what, Based on the Wiki is is possible to add multiple addresses on one Interface without VLAN.
The setup is simple, one interface for the WAN and 2 ethernet interfaces connected to the same switch.
NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 R WAN ether 1472 1580 10222 E4:8D:8C:10:E9:04
4 R ether5 ether 1500 1580 10222 E4:8D:8C:10:E9:08
5 R ether6 ether 1500 1580 10222 E4:8D:8C:10:E9:09
12 chain=srcnat action=masquerade src-address=10.230.96.0/24 dst-address=0.0.0.0/0 out-interface=WAN log=no log-prefix=""
16 chain=srcnat action=masquerade src-address=192.168.115.0/24 dst-address=0.0.0.0/0 out-interface=WAN log=yes log-prefix=""
0 ;;; public_IP_03
x.x.x.254/29 x.x.x.248 WAN
4 10.230.96.1/24 10.230.96.0 ether5
5 192.168.115.1/24 192.168.115.0 ether6
Suggestions are welcome
Maedo