Finally figured out the issue. It appears that these 2 lines are the one the causing the problem
If I remove the line with "proxy", then the whole thing worked.
If you're like me that want to provide dhcp to just one network interface, then remove the line with "proxy" will do the trick.
Code:
dhcp-range=eth0,192.168.25.3,192.168.25.10,1ddhcp-range=192.168.25.255,proxy
If you're like me that want to provide dhcp to just one network interface, then remove the line with "proxy" will do the trick.
Statistics: Posted by rasp14 — Mon Apr 08, 2024 3:34 am