Results 1 to 2 of 2

Thread: Kali Linux OS Network Install Issue

  1. #1
    Join Date
    2015-Sep
    Posts
    1

    Kali Linux OS Network Install Issue

    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? :/

  2. #2
    Join Date
    2013-Mar
    Location
    localhost
    Posts
    41
    Quote Originally Posted by McTaveesh View Post
    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"
    This is not a commands in the terminal , this are some commands need to be saved or edited in network file config. i suggest you use auto dns resloving.
    r00tv.org
    moosy.org
    telegram @bondbenz

Similar Threads

  1. Kali Linux Network PXE install
    By muts in forum Installing Kali Linux
    Replies: 16
    Last Post: 2020-11-23, 23:07
  2. Kali / Debian Linux on Dell Inspiron 14R 5420 - Network driver Issue
    By surfingkumar in forum Installing Archive
    Replies: 1
    Last Post: 2014-02-11, 16:59

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •