Boas gente,
Já estou farto de partir a cabeça e não estou a ter sucesso.
Estou com o Ubuntu Desktop 21.10 atraves de uma VMWare
* ifconfig
192.168.160.140
A correr -> "nginx" no porto 80
-> "web api dotnet" no porto 5000
Firewall
--------
* sudo ufw status verbose
Status: active
Logging: on (low)
Default: allow (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
80/tcp ALLOW IN Anywhere
443 ALLOW IN Anywhere
Anywhere ALLOW IN 192.168.1.12 (IP do windows)
Anywhere ALLOW IN 192.168.160.140 (IP do Ubuntu)
5000/tcp ALLOW IN Anywhere
80/tcp (v6) ALLOW IN Anywhere (v6)
443 (v6) ALLOW IN Anywhere (v6)
5000/tcp (v6) ALLOW IN Anywhere (v6)
-----------------------------------------------
Chamadas com sucesso no ubuntu:
http://localhosthttp://localhost:5000/weatherforecast** Questão UM:
Porque dentro do Ubuntu tenho erro "Unable to connect" com:
http://192.168.160.140 http://192.168.160.140:5000/weatherforecastQue me falta abrir ou configurar para o ubuntu aceitar chamadas do proprio IP da maquina ?
** Questão DOIS:
No windows tenho sucesso com:
http://192.168.160.140:80mas NÃO tenho sucesso com
http://192.168.160.140:5000/weatherforecastQue me falta abrir ou configurar no ubuntu para aceitar chamadas publicas para o porto 5000 ?
Obrigado
PauloGoncalves