Hi everyone, I'm a professional player on call of duty and I need help to perfectly configure my router.
This is what we have available:
1)Isp Sky wifi 1gbs download and 300mb upload (ITA) with ont
2)Sky HUB router Isp
3)Netgear Xr500 with Openwrt
4)Protocol used Map-T(This is the problem)
I tried various settings, the first was to connect xr500 directly to the ont but with the basic version of xr500 I got a maximum of 200 megs and the cpu was always at 100% so I switched to the Nss build of ACwifidude but it didn't have the Map- t in its Kmods so I tried Nss build of apccv but sqm doesn't work in this version.
So I changed the configuration (the one I currently use) and connected the ISP router to the ONT and then xr500 my router with ACwifidude's Openwrt Nss so as to use sqm.
What have I done :
1)Connected the ISP router to the ONT so as to manage the Map-T (it reaches 880MB, I lose 60MB but it's not a problem) I deactivated Wifi and everything that could be deactivated and I set a DMZ on the IP 192.168.0.2 because the address of the router is 192.168.0.1 with to automatically switch from map-t 1:16 to map-t 1:1. Up to this point everything seems correct to me but I don't know if I should disable the firewall on the ISP router if it is active on the second one to avoid double nat. I don't know if the dmz works correctly.
2)I set xr500 with static IP in the Wan via WLAN 0.2 eth (IPv4 gateway 192.168.0.1 / IPv4 address 192.168.0.2/ Use default gateway Yes/ firewall WanWan6). Then I set up the Wan6 with dhcp6 and eth0.2 then I delegated ipv6 and used the default gateway then since the ISP router does not delegate ipv6 I used Nd-Proxy via relay mode on RA-Service, DHCPv6-Service, NDP -Proxies. And here another doubt arises, even if I have the firewall on openwrt, do I have to leave the ipv6 firewall active on the ISP router or can I deactivate it?
Then I deleted the IPv6 ULA-Prefix and set the Lan with device br-lan (ip 192.168.1.1 Force link yes IPv6 assignment length 64 IPv6 assignment hint to IPv6 suffix ::1 ipv6 relay mode as in wan 6.
3)Gaming settings.
On the PC I set a static IP so as to always have the same address and I set the PC in Static Leases via IPV4 address because IPV6 does not give me the duid as in the ont-Xr500 configuration. Afterwards I activated sqm and set the download to 261mb in dw and also in upload, it gives me a perfect bufferbloat even with 700mb but with 300ms max ping every now and then so 261mb is better with a variation of 5/10 ms all on eth 0.2 then I went into the advanced settings and set fq_codel and nss-rk. qos then on Latency target (ingress)(egress) at 4ms and Qdisc options (ingress)(egress) with interval 50ms quantum 304
I don't know how to check if it's really working but on putty it tells me that everything is configured. Squash DSCP (input) SQUASH and Ignore DSCP (input)
Ignore because it shouldn't work anyway.
Firewall settings Openwrt
Enable SYN-flood protection Yes
Lan-Wan all accepted
Wan reject (INPUT REJECT)(Output ACCEPT)(Forward REJECT)Masquerading YES
PORT FOWARD I set it towards the PC at port 192.168.1.180
Setting 1:
Name Code 1
Restrict to address family automatic
UDP protocol
Source zone WAN WAN6
External port 3074
Destination LAN zones
Internal IP address 192.168.1.180(PC gaming)
Internal port 3074
Setting 2:
Name Code 2
Restrict to address family automatic
UDP protocol
Source zone WAN WAN6
External port 30000-45000
Destination LAN zones
Internal IP address 192.168.1.180(PC gaming)
Internal port 3074
Setting3:
Name Code3
Restrict to address family automatic
UDP protocol
Source zone WAN WAN6
External port 3074
Destination LAN zones
Internal IP address 192.168.1.180(PC gaming)
Internal port 30000-45000
and so on
I think it's correct so you tell me.
regarding traffic rules do I have to accept the forward? if so how?
I tried like this
Name Accept traficc
UDP Protocol
Source zone WanWan6
Source address none
Source port 3074 30000-45000
Destination zone Lan
Destination address 192.168.1.180(PC Gaming)
Destination port 3074 30000-45000
Action accept
and then out
Name traficc
UDP Protocol
Source zone Lan
Source address 192.168.1.180(PC Gaming)
Source port 3074 30000-45000
Destination zone Wan Wan6
Destination address 192.168.1.180(PC Gaming)
Destination port 3074 30000-45000
Action accept
Thanks everyone for the help