Dear readers,
I recently decided to test PVE and enjoy for the moment.
However, I experience troubles while installing pfSense as a KVM.
For instance, the PVE apache daemon is listening on all IP address on port 80 and 443 on ALL IP addresses, which is then causing troubles when I want to access the configuration interface of PfSense
I already tried to change the VirtualHost configuration of PVE by replacing *:80 and *:443 by 192.168.1.1:80 (same for 443) without any success yet.
Second issue is also that apache seems to listen on ipv6, and therefore on ipv4 as well:
proxmox:/boot# netstat -anp |grep apache
tcp6 0 0 :::80 :::* LISTEN 2627/apache2
tcp6 0 0 :::443 :::* LISTEN 2627/apache2
Yes I did restart apache and PVE, nothing has changed.
Any hint?
I recently decided to test PVE and enjoy for the moment.
However, I experience troubles while installing pfSense as a KVM.
For instance, the PVE apache daemon is listening on all IP address on port 80 and 443 on ALL IP addresses, which is then causing troubles when I want to access the configuration interface of PfSense
I already tried to change the VirtualHost configuration of PVE by replacing *:80 and *:443 by 192.168.1.1:80 (same for 443) without any success yet.
Second issue is also that apache seems to listen on ipv6, and therefore on ipv4 as well:
proxmox:/boot# netstat -anp |grep apache
tcp6 0 0 :::80 :::* LISTEN 2627/apache2
tcp6 0 0 :::443 :::* LISTEN 2627/apache2
Yes I did restart apache and PVE, nothing has changed.
Any hint?