OPNsense Forum

Archive => 17.7 Legacy Series => Topic started by: irj on November 06, 2017, 11:03:03 am

Title: DHCP Server - Available Range issue
Post by: irj on November 06, 2017, 11:03:03 am
I am trying OPNSense now.

I had set it up on a Linux KVM VM.

The network setup under KVM,
- One subnet with NAT, where my WAN Interface resides.
- Second subnet - isolated, where my LAN interface resides

Obviously, KVM assign x.x.x.1 on the both subnet to the KVM host.

Static IP was assigned to LAN Interface on OPNSense to x.x.x.254

Now the Available range is 192.168.100.255 - 192.168.100.253
Because of the check I will not be able to create any IP pool.

I changed the static IP of the LAN interface on OPNSense to x.x.x.2
Now the Available range is 192.168.100.3 - 192.168.100.1
Because of the check I will not be able to create any IP pool.

How to workaround this.
Title: Re: DHCP Server - Available Range issue
Post by: NilsS on November 06, 2017, 11:56:30 am
you need to select the /24 in the dropdown next to your ip on the interface settings
Title: Re: DHCP Server - Available Range issue
Post by: irj on November 07, 2017, 10:34:11 am
Thank you. It worked.