View previous topic :: View next topic |
Author |
Message |
aridhol Guru
Joined: 20 Jan 2003 Posts: 509 Location: Stockholm, Sweden
|
Posted: Tue May 24, 2005 4:04 pm Post subject: D-Link AP and DHCP from Gentoo Router |
|
|
Hey
I dug out my old AP (D-Link DWL-6000AP_revB) from basement storage to see if I could get it working. Nothing apears to be wrong with it, but I can't get it to relay DHCP-requests.
I have set up my Router like in the Official Gentoo Home Router Guide.
Even if I totally reset the AP it won't work. According to D-link is should be transparent though. I wonder if it could be that my DHCP-server is not sending more IP-configurations because it thinks that the AP is again asking. I don't know.
dhcpd.conf
Code: | authoritative;
ddns-update-style ad-hoc;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.250;
default-lease-time 259200;
max-lease-time 518400;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;
}
host Aridhol
{
hardware ethernet 00:01:03:C2:D0:8B;
fixed-address 192.168.0.2;
} |
Any ideas? _________________ 72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job." |
|
Back to top |
|
|
mattmatteh Guru
Joined: 10 Mar 2004 Posts: 449 Location: near chicago
|
Posted: Thu May 26, 2005 9:04 pm Post subject: |
|
|
do the clients get an ip?
how are you testing?
iptables working?
any computers auto sensing so you can test without the switch ? |
|
Back to top |
|
|
aridhol Guru
Joined: 20 Jan 2003 Posts: 509 Location: Stockholm, Sweden
|
Posted: Fri May 27, 2005 5:25 am Post subject: |
|
|
Wired clients get IPs and work fine. As soon as I plug the AP in it gets an IP, but clients connected to the AP does not. _________________ 72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job." |
|
Back to top |
|
|
mattmatteh Guru
Joined: 10 Mar 2004 Posts: 449 Location: near chicago
|
|
Back to top |
|
|
aridhol Guru
Joined: 20 Jan 2003 Posts: 509 Location: Stockholm, Sweden
|
Posted: Fri May 27, 2005 1:41 pm Post subject: |
|
|
what ip does the access point show?
192.168.0.50 (Default) When using static IP. (It is not in the DHCP adresspool and is not used anywhere else)
what ip does dhcpd show?
About the AP? Nothing now since I use Static. But when I tried DHCP, it showed the same IP the AP reported itself to have.
can you log into the access point?
Yes. Both when having IP assigned statically and Dynamically.
and is there another switch on the network?
No, only one hub atm, no switch.
how are they connected ?
Code: | RJ45 in the wall
|
|
|
Gentoo router
|
|
|
Hub
|
+----+-|---+------+
| | | |
| | | |
Win Mac IPTele AP
|
_________________ 72 of Pitcairn Islands 49 inhabitants use Seti@Home
"If you buy a DVD you have a copy. If you want a backup copy you buy another one."
"Anyone who is capable of getting themselves made President should on no account be allowed to do the job." |
|
Back to top |
|
|
|