OPNsense Forum

English Forums => Tutorials and FAQs => Topic started by: ufoloop on September 24, 2022, 01:01:42 pm

Title: Network management
Post by: ufoloop on September 24, 2022, 01:01:42 pm
I have a running OPNsense in a ESXi VM (https://forum.opnsense.org/index.php?topic=30399.0 (https://forum.opnsense.org/index.php?topic=30399.0)).

My modem is running a DHCP server with the 192.168.1.x subnet from which ESXi and IPMI of my Supermicro server get their IPs.

How should I set up the network management to access the 192.168.1.x subnet from the 192.168.10.x subnet that is OPNsense on.

Thanks.
Title: Re: Network management
Post by: bartjsmit on September 24, 2022, 01:09:07 pm
Firewall, NAT, Outbound NAT. Add 192.168.1.0/24 (?!?) to your WAN interface

Bart...
Title: Re: Network management
Post by: ufoloop on September 24, 2022, 03:15:06 pm
Hm, it doesn't work. I have set 192.168.1.0/24 as source and destination (two separated rules) but can't access 192.168.1.0/24.
Title: Re: Network management
Post by: bartjsmit on September 25, 2022, 08:53:46 am
Are you seeing blocked traffic in your logs? What do the packet traces on the firewall show?

Bart...
Title: Re: Network management
Post by: ufoloop on September 25, 2022, 12:22:15 pm
That can be seen in Firewall-Log Files-Live View?
Title: Re: Network management
Post by: bartjsmit on September 26, 2022, 08:00:38 am
Indeed, you may need some nifty filtering if there is a bit of traffic. Capture lives under Interfaces, Diagnostics. Wireshark is your friend.

Bart...