Jump to content

binarywasp

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by binarywasp

  1. Not sure what I'm doing. As the title says, the DNS spoofing isn't working. I've installed RandomRoll and that seems to work so I know that it's gotta be a configuration setting or something. Please help!

    Keeping every as it is, enabling DNS spoof and going to example.com from a device associated to the pineapple doesn't work properly.

    My host file is as follows

    172.16.42.1 example.com

    1. I'm plugged into the wall using the original AC adapter.

    2. I've reset the pineapple to original settings.

    3. I've formatted the storage and started fresh.

    4. Firmware is up to date.

    I'm still replicating the problem.

    Any idea what's up?

  2. Sounds like your default route is broken on your Linux boxes by the wp5 script. You may have to specify the default gateway manually.

    If you run the route command, what's the output? (on your machine)

    When pineapple is unplugged and things are working...

    $ route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         lastname.tx.rr. 0.0.0.0         UG    0      0        0 wlan0
    192.168.1.0     *               255.255.255.0   U     9      0        0 wlan0
    
    

    When pineapple is plugged in and things aren't working...

     $ route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         172.16.42.1     0.0.0.0         UG    0      0        0 eth0
    172.16.42.0     *               255.255.255.0   U     1      0        0 eth0
    192.168.1.0     *               255.255.255.0   U     9      0        0 wlan0
     
    
    

    Default router gateway is 192.168.1.1.

    Strange because this is a brand new OS and freshly reset pineapple.

    Thanks for your help. Any suggestions are greatly appreciated.

  3. This is beyond frustrating me.

    I did a fresh reset of the device which worked great. I did the wp5.sh script which worked great. I can plug-in and remote to the device via http & ssh. However, If I try to get the pineapple or the laptop out to the internet...no go.

    I did a ping and I'm not sure what this is all about.

    PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data.
    From 172.16.42.1: icmp_seq=2 Redirect Host(New nexthop: 172.16.42.1)
    From 172.16.42.1: icmp_seq=3 Redirect Host(New nexthop: 172.16.42.1)
    From 172.16.42.1: icmp_seq=4 Redirect Host(New nexthop: 172.16.42.1)
    
    

    I also flushed the iptables with iptables -F with no success.

    On top of it all, I did TWO fresh OS installs (Ubuntu 14 & Mint 17) and got the same results.

    Anything I can do to fix this?

×
×
  • Create New...