LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   typcial wifi router....plus..... (https://www.linuxquestions.org/questions/linux-wireless-networking-41/typcial-wifi-router-plus-312206/)

wazilian 04-11-2005 09:03 PM

typcial wifi router....plus.....
 
I have built a linux wifi router. wifi is a hostap enabled interface. WAN is a PPP connection. All together this works great. Firewall, IPTables, DHCP, IPForwarding, all good. However, I wish to add the wired ethernet into this equation. I just haven't been able to find out exactly how to do this.

I want to have the wifi and wired interfaces to be the same as far as the IP address is concerned and the DHCP addresses that the server gives out to be the same subnet for both interfaces.

I want to have PCs connected to both interfaces to be able to "talk" to each other no matter if the PPP connection is established or not. Could it just be I need to add a whole slu of routes to the route table.?

So if anyone can give me a hint or a direction on where to go, please let me know. Thanks in advance.

wazilian

auximini 04-13-2005 12:33 PM

You would want bridge the two networks together. I tried it a while ago following this webpage. I was able to get the wired portion to work correctly but the wireless was unable to communicate. Maybe you would have better luck. The tutorial is Debian based.

In the end, i just gave the wired network a 192.168.1.0 network and the wireless 192.168.2.0 with dhcp listening on both interfaces..

wazilian 04-13-2005 01:06 PM

thanks for the info. yeah, putting the 2 interfaces on different subnets is probably the way to with it. i guess it was just wishful thinking. but i will attempt at bridging the 2 interfaces. thanks again.

wazilian


All times are GMT -5. The time now is 09:50 AM.