Jump to content

Adamz

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Adamz

  1. The mkV is connected directly to my router with the eth0

    My laptop is connected to the pineapple on the wlan0 of the pineapple

    ip adress laptop 192.168.1.13

    subnetmask 255.255.255.0

    gateway 192.168.1.1

    I've tried both windows and linux -> same result: I can not enter the login page of the pineapple (exept when i change my ip to the static conf. that i've listed here above for my partial solution)

    so in my partial solution I connect the laptop to the pineapple and give it a static ip 172.16.42.50 with subnet 255.255.0.0

    this result is that now I can enter the pineapple, use the infusions but with my laptop I can not download new infusions.

    When I connect a third other device with the pineapple to test the internet connection it is able to use internet connection. So the pineapple has internet connection.7

    Hoping this describes what i am experiencing and looking to resolve

    Is there a reason why you aren't connecting the Pineapple to your laptop via the Eth port?

    The IP (192.168.1.13) you are getting on your laptop suggests that you are not being assigned an IP from the Pineapple, but from your home router instead.

    If the Pineapple is seeing your home router as it's default gateway, then you would need to assign the IP address of 172.16.42.42 to your home router. Have you tried setting up the Pineapple as per the instructions provided? If so, does it all work that way?

    If you don't want to connect your laptop to the Pineapple via the Eth port, then you need to utilize both Wlan's. i think connecting the Pineapple to your home router via the Eth port is a hard way to do things.

  2. Solved - for me at least.

    I have been experiencing the same issues as everyone else, I had the ^M's in my www/index.php and /etc/pineapple/spoofhost files. I deleted the ^M's and still could not get DNSSpoof to work.

    However, once I replaced the existing www/redirect.php with the redirect.php file found at https://github.com/WiFiPineapple/web-interface/wiki/mk34dnsspoofguide Then my DNSSpoof problem was resolved.

    There must be an issue with the PHP code in the www/redirect.php that is shipped with the MKV.

    Here is the code I used in my www/redirect.php file to make DNSSpoof work:

    <?php$ref = $_SERVER['HTTP_REFERER'];if (strpos($ref, “example”)){ header('Location: example.html'); }require('default.html');?>

    Note - I did also create a file name example.html in the www folder.

×
×
  • Create New...