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 - Heliox

#1
Here in July if nothing comes up https://forum.opnsense.org/index.php?topic=41027.0

22.6 is already great and it's easy to update. I would just get started if you have everything and got the time now. It's up to you
#2
I have been running it in proxmox for 1.5 years. Works beautifully, just have a vm management port if something should break.
#3
Quote from: netlab on March 26, 2023, 12:58:06 AM
Hey Jay10,

I have same exact situation where DNS is working everywhere else except local opnsense host. What have you done to resolve ? You mentioned you are using same setting but did multiple time reinstallation?

Thanks for this thread otherwise I was scratching my head.

I faced the same problem. I had to change the bind_host to

dns:
  bind_hosts:
    - 0.0.0.0

in /usr/local/AdGuardHome/AdGuardHome.yaml.

(also tried all other changes suggested here, didn't work)
#4
So, well. It was a problem with "block private networks". Despite being unticked during the wizard installation, they were still  In interfaces wan i had to tick them, apply and then untick them and apply again. Now everythign works as expected.

// close thread.
#5
Already unticked - https://ibb.co/vwhn40B
#6
Hello,

I am trying to run OPNsense virtualised in Proxmox with limited success.

Problem

  • Once the firewall is enabled the internet access on WAN stops working and likewise OPNsense is not accessible from WAN-side.
  • LAN interface DHCP works, but no internet access and not able to ping 192.168.0.1. In general there's no routing from LAN -> WAN 

Double NAT setup configuration

1) OPNsense gets a static ip from ISP router (192.168.0.0/24) with IP 192.168.0.2 on the WAN interface. DMZ is enabled for this IP.
2) OPNsense runs DHCP 192.168.3.0/24 for virtualised clients in Proxmox and physical clients connected either by cable or wifi.

Visualised here: https://i.ibb.co/ctwtrP6/Setup.png (nb. proxmox 7.3)

Interface overview:
WAN - https://ibb.co/xgqmyWd - Block bogon networks and Block private networks disabled.
LAN - https://ibb.co/LZXkPMT

Firewall:
WAN - https://ibb.co/7p8FXnko
LAN - https://ibb.co/rxtCTJj

Other:
Gateway - https://ibb.co/cyGNTSs
Routes - https://ibb.co/R75hDtH
NAT - default settings.
Loopback - default settings.
Unbound DNS - enabled, default settings.


Any information missing?