Add some problems with Tailscale blocked by my ISP.
And change some things on IPTABLES.
Then forgot and removed Tailscale cause its forbidden the use of VPN by my ISP.
So I used the Proxmox Wiki to install and configure a nginx reverse proxy to use 443 port.
iI had it running ok on my local network them gone change things again on IPTABLES and now can only access by port 443 (https) on a VM installed on my pve node and can't reach it from LAN.
You will say that using 8006 its no problem but need to use 443 cause its the only port I can use from WAN cause VPNs are forbidden by my ISP.
My pve IPATABLES status:
root@pve:~# systemctl status iptables.service
● netfilter-persistent.service - netfilter persistent con>
Loaded: loaded (/lib/systemd/system/netfilter-persis>
Active: active (exited) since Tue 2024-04-16 15:20:5>
Docs: man:netfilter-persistent(8)
Process: 6876 ExecStart=/usr/sbin/netfilter-persisten>
Main PID: 6876 (code=exited, status=0/SUCCESS)
CPU: 4ms
Apr 16 15:20:52 pveml330g6 systemd[1]: Starting netfilter>
Apr 16 15:20:52 pveml330g6 systemd[1]: Finished netfilter>
root@pveml330g6:~# iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
IPTABLES Rules ( /etc/iptables/rules.v4)
# Generated by iptables-save v1.8.9 on Tue Apr 16 14:15:1>
*raw
REROUTING ACCEPT [206315:8529962]
:OUTPUT ACCEPT [204412:14573417]
COMMIT
# Completed on Tue Apr 16 14:15:12 2024
# Generated by iptables-save v1.8.9 on Tue Apr 16 14:15:1>
*filter
:INPUT ACCEPT [6568:826844]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [5632:1026061]
COMMIT
# Completed on Tue Apr 16 14:15:12 2024
Network interfaces:
root@pveml330g6:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp3s4f0 inet manual
iface enp3s4f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.20.4.3/24
gateway 10.20.4.254
bridge-ports enp3s4f0
bridge-stp off
bridge-fd 0
#Proxmox
auto vmbr1
iface vmbr1 inet static
address 10.116.4.0/24
bridge-ports enp3s4f1
bridge-stp off
bridge-fd 0
#VMs
Hope someone can help me cause already have pve running with the VMs I need and can't start from zero again
Thx
And change some things on IPTABLES.
Then forgot and removed Tailscale cause its forbidden the use of VPN by my ISP.
So I used the Proxmox Wiki to install and configure a nginx reverse proxy to use 443 port.
iI had it running ok on my local network them gone change things again on IPTABLES and now can only access by port 443 (https) on a VM installed on my pve node and can't reach it from LAN.
You will say that using 8006 its no problem but need to use 443 cause its the only port I can use from WAN cause VPNs are forbidden by my ISP.
My pve IPATABLES status:
root@pve:~# systemctl status iptables.service
● netfilter-persistent.service - netfilter persistent con>
Loaded: loaded (/lib/systemd/system/netfilter-persis>
Active: active (exited) since Tue 2024-04-16 15:20:5>
Docs: man:netfilter-persistent(8)
Process: 6876 ExecStart=/usr/sbin/netfilter-persisten>
Main PID: 6876 (code=exited, status=0/SUCCESS)
CPU: 4ms
Apr 16 15:20:52 pveml330g6 systemd[1]: Starting netfilter>
Apr 16 15:20:52 pveml330g6 systemd[1]: Finished netfilter>
root@pveml330g6:~# iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
IPTABLES Rules ( /etc/iptables/rules.v4)
# Generated by iptables-save v1.8.9 on Tue Apr 16 14:15:1>
*raw
REROUTING ACCEPT [206315:8529962]
:OUTPUT ACCEPT [204412:14573417]
COMMIT
# Completed on Tue Apr 16 14:15:12 2024
# Generated by iptables-save v1.8.9 on Tue Apr 16 14:15:1>
*filter
:INPUT ACCEPT [6568:826844]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [5632:1026061]
COMMIT
# Completed on Tue Apr 16 14:15:12 2024
Network interfaces:
root@pveml330g6:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp3s4f0 inet manual
iface enp3s4f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.20.4.3/24
gateway 10.20.4.254
bridge-ports enp3s4f0
bridge-stp off
bridge-fd 0
#Proxmox
auto vmbr1
iface vmbr1 inet static
address 10.116.4.0/24
bridge-ports enp3s4f1
bridge-stp off
bridge-fd 0
#VMs
Hope someone can help me cause already have pve running with the VMs I need and can't start from zero again
Thx