Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - V3G4NC4MP3R

#1
Thank you @nero355 - managed to get it working - now need to switch it back so don't upset the wife while I sort out the rules 🤭 Have a wonderful weekend 🤞
#2
Thanks for replying. I should have made clear that I have a public static IP as part of my service.
#3
Good day!

Am finally taking the plunge to move across from the YouFibre route to OPNsense. I have added a 4x2.5Gbe NIC to my Proxmox server and passed one of the ports through. That has been setup as the WAN interface with the following configuration (screenshot).

I then disabled the existing upstream gateway as I have OPNsense using the YouFibre router to get out too the internet. I checked the live view of the firewall and can see ingress traffic on the WAN interface, to my public IP, so OPNsense must have received it from DHCP.

The problem I am facing is from a local machine via has OPNsense as it's default gateway I cannot reach the internet. I have added a WAN rule to allow all localnet traffic out (it's showing as disabled as rolled back the configuration so I can type up this post :))

What am I missing please?

#4
So I've successfully installed OPNsense (within Proxmox) and all is working great. I've now added a 4 port NIC to segment my traffic and have presented via VirtBridgs. Within OPNsense a new interface has been created and an IP address applied (192.168.2.1/24). A client machine has been plugged into this new interface using a static IP, and gateway as specified, and am able to ping the gateway and other instances within the first network. DNS is working fine and am able to resolve hosts outside of the local network. What I cannot do is reach the internet and am now seeing any firewall drops neither. Any pointers please and have included how my firewall rules (new) looks. TIA.

#5
Good Day!

I am attempting to setup OPNsense on a Proxmox server that will be used for all internet access. I would like a number on LXC/VMs to go via OpenVPN and the rest via my fibre router (will replace that later with a 2.5Gbe OPNsense bridged port). So far I have the Proxmox instances working by performing the following:

  • Firewall -> Aliases -> _vpn_group_ (host IPs)
  • Firewall -> Rules -> LAN -> top level rule to direct _vpn_group too the OpenVPN gateway
  • Firewall -> NAT -> Outbound -> rule for _vpn_group

That all works fine and from one of the instances if I curl a IP info check I get back the VPN address. The problem comes when I update my local machine to use OPNsense as it's gateway. I cannot reach anything outside of the local network :(

Do I need another NAT rule for the local LAN?

Amy just a little confused on what configuration am missing.