Здравствуйте уважаемые гуру!
 
	Помогите чайнику в таком вопросе. Установил Entware с Debian chroot. Все отлично - работает opkg и apt, запросы из curl и wget.. а вот из любых скриптов типа php или node.js - нет. 
	 
 
	node.js
 
FetchError: request to https://api.telegram.org/bot6675304532:[REDACTED]/sendMessage failed, reason: connect ETIMEDOUT 2001:67c:4e8:f004::9:443
    at ClientRequest.<anonymous> (/opt/home/test/node_modules/node-fetch/lib/index.js:1501:11)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.socketErrorListener (node:_http_client:501:9)
    at TLSSocket.emit (node:events:514:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ETIMEDOUT',
  code: 'ETIMEDOUT'
}
	php
 
PHP Warning:  file_get_contents(https://google.com): Failed to open stream: Connection timed out in /opt/home/1.php on line 3
	Соответственно не работает тот же npm.
 
	Характеристики системы
 
 
	Список установленных пакетов
 
 
	Помогите, пожалуйста, ибо уже весь мозг сломал.
 
	Заранее спасибо!