Results 1 to 5 of 5

Thread: DHCP3-Server

  1. #1
    Join Date
    2013-Nov
    Posts
    1

    DHCP3-Server

    Hey everyone, i just installed kali a week ago on my new laptop and i like it very much, unlike BT5r3 all my drivers where working from the start, which is amazing!
    After testing the old stuff i wanted to try out the fakeAP for the first time, but couldnt get past the dhcp3 server. I searched but never found something working. today i did a new install but its still not working. i updated to bleeding edge, did everything found online,
    like installing isc-dhcp but nothing works. everytime i type apt-get install dhcp3-server
    it just tells me packet not found :/ i c&p commands directly from post but still cant locate the file i dont know what could be wrong, please help me

  2. #2
    Join Date
    2013-Jul
    Location
    United States
    Posts
    520
    isc-dhcp-server is the new dhcp3-server. It is essentially the same thing, but it has a few changes and new tweaks. I've also been looking into the Evil Twin method but I've only been able to get a local redirect to the fake login page. just run:

    Code:
    apt-get install isc-dhcp-server
    If you run:

    Code:
    apt-get install dhcp3-server
    it will just say it has been replaced with isc. Good luck!

  3. #3
    Join Date
    2014-May
    Posts
    1
    quepi I have same problem.
    Tried to download the package and edit the config files, it does not work.
    Conclude that it is not

  4. #4
    Join Date
    2015-Aug
    Posts
    3
    I'm surprised more people haven't complained or helped with this.. Seems like a pretty common issue out there. I can't get it working either and I suspect it's because of the latest upgraded dhcp3-server package. It was working on the earlier version so if there is a way to roll back to that version it might work no? If anyone knows how or if there is a way to do that please respond back. This has been bugging me for months. Not sure how you can even set up a fake AP without it.

  5. #5
    Join Date
    2015-Oct
    Posts
    1
    When I updated to Kali2.0 I had the same problem
    If I typed

    Code:
    apt-get install isc-dhcp-server
    I got only the message: „Unable to locate package isc-dhcp-server“

    The solution is to add the following lines into the /etc/apt/sources.list

    Code:
    # Regular repositories
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    # Source repositories
    deb-src http://http.kali.org/kali sana main non-free contrib
    deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
    Then:

    Code:
    sudo apt-get update
    Last edited by Symen; 2015-10-27 at 14:59.

Similar Threads

  1. can't install dhcp3-server
    By Prometheus in forum General Archive
    Replies: 2
    Last Post: 2013-09-19, 16:50
  2. dhcp3-server
    By skycrazy in forum General Archive
    Replies: 12
    Last Post: 2013-08-06, 23:28

Posting Permissions

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