Hey everyone,
currently, I am struggling with opening some ports to the internet. My setup is:
- ISP modem with DHCP enabled (ISP ensured me that the ports should be open here)
- Aliexpress box with PVE and some VMs.
- One of the VMs is acting as my main router/DHCP server/firewall (OPNsense). It is getting IP from ISP modem.
The internet works in all of the VMs and the whole network. But I am struggling to open ports. I have Port Forwarding set up in the firewall.
Also I do not see any incoming traffic co my VM firewall. Using standard port checkers online.
PVE forewall is disabled on datacenter level.
Using only 2NICs, one as WAN the other one as LAN.
/etc/network/interfaces
My goal is to open some ports of services I am currently running to the internet so some other online services can access them. And no VPN is not the solution for me.
Any help is appreciated.
currently, I am struggling with opening some ports to the internet. My setup is:
- ISP modem with DHCP enabled (ISP ensured me that the ports should be open here)
- Aliexpress box with PVE and some VMs.
- One of the VMs is acting as my main router/DHCP server/firewall (OPNsense). It is getting IP from ISP modem.
The internet works in all of the VMs and the whole network. But I am struggling to open ports. I have Port Forwarding set up in the firewall.
Also I do not see any incoming traffic co my VM firewall. Using standard port checkers online.
PVE forewall is disabled on datacenter level.
Using only 2NICs, one as WAN the other one as LAN.
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface enp3s0 inet manual
iface enp4s0 inet manual
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet static
address 192.168.1.3/24
gateway 192.168.1.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
#LAN
My goal is to open some ports of services I am currently running to the internet so some other online services can access them. And no VPN is not the solution for me.
Any help is appreciated.
Last edited: