First, an image of what I want to achieve:
http://img2.freeimagehosting.net/image. … bf0fba.png
To clarify it:
-I connect to Internet with a cable-modem (no routing capabilities).
-The cable-modem Ethernet interface offers an IP from my ISP via DHCP.
My idea is to connect the Fonera to the cable-modem through the Ethernet interface. The Fonera should get the IP of the Ethernet interface from my ISP via DHCP.
Also, the Fonera will have the Wifi interface enabled in order to let other clients to connect internet via Wifi.
-The Fonera Wifi interface will have the static IP 192.168.0.1 and will act as an WPA-PSK AP.
-All the clients than want to connect to Internet should use the Wifi interface, which will get an IP like 192.168.0.x, obtained from a DHCP server running in the Fonera.
The first question is obvious,
is it possible to achieve this or there is a limitation in the Fonera or OpenWrt? is my scheme correct or I misunderstood something?
If it is possible:
-Would I need to create a bridge? In which interfaces?What package should I install?
-What package should I install to have a DHCP server in the Fonera?
-What package should I install in order to configure the Fonera as an WPA-PSK AP? hostapd may be? or hostapd-mini?
I understand that to configure the Fonera I probably have to edit only 3 files: /etc/config/dhcp, /etc/config/network and /etc/config/wireless. I also understand the basic syntaxis of these files but I have doubts in the theory concepts.
Thanks.
(Last edited by Stolz on 23 Dec 2007, 18:02)