Port fowarding help

Hello, I am having major issues reguarding port fowarding, none of which seems to be working.

I got NAT type issues, by issues, I mean strict, now I need at least moderate to open NAT to play games which is usually achieved via port fowarding.

I used web interface to open ports but when testing via online, and Xbox/ps4, it states they are closed/strict Nat type.

I have home hub 5 19.07 openwrt luci web interface

What is upstream of your OpenWrt device? It is a modem/ONT in bridge mode, or is it another router (or modem+router combo unit)? And do you have true public IP address on your WAN?

Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

cat /etc/config/network
cat /etc/config/firewall

Please refrain from opening multiple topics for the same issue.

2 Likes

root@OpenWrt:~# cat /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdbb:473b:26a6::/48'

config atm-bridge 'atm'
        option vpi '1'
        option vci '32'
        option encaps 'llc'
        option payload 'bridged'
        option nameprefix 'dsl'

config dsl 'dsl'
        option ds_snr_offset '0'
        option tone 'a'
        option annex 'b'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option mtu '1480'
        option delegate '0'
        option force_link '0'

config device 'lan_eth0_1_dev'
        option name 'eth0.1'
        option macaddr '84:a4:23:06:4f:fa'

config interface 'wan'
        option ifname 'dsl0.101'
        option proto 'pppoe'
        option username private
        option password private
        option ipv6 '0'
        option delegate '0'
        option mtu '1480'

config device 'wan_dsl0_dev'
        option name 'dsl0'
        option macaddr '84:a4:23:06:4f:fb'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 4 6t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '5 6t'

You haven’t posted your firewall file. Can you add that, please.

As stated by @trendy, please don’t post multiple threads for the same topic. Please abandon this one and work with the other one.