You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying this new feature on windows to test some application, i got an ubuntu 20.04 distro where i installed LAMP services. I know now that the system change ip address when reboot Windows, alredy was working vtiger for testing but now no i can;t no longer access, i tried a lot of things what i found on internet, but can get the website get up again everyting seems to be working,
When run curl -v shows me the ip address that the system got when everything was working
What precisely isn't working, is it the network ingress or the network egress? Egress is fine, but Ingress should be no problem because with localhost forwarding, you don't need to worry about the IP address.
I'm trying this new feature on windows to test some application, i got an ubuntu 20.04 distro where i installed LAMP services. I know now that the system change ip address when reboot Windows, alredy was working vtiger for testing but now no i can;t no longer access, i tried a lot of things what i found on internet, but can get the website get up again everyting seems to be working,
When run curl -v shows me the ip address that the system got when everything was working
curl -v http://172.25.79.147
< HTTP/1.1 301 Moved Permanently
< Date: Fri, 26 Jun 2020 20:28:09 GMT
< Server: Apache/2.4.41 (Ubuntu)
< Set-Cookie: PHPSESSID=3ffe4a485ef65a590f696; path=/
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Cache-Control: no-store, no-cache, must-revalidate
< Pragma: no-cache
< Location: http://172.21.42.117/
< Content-Length: 0
< Content-Type: text/html; charset=UTF-8
<
netstat -a | grep http | grep LISTEN
tcp6 0 0 [::]:http [::]:* LISTEN
lsof -i:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
apache2 1034 root 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1037 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1038 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1039 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1040 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1041 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
apache2 1045 www-data 4u IPv6 2991 0t0 TCP *:http (LISTEN)
The text was updated successfully, but these errors were encountered: