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. Bridged (Network) Adapter Issue Kali Linux Virtualbox
    By 0x78fde0 in forum How-To Archive
    Replies: 2
    Last Post: 2023-05-11, 11:59
  2. Replies: 0
    Last Post: 2020-07-03, 10:27
  3. Kali Linux network mirror issue and no connection to internet
    By johnmap007 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-04-17, 20:01

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
  •