Hi! I'm trying to install Kali through network install and when I follow the instructions:
"In dnsmasq.conf, enable DHCP, TFTP and PXE booting and set the dhcp-range to match your environment. If needed you can also define your gateway and DNS servers with the dhcp-option directive as shown below:"
I put in the command: "interface=eth0
dhcp-range=192.168.101.100,192.168.101.200,12h
dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/tftpboot/
dhcp-option=3,192.168.101.1
dhcp-option=6,8.8.8.8,8.8.4.4"

When I do this I get:
"interface=eth0
$ dhcp-range=192.168.101.100,192.168.101.200,12h
dhcp-range=192.168.101.100,192.168.101.200,12h: command not found
$ dhcp-boot=pxelinux.0
dhcp-boot=pxelinux.0: command not found
$ enable-tftp
enable-tftp: command not found
$ tftp-root=/tftpboot/
bash: tftp-root=/tftpboot/: No such file or directory
$ dhcp-option=3,192.168.101.1
dhcp-option=3,192.168.101.1: command not found
$ dhcp-option=6,8.8.8.8,8.8.4.
dhcp-option=6,8.8.8.8,8.8.4.: command not found
$ interface=eth0
$ dhcp-range=192.168.101.100,192.168.101.200,12h"

Anyone smarter than me know what I should do here? :/