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

#1
19.1 Legacy Series / DHCP + DNS + Subdomain
April 08, 2019, 05:57:12 PM
My opnsense is on 2 vlans, VLAN1 and VLAN2. VLAN1's domain is o.domain.com (default), VLAN2's domain is m.domain.com

opnsense is the DHCP server for VLAN2 (m.domain.com)

How do I get the DHCP to register the hostname with the correct subdomain. e.g. host is host1 I need host1.m.domain.com to be registered.

If I set the hostname of a client to host1 I get host1.o.domain.com. If I set the hostname of the client to host1.m.domain.com I get host1.m.domain.com.o.domain.com. I need host1.m.domain.com

Thanks.