Hi there
Despite that I can not seem to recover an ip address on the extensions.
this is my configuration:
tc@box:$ sudo vi /usr/local/etc/dnsmasq.conf
bogus-priv
filterwin2k
no-poll
interface=eth0
domain=xxxx.com
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
dhcp-option=3,192.168.1.1
dhcp-option=19,8.8.8.8
dhcp-range=192.168.4.10,192.168.4.200,255.255.255.0,12h
dhcp-host=@mac,192.168.1.11
dhcp-host=@mac,192.168.1.2
:wq
tc@box:$ sudo vi /opt/filetool.lst
/usr/local/etc/dnsmasq.conf
:wq
tc@box:$ sudo filetool.sh -b
tc@box:$ sudo reboot
It doesn't work
I am very new to tiny core.
Could someone help me?
thanks