NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
PeteDog
Dec 16, 2020Star
Current RAX120 firmware version
The web site download page shows the current firmware version as 1.0.2.136. This morning I checked using the phone app, and it shows a version 1.2.0.16 available. Installed OK but want to verify th...
Crtfdgk
Dec 21, 2020Star
Would like to reiterate for the thread that I also have had issues with the LAN ports after an upgrade and full reset. I’ve tried resets through the web interface as well as the pinhole. I’ve tried downgrading (which immediately restored functionality), erasing again, upgrading and re-erasing a third time via the web interface. I’ve tried not using a settings backup and creating a minimal config - but nothing works.
The LAN ports do still ping out and I can actually use curl to pull down non-SSL websites. The issue seems to be that any secure connection is blocked by some internal service or firewall on the router. Here’s an example:
~ ❯❯❯ curl -v https://google.com
* Trying 172.217.14.238:443...
* Connected to google.com (172.217.14.238) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /opt/chef-workstation/embedded/ssl/certs/cacert.pem
* CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
The expected “Server Hello” inbound traffic never makes it, unless the client is on WiFi and then there’s no issue.
The LAN ports do still ping out and I can actually use curl to pull down non-SSL websites. The issue seems to be that any secure connection is blocked by some internal service or firewall on the router. Here’s an example:
~ ❯❯❯ curl -v https://google.com
* Trying 172.217.14.238:443...
* Connected to google.com (172.217.14.238) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /opt/chef-workstation/embedded/ssl/certs/cacert.pem
* CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
The expected “Server Hello” inbound traffic never makes it, unless the client is on WiFi and then there’s no issue.
soeun
Dec 21, 2020Apprentice
My exact issue. Thanks for filling in the extra details.