My UT server has 6 NICs setup the following way:
eth0: External, static wan
eth1: Internal, static (192.168.168.1/24)
eth2: DMZ, bridges to eth0
eth3: static, not currently used
eth4: static
eth5: static wan
I have DHCP running on a couple servers on 192.168.168.1/24.
I'd like to get UT to do DHCP for only eth4 for guests to access the internet in the 192.168.173/24 range. I tried putting dhcp-range=eth4,192.168.173.100,192.168.173.200,14400 in the DHCP & DNS Custom Field but it didn't work. Because I don't have DHCP running on Internal (eth1) I have DHCP turned off everywhere else in UT.
So, what do I need to set to have UT serving out DHCP leases only on eth4? Also, do I set the DNS servers for those leases in the Custom Field or somewhere else in the system?
Anyone have any suggestions? Thanks