Jump to content

DHCP trouble after upgrade


ZeteMkaa

Recommended Posts

Hi all,

Been playing with my pineapple for a few months. Recently i updated to 2.7.0 and after that I started to experiance some struggles with my DHCP leases.

Setup:



BT5 wlan0 connected to the real internet with ip 192.168.0.8
BT5 eth0 connected to the Jasager with ip 172.16.42.42
Jasager eth0 is connected to the BT5 machine with ip 172.16.42.1
[/CODE]

So pretty default setup ...

But when I activate Karma and started to connect with my iPhone i didn't connect automaticly ( used to do that before the update ) and I'm unable to get an ip address when I click on the networks. Same issue with Android devices and my Windows laptop.

Output from /etc/config/dhcp

[CODE]root@Pineapple:~# cat /etc/config/dhcp

config 'dnsmasq'
option 'domainneeded' '1'
option 'boguspriv' '1'
option 'filterwin2k' '0'
option 'localise_queries' '1'
option 'rebind_protection' '1'
option 'rebind_localhost' '1'
option 'local' '/lan/'
option 'domain' 'lan'
option 'expandhosts' '1'
option 'nonegcache' '0'
option 'authoritative' '1'
option 'readethers' '1'
option 'leasefile' '/tmp/dhcp.leases'
option 'resolvfile' '/tmp/resolv.conf.auto'

config 'dhcp' 'lan'
option 'interface' 'lan'
option 'start' '100'
option 'limit' '150'
option 'leasetime' '12h'
option 'ignore' '0'
list 'dhcp_option' '3,172.16.42.42'
list 'dhcp_option' '3,172.16.42.1'
list 'dhcp_option' '6,172.16.42.1,8.8.8.8'
list 'dhcp_option' '6,172.16.42.1,208.67.222.222'[/CODE]

Does anyone have a idea where I could look for a solution ?

Thanks in advance.

// ZMK

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...