So everything else connects to my wifi but not ps5
can anyone help me get it connected?
Thanks in advance!
Zbtlink ZBT-WE3526
OpenWrt 23.05.2 r23630-842932a63d / LuCI openwrt-23.05 branch git-23.306.39416-c86c256
I only tried connecting to each 2ghz and 5ghz
config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
option channel '6'
option band '2g'
option htmode 'HT20'
option disabled '0'
option country 'US'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'S2'
option encryption 'psk2'
option key '------'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
option channel '36'
option band '5g'
option htmode 'VHT80'
option disabled '0'
option country 'US'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'S5'
option encryption 'psk2'
option key '-----'
PS5 Error - Can't connect to the internet - Your internet service provider or your router might be preventing your PS5 from connecting to the internet. Make sure you can connect to the internet via the same network as your PS5 by testing the connection using your computer or mobile device.
Make/model of device?
Version of OpenWrt?
what steps have you undertaken to connect?
Wireless configs?
Error messages?
Results of attempting to connect?
Basically, provide details, as the member with a crystal ball is on indefinite vacation.
1 Like
frollic
February 18, 2024, 10:59am
3
What!
Jim isn't coming back ... ?!?!?!
2 Likes
Thanks for editing your first post - be mindful of making [major] edits that change context of the conversation.
insec404:
S2
insec404:
S5
Which AP are you attempting, S2 or S5?
If both, please provide /etc/config/network
and /etc/config/dhcp
too
That says can't connect to the Internet
But did you successfully connect to the WiFi ?
Are your running any kind of ad/DNS block?
1 Like
The Original Poster sent me a Direct Message because he reached his new poster limit:
I tried both but didnt work, I uninstalled adguardhome
Yes all my other devices and even xbox can connect to these wifi points just not ps5
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd58:a6cd:e9c5::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr 'redacted'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '1.1.1.1'
list dns '8.8.8.8'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
config interface 'homevpn'
option proto 'wireguard'
option private_key ''
list addresses ''
list addresses ''
list dns ''
list dns ''
option listen_port '51820'
config wireguard_homevpn
option description 'Imported peer configuration'
option public_key ''
option preshared_key ''
list allowed_ips '0.0.0.0/0'
list allowed_ips '::/0'
option endpoint_host 'redacted'
option endpoint_port '51820'
config dnsmasq
option domainneeded '1'
option localise_queries '1'
option rebind_protection '0'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option localservice '1'
option ednspacket_max '1232'
option port '54'
list server '1.1.1.1'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option dhcpv6 'server'
option ra 'server'
list ra_flags 'managed-config'
list ra_flags 'other-config'
list dhcp_option '6,10.71.71.1'
list dhcp_option '3,10.71.71.1'
list dns 'fd58:a6cd:e9c5::1'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
I made a whole list of notes about removing 1.1.1.1 except form the WAN config (and an inquiry about which end of the Wireguard peer actually needs the listen port) - please be sure to fix that. But then I noticed this:
What server is this?
Next:
In order to assist you - can you tell us perhaps the Private (non-public ) LAN IP address of the router, which doesn't reveal any identifiable information .
If this IP is public, then please tell us where the Private IP 10.71.71.1 is located - as that's the DNS server you may need to troubleshoot.