Jump to content

514senica

Active Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by 514senica

  1. Maybe so..... On mine, up until I changed the wireless settings to the correct channel using the wireless manager infusion, the connection was terrible (last week & tonight). It connected, I got an ip from my AP, but clearly something was wrong. Maybe it was the combo TKIP + AES that was causing the issue ( I also changed it back to straight AES).

    I don't want to sound ungrateful. I really appreciate the work you, and everyone else at Hak5 do for this community. Thank You!

  2. Yeah I am pretty sure they are different. The encryption was configured correctly this time, however the channel was set to 11 (the AP was broadcasting on 1). That may have been the problem all along. To be honest having made all the changes, trying to fix the problem originally, I may have changed the encryption manually? However the channel issue is real. If you look at the most resent etc/config/wireless, you can see that the network tile picked the wrong one.

  3. Have you tried configuring wlan1 using the wireless manager infusion. I had similar problems (internet lag using ICS with wlan1), and determined the configuration set by the network tab had the encryption type and channel wrong. By adjusting the settings either by editing /etc/config/wireless, or using the wireless manager infusion, you might get better results. Good Luck

  4. From my perspective even with the network encryption patch, there is still a problem with the pineapple detecting the encryption type of some APs. After some tinkering, I determined that my problem with slow connection speed using wireless connection sharing, was due to the pineapple selecting the wrong encryption type and channel. When using the network tile, with the client tab. I was connected using channel 11 (same as wlan0) and AES, despite my AP being on channel 6 with TKIP + AES. Its not a big deal fixing it using the wireless manager infusion, once you realize the problem (took me a week).

  5. Thanks for the suggestions. I have tried everything you have suggested. I think it might be something with wlan1. If I connect my laptop to the pineapple that is using wireless ICS, and brows 172.16.42.1:1471, its not too laggy. However if I connect my laptop to my home ap, and brows the ip:1471, (assigned to wlan1) the page usually times out. Sometimes it loads but its is painful. Like wise I can make a ssh connection to wlan1, but it usually closes the connection after a few minutes.

  6. After a reboot it still would not connect to my ap. I ran changemac -c rebooted and was able to connect. Something is messed up still, cause despite being connected, my internet sharing speed is terrible. I think it is still an issue with ICS over wireless. Trying to brows anything while wirelessly tethered (wlan1 connected to home ap, laptop connected to wlan0 ssid), pages time out, ssh sessions crash, etc. While when tethered over Ethernet, their are no problems. Is anyone else experiencing similar problems? I'm starting to get the sense that this is hardware related.

  7. Here is my /etc/config/wireless

    config wifi-device 'radio0'
    option type 'mac80211'
    option channel '11'
    option hwmode '11ng'
    option macaddr '00:13:37:XXXXXXX'
    option htmode 'HT20'
    list ht_capab 'SHORT-GI-20'
    list ht_capab 'SHORT-GI-40'
    list ht_capab 'RX-STBC1'
    list ht_capab 'DSSS_CCK-40'
    config wifi-iface
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option encryption 'none'
    option ssid 'SpotCoffee'
    option macaddr '00:e0:4c:XXXXXXX'
    config wifi-device 'radio1'
    option type 'mac80211'
    option channel '11'
    option hwmode '11g'
    option macaddr '00:13:37:XXXXXX'
    config wifi-iface
    option device 'radio1'
    option mode 'sta'
    option network 'wan'
    option ssid 'UTDCXXXXXXXX'
    option key 'XXXXXXXX^'
    option encryption 'psk2+ccmp'
    option macaddr '00:50:68:XXXXXX"
  8. Nice work! Thanks

    However, I am not sure if its due to your script, or something with the pineapples client mode, but after running "changemac -r" I cannot get wlan1 to connect to my home access point.

    It did a great job changing the macs, and it did work the first time, but somethings wrong. When I connect through wlan0, and click on the client tab, it seems to have a hard time recognizing ssids. It will eventually detect ssids if i click the recognize ssids button a few time, but it will not connect to my access point. I have tried rebooting, and clearing the dhcp list on my access point.

    Your script might not be the problem!

    (I have been having issues with wlan1 internet connection sharing, and connecting to my home access point previously).

    Thanks again for the script! I really appreciate the time you put into making it, as well as the steps to simplify the instillation.

  9. I'm glad to hear that you got this working. Is it automatically making the connection when the pineapple powers on? This is a problem for me, and I think I have read that its a problem for others.

    As for local port forwarding, so that you can access the web gui. The command would look something like this when connecting to the remote server:

    ssh -L 1471:localhost:1471 root@remoteserver -p "Listening port on the pineapple"

    If you are using putty on windows. You have to configure the "tunnels" under the SSH section.

    In your browser you would then go to "localhost:1471"

  10. I cannot figure out how to fix my wireless connection sharing between wlan1, and wlan0. Devices connecting to my pineapple do not receive internet despite wlan1 being connected in client mode to my wireless network. Internet sharing works fine when I tether my pineapple to my laptop over Ethernet. I have done factory restores (and have applied "wifi detect > /etc/config/wireless && reboot"), have installed the wireless manager infusion (and tried using the "ICS" tab). Any suggestions for something else to try?

    Thanks in advance

  11. I'm not sure if this is related. However I am having sporadic problems with karma and "think" it may be due to a problem with ICS between wlan1 and Wlan0.

    In my Syslog I get the following error consistently:

    Pineapple daemon.warn dnsmasq-dhcp[1793]: no address range available for DHCP request via wlan1

    I am assuming this means that the devices connecting to wlan0 are not getting proper IPs' assigned because the address pool for dhcp has not been configured. I apologize for my ignorance, and appreciate any help.

    Thanks

×
×
  • Create New...